| /vim-8.2.3635/src/po/ |
| H A D | Make_ming.mak | 13 ifndef VIMRUNTIME 15 VIMRUNTIME = ..\..\runtime macro 17 VIMRUNTIME = ../../runtime macro 109 $(MKD) $(VIMRUNTIME)\lang\$(LANGUAGE) 110 $(MKD) $(VIMRUNTIME)\lang\$(LANGUAGE)\LC_MESSAGES 111 $(CP) $(LANGUAGE).mo $(VIMRUNTIME)\lang\$(LANGUAGE)\LC_MESSAGES\$(PACKAGE).mo 115 FOR %%l IN ($(LANGUAGES)) DO @IF NOT EXIST $(VIMRUNTIME)\lang\%%l $(MKD) $(VIMRUNTIME)\lang\%%l 116 …FOR %%l IN ($(LANGUAGES)) DO @IF NOT EXIST $(VIMRUNTIME)\lang\%%l\LC_MESSAGES $(MKD) $(VIMRUNTIME)… 117 FOR %%l IN ($(LANGUAGES)) DO @$(CP) %%l.mo $(VIMRUNTIME)\lang\%%l\LC_MESSAGES\$(PACKAGE).mo 121 $(MKD) $(VIMRUNTIME)/lang/$$TARGET/LC_MESSAGES ; \ [all …]
|
| H A D | Make_mvc.mak | 9 !ifndef VIMRUNTIME 10 VIMRUNTIME = ..\..\runtime macro 34 INSTALLDIR = $(VIMRUNTIME)\lang\$(LANGUAGE)\LC_MESSAGES 96 …FOR %%l IN ($(LANGUAGES)) DO @IF NOT EXIST $(VIMRUNTIME)\lang\%%l\LC_MESSAGES $(MKD) $(VIMRUNTIME)… 97 FOR %%l IN ($(LANGUAGES)) DO @$(CP) %%l.mo $(VIMRUNTIME)\lang\%%l\LC_MESSAGES\$(PACKAGE).mo
|
| H A D | Make_cyg.mak | 11 ifndef VIMRUNTIME 12 VIMRUNTIME = ../../runtime macro 97 $(MKD) $(VIMRUNTIME)/lang/$$TARGET/LC_MESSAGES ; \ 98 $(CP) $$TARGET.mo $(VIMRUNTIME)/lang/$$TARGET/LC_MESSAGES/$(PACKAGE).mo ; \
|
| /vim-8.2.3635/runtime/ |
| H A D | bugreport.vim | 8 :" :so $VIMRUNTIME/bugreport.vim 10 :" vim -s $VIMRUNTIME/bugreport.vim 43 : echo '$VIMRUNTIME = "' . $VIMRUNTIME . '"' 44 : call <SID>CheckDir($VIMRUNTIME) 47 : call <SID>CheckFile($VIMRUNTIME . "/menu.vim") 48 : call <SID>CheckFile($VIMRUNTIME . "/filetype.vim") 49 : call <SID>CheckFile($VIMRUNTIME . "/syntax/synload.vim")
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | Makefile | 4 VIMRUNTIME = .. macro 10 VIMRUNTIME=$(VIMRUNTIME) $(VIM) --clean --not-a-term -u testdir/runtest.vim
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_01.txt | 73 :!cp -i $VIMRUNTIME/vimrc_example.vim ~/.vimrc 75 :!copy $VIMRUNTIME/vimrc_example.vim $VIM/_vimrc 77 :!copy $VIMRUNTIME/vimrc_example.vim $VIM/.vimrc 119 vimtutor.bat in the $VIMRUNTIME directory. 143 vim --clean -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! TUTORCOPY' -c 'q' 149 vim --clean -c 'e $VIMRUNTIME/tutor/tutor.fr' -c 'w! TUTORCOPY' -c 'q'
|
| H A D | usr_43.txt | 71 $VIMRUNTIME/ftplugin/ 128 filetype.vim file in $VIMRUNTIME, which is halfway 'runtimepath'. Finally 166 1. filetype.vim files before $VIMRUNTIME in 'runtimepath' 167 2. first part of $VIMRUNTIME/filetype.vim 169 4. remainder of $VIMRUNTIME/filetype.vim 170 5. filetype.vim files after $VIMRUNTIME in 'runtimepath'
|
| H A D | mlang.txt | 116 Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES", 139 "$VIMRUNTIME/lang/menu_<lang>.vim". 155 Now check the "$VIMRUNTIME/lang" directory for menu translation files that use 193 See the $VIMRUNTIME/lang directory for examples. 197 :source $VIMRUNTIME/delmenu.vim 199 :source $VIMRUNTIME/menu.vim
|
| H A D | filetype.txt | 35 Amiga $VIMRUNTIME/filetype.vim 36 Mac $VIMRUNTIME:filetype.vim 37 MS-Windows $VIMRUNTIME\filetype.vim 38 Unix $VIMRUNTIME/filetype.vim 39 VMS $VIMRUNTIME/filetype.vim 42 name, the file $VIMRUNTIME/scripts.vim is used to detect it from the 163 to add it. In any way, it's better not to modify the $VIMRUNTIME/filetype.vim 247 < See $VIMRUNTIME/scripts.vim for more examples. 256 $VIMRUNTIME/scripts.vim. 320 Note that the last one is the value of $VIMRUNTIME which has been expanded. [all …]
|
| H A D | usr_06.txt | 88 $VIMRUNTIME/syntax. For the GUI you can use the Syntax menu. 144 want to try out. Look in the directory $VIMRUNTIME/colors. 155 !cp $VIMRUNTIME/colors/morning.vim ~/.vim/colors/mine.vim 157 This is done from Vim, because it knows the value of $VIMRUNTIME. 277 :source $VIMRUNTIME/syntax/2html.vim
|
| H A D | starting.txt | 13 5. $VIM and $VIMRUNTIME |$VIM| 371 This sources the script $VIMRUNTIME/evim.vim. Mappings are 815 script $VIMRUNTIME/evim.vim will be loaded. 1049 source $VIMRUNTIME/defaults.vim 1137 5. $VIM and $VIMRUNTIME 1165 *$VIMRUNTIME* 1169 "$VIMRUNTIME/doc/help.txt". 1171 is the order used to find the value of $VIMRUNTIME: 1176 the normal value for $VIMRUNTIME. 1191 :let $VIMRUNTIME = "/home/piet/vim/vim82" [all …]
|
| H A D | os_mac.txt | 57 You can use the |$VIM| and |$VIMRUNTIME| variable. > 59 :so $VIMRUNTIME:syntax:syntax.vim 67 When starting up Vim will load the $VIMRUNTIME/macmap.vim script to define
|
| H A D | usr_05.txt | 55 source $VIMRUNTIME/defaults.vim 79 $VIMRUNTIME/vimrc_example.vim ~ 87 source $VIMRUNTIME/defaults.vim 89 This loads the "defaults.vim" file in the $VIMRUNTIME directory. This sets up 157 source $VIMRUNTIME/defaults.vim 457 - Some are always loaded, you can see them in the directory $VIMRUNTIME/plugin. 458 - Some come with Vim. You can find them in the directory $VIMRUNTIME/macros 513 filetype one. The scripts in $VIMRUNTIME/macros are global ones, the filetype 514 plugins are in $VIMRUNTIME/ftplugin.
|
| H A D | os_vms.txt | 138 define/nolog VIMRUNTIME device:[path.vim.vim60] 145 Logicals $VIMRUNTIME and $TMP are optional. 147 If $VIMRUNTIME is not set, Vim will guess and try to set up automatically. 224 You can also use the $VIMRUNTIME logical to point to the proper version of Vim 225 if you have installed more versions at the same time. If $VIMRUNTIME is not 227 information about the $VIMRUNTIME logical by typing :help runtime as a Vim 756 $! VIMRUNTIME must be defined in order to find runtime files 757 $ define/nolog VIMRUNTIME RF10:[UTIL.VIM73] 917 - resolving $VIM and $VIMRUNTIME logicals
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | README.txt | 13 The "$VIMRUNTIME/menu.vim" file will search for a menu translation file. This 29 $VIMRUNTIME/lang/menu_chinese(taiwan)_taiwan.950.vim 38 $VIMRUNTIME/lang/menu_zh_tw.big5.vim
|
| /vim-8.2.3635/ |
| H A D | vimtutor.bat | 12 :: Use Vim to copy the tutor, it knows the value of $VIMRUNTIME 41 start "dummy" /b /w "%~dp0gvim.exe" -u NONE -c "so $VIMRUNTIME/tutor/tutor.vim" 51 call vim -u NONE -c "so $VIMRUNTIME/tutor/tutor.vim"
|
| H A D | uninstall.txt | 63 6. Remove setting the $VIM and $VIMRUNTIME environment variable and adjust 65 another version of Vim. $VIMRUNTIME is mostly not set. Check if $PATH
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_menu.vim | 8 source $VIMRUNTIME/menu.vim 18 source $VIMRUNTIME/delmenu.vim 25 source $VIMRUNTIME/menu.vim 60 source $VIMRUNTIME/delmenu.vim 66 if !filereadable($VIMRUNTIME . '/lang/menu_de_de.latin1.vim') 71 source $VIMRUNTIME/delmenu.vim 73 source $VIMRUNTIME/menu.vim 76 source $VIMRUNTIME/delmenu.vim 164 source $VIMRUNTIME/delmenu.vim
|
| H A D | Makefile | 82 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE) $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) … 126 RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE) $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim
|
| H A D | test_compiler.vim | 46 return glob('$VIMRUNTIME/compiler/*.vim', 0, 1) 52 let runtime = substitute($VIMRUNTIME, '\\', '/', 'g')
|
| H A D | setup.vim | 12 set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | logtalk.vim | 19 setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tt2.vim | 98 syn include @Perl $VIMRUNTIME/syntax/perl.vim 125 syn include @Perl $VIMRUNTIME/syntax/perl.vim
|
| H A D | manual.vim | 28 source $VIMRUNTIME/menu.vim
|
| H A D | kivy.vim | 13 syn include @pyth $VIMRUNTIME/syntax/python.vim
|