| /vim-8.2.3635/src/testdir/ |
| H A D | test_windows_home.vim | 1 " Test for $HOME on Windows. 40 call assert_equal(a:exp, $HOME) 55 let save_home = $HOME 62 let $HOME = '' " Force recomputing "homedir" 76 " If $HOME is set the others don't matter 77 let $HOME = 'C:\bar' 85 let $HOME = '%USERPROFILE%\bar' 90 " Invalid $HOME is kept 92 let $HOME = '%USERPROFILE' 99 let $HOME = 'C:\%USERPROFILE%' [all …]
|
| H A D | setup.vim | 11 " Make sure 'runtimepath' and 'packpath' does not include $HOME. 19 " Make sure the .Xauthority file can be found after changing $HOME. 21 let $XAUTHORITY = $HOME . '/.Xauthority' 27 " Make sure $HOME does not get read or written. 28 " It must exist, gnome tries to create $HOME/.gnome2 29 let $HOME = getcwd() . '/XfakeHOME' 30 if !isdirectory($HOME) 31 call mkdir($HOME)
|
| H A D | test_fnamemodify.vim | 4 let save_home = $HOME 7 let $HOME = fnamemodify('.', ':p:h:h') 14 call assert_equal($HOME .. "/foo" , fnamemodify('~/foo', ':p')) 37 call chdir($HOME) 40 call mkdir($HOME . '/XXXXXXXX/a', 'p') 41 call mkdir($HOME . '/XXXXXXXX/b', 'p') 42 call chdir($HOME . '/XXXXXXXX/a/') 43 call assert_equal('foo', fnamemodify($HOME . '/XXXXXXXX/a/foo', ':p:~:.')) 45 call mkdir($HOME . '/XXXXXXXX/a.ext', 'p') 48 call delete($HOME . '/XXXXXXXX', 'rf') [all …]
|
| H A D | setup_gui.vim | 16 " Gnome insists on creating $HOME/.gnome2/, set $HOME to avoid changing the 23 let $HOME = fnamemodify('Xhome', ':p')
|
| H A D | unix.vim | 7 " While some tests overwrite $HOME to prevent them from polluting user files, 10 let g:tester_HOME = $HOME
|
| H A D | test_cd.vim | 21 " Test that cd without argument goes to $HOME directory on Unix systems. 24 call assert_equal($HOME, getcwd())
|
| H A D | test_expand_dllpath.vim | 11 let home = substitute($HOME, '\\', '/', 'g')
|
| /vim-8.2.3635/runtime/spell/hu/ |
| H A D | hu_HU.diff | 7 HOME http://magyarispell.sourceforge.net 11 HOME http://magyarispell.sourceforge.net
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_unix.txt | 13 The files "$HOME/.vimrc" and "$HOME/.exrc" are used instead of "s:.vimrc" and
|
| H A D | os_amiga.txt | 130 Assign HOME: "" 141 Assign HOME: ""
|
| H A D | starting.txt | 790 Unix $HOME/.vimrc or $HOME/.vim/vimrc 791 MS-Windows $HOME/_vimrc, $HOME/vimfiles/vimrc 795 Haiku $HOME/config/settings/vim/vimrc 801 $HOME/.vim/ directory ($HOME/vimfiles/ for MS-Windows). That makes it 832 "$HOME/.vimrc" (for Unix) (*) 833 "$HOME/.vim/vimrc" (for Unix) (*) 838 "$HOME/_vimrc" (for Win32) (*) 839 "$HOME/vimfiles/vimrc" (for Win32) (*) 841 "$HOME/config/settings/vim/vimrc" (for Haiku) (*) 847 Note: For Win32, "$HOME" is checked first. If no "_vimrc" or [all …]
|
| H A D | pi_getscript.txt | 342 < default= $HOME/.vim (linux) 343 default= $HOME/vimfiles (windows) 371 Unix : $HOME/.vim 372 Windows: $HOME\vimfiles
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ruby.vim | 115 elseif executable('ruby') && !empty($HOME) 116 let g:ruby_default_path = s:query_path($HOME) 416 " 2. Copy "matchit.txt" into a "doc" directory (e.g. $HOME/.vim/doc). 418 " 3. Copy "matchit.vim" into a "plugin" directory (e.g. $HOME/.vim/plugin). 422 " 5. Ensure you have this line in your $HOME/.vimrc:
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | tradchinese.nsi | 116 "Create plugin directories in HOME directory." 152 "Remove the vimfiles directory in HOME directory."
|
| H A D | serbian.nsi | 116 "Креира директоријуме додатака у HOME директоријуму." 152 "Уклања директоријуме додатака из HOME директоријума."
|
| H A D | danish.nsi | 77 LangString str_desc_plugin_home ${LANG_DANISH} "Opret plugin-mapper i HOME (hvis du har def… 98 LangString str_desc_rm_plugin_home ${LANG_DANISH} "Fjern plugin-mapperne fra HOME-mappen."
|
| H A D | english.nsi | 116 "Create plugin directories in HOME directory." 152 "Remove the plugin directories from HOME directory."
|
| H A D | german.nsi | 117 "Erstelle Plugin-Verzeichnis im HOME Benutzerverzeichnis." 153 "Entfernt die Plugin-Verzeichnisse aus dem HOME Benutzerverzeichnis."
|
| H A D | dutch.nsi | 118 "Create plugin directories in HOME directory." 154 "Remove the plugin directories from HOME directory."
|
| H A D | italian.nsi | 118 "Crea directory per plugin nella directory HOME." 154 "Cancella le directory per plugin dalla directory HOME."
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 92 mkdir -p "${HOME}/bin" 93 echo "${HOME}/bin" >> $GITHUB_PATH 97 echo "SND_DUMMY_DIR=${HOME}/snd-dummy" 145 ln -fs /usr/bin/llvm-cov ${HOME}/bin/gcov
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | vimspell.sh | 37 LOCAL_DICT=${LOCAL_DICT-$HOME/local/lib/local_dict}
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 76 imenu Environ.HOME ${HOME}
|
| /vim-8.2.3635/runtime/spell/pt/ |
| H A D | pt_BR.diff | 18 + HOME http://www.broffice.org/verortografico
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | spellfile.vim | 197 " For Unix always use the $HOME/.vim directory 198 return $HOME . "/.vim/spell"
|