From 1dcaf5e4982db1ba4f20d49decc22e5f957da644 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 8 Feb 2016 16:04:06 +0100 Subject: [PATCH] General tips: small remark about using :verb --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db3d193..831ffc0 100644 --- a/README.md +++ b/README.md @@ -1960,8 +1960,10 @@ it to the [vim_dev](https://groups.google.com/forum/#!forum/vim_dev) mailing list. Most of the time the issue won't be resolved at this time and you'll have to further investigate. -Often plugin updates introduce new/changed/faulty behaviour. If you're using a -plugin manager, comment them out until you find the culprit. +Plugins often introduce new/changed/faulty behaviour. E.g. if it happens on +saving, check `:verb au BufWritePost` to get a list of potential culprits. + +If you're using a plugin manager, comment them out until you find the culprit. Issue is still not resolved? If it's not a plugin, it must be your other settings, so maybe your options or autocmds etc.