Searched +refs:executable +refs:make +refs:buffer +refs:file +refs:executable +refs:if +refs:script (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/runtime/autoload/
H A Dgetscript.vim13 " if you're sourcing this file, surely you can't be
15 if exists("g:loaded_getscript")
19 if &cp
23 if v:version < 702
37 if !exists("g:getscript_cygwin")
38 if has("win32") || has("win95") || has("win64") || has("win16")
39 if &shell =~ '\%(\<bash\>\|\<zsh\>\)\%(\.exe\)\=$'
50 if !exists("g:GetLatestVimScripts_wget")
51 if executabl
[all...]
H A Dnetrw.vim1 " netrw.vim: Handles file transfer and remote directory listing across
22 if &cp || exists("g:loaded_netrw")
26 if v:version < 702
32 if !exists("s:NOTE")
39 if v:version < 700
54 " NetrwInit: initializes variables if they haven't been defined {{{2
57 if !exists(a:varname)
58 if type(a:value) == 0
71 if !exists("s:LONGLIST")
81 if !exist
[all...]
/macosx-10.10/vim-55/runtime/
H A Dmenu.vim1 " Vim support file to define the default menus
7 " Note that ":an" (short for ":anoremenu") is often used to make a menu work
16 if !exists("did_install_default_menus")
20 if exists("v:lang") || &langmenu != ""
21 " Try to find a menu translation file for the current language.
22 if &langmenu != ""
23 if &langmenu =~ "none"
32 if strlen(s:lang) > 1
34 if s:lang =~ '^\a\a$\|^\a\a_\a\a$'
48 " same menu file fo
[all...]

Completed in 127 milliseconds