General tips: small remark about using :verb

This commit is contained in:
Marco Hinz 2016-02-08 16:04:06 +01:00
parent c1d8afd0f6
commit 1dcaf5e498

View File

@ -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 list. Most of the time the issue won't be resolved at this time and you'll have to
further investigate. further investigate.
Often plugin updates introduce new/changed/faulty behaviour. If you're using a Plugins often introduce new/changed/faulty behaviour. E.g. if it happens on
plugin manager, comment them out until you find the culprit. 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 Issue is still not resolved? If it's not a plugin, it must be your other
settings, so maybe your options or autocmds etc. settings, so maybe your options or autocmds etc.