mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 20:05:36 +08:00 
			
		
		
		
	General tips: small remark about using :verb
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user