mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
Merge pull request #2283 from Kamilcuk/master
Fix typo in checking if gen_tags plugin is loaded
This commit is contained in:
commit
bb760710cc
@ -5,7 +5,7 @@
|
||||
|
||||
scriptencoding utf-8
|
||||
|
||||
if !(get(g:, 'loaded_gentags#gtags', 0) || !get(g:, 'loaded_gentags#ctags', 0))
|
||||
if !(get(g:, 'loaded_gentags#gtags', 0) || get(g:, 'loaded_gentags#ctags', 0))
|
||||
finish
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user