You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,6 +12,20 @@ if &cp || exists('g:loaded_easytags')
12
12
finish
13
13
endif
14
14
15
+
" Make sure vim-misc is installed. {{{1
16
+
17
+
try
18
+
" The point of this code is to do something completely innocent while making
19
+
" sure the vim-misc plug-in is installed. We specifically don't use Vim's
20
+
" exists() function because it doesn't load auto-load scripts that haven't
21
+
" already been loaded yet (last tested on Vim 7.3).
22
+
calltype(g:xolox#misc#version)
23
+
catch
24
+
echomsg"Warning: The vim-easytags plug-in requires the vim-misc plug-in which seems not to be installed! For more information please review the installation instructions in the readme (also available on the homepage and on GitHub). The vim-easytags plug-in will now be disabled."
0 commit comments