Home
last modified time | relevance | path

Searched refs:HOME (Results 1 – 25 of 72) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_windows_home.vim1 " 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 Dsetup.vim11 " 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 Dtest_fnamemodify.vim4 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 Dsetup_gui.vim16 " Gnome insists on creating $HOME/.gnome2/, set $HOME to avoid changing the
23 let $HOME = fnamemodify('Xhome', ':p')
H A Dunix.vim7 " While some tests overwrite $HOME to prevent them from polluting user files,
10 let g:tester_HOME = $HOME
H A Dtest_cd.vim21 " Test that cd without argument goes to $HOME directory on Unix systems.
24 call assert_equal($HOME, getcwd())
H A Dtest_expand_dllpath.vim11 let home = substitute($HOME, '\\', '/', 'g')
/vim-8.2.3635/runtime/spell/hu/
H A Dhu_HU.diff7 HOME http://magyarispell.sourceforge.net
11 HOME http://magyarispell.sourceforge.net
/vim-8.2.3635/runtime/doc/
H A Dos_unix.txt13 The files "$HOME/.vimrc" and "$HOME/.exrc" are used instead of "s:.vimrc" and
H A Dos_amiga.txt130 Assign HOME: ""
141 Assign HOME: ""
H A Dstarting.txt790 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 Dpi_getscript.txt342 < 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 Druby.vim115 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 Dtradchinese.nsi116 "Create plugin directories in HOME directory."
152 "Remove the vimfiles directory in HOME directory."
H A Dserbian.nsi116 "Креира директоријуме додатака у HOME директоријуму."
152 "Уклања директоријуме додатака из HOME директоријума."
H A Ddanish.nsi77 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 Denglish.nsi116 "Create plugin directories in HOME directory."
152 "Remove the plugin directories from HOME directory."
H A Dgerman.nsi117 "Erstelle Plugin-Verzeichnis im HOME Benutzerverzeichnis."
153 "Entfernt die Plugin-Verzeichnisse aus dem HOME Benutzerverzeichnis."
H A Ddutch.nsi118 "Create plugin directories in HOME directory."
154 "Remove the plugin directories from HOME directory."
H A Ditalian.nsi118 "Crea directory per plugin nella directory HOME."
154 "Cancella le directory per plugin dalla directory HOME."
/vim-8.2.3635/.github/workflows/
H A Dci.yml92 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 Dvimspell.sh37 LOCAL_DICT=${LOCAL_DICT-$HOME/local/lib/local_dict}
/vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/
H A Dshellmenu.vim76 imenu Environ.HOME ${HOME}
/vim-8.2.3635/runtime/spell/pt/
H A Dpt_BR.diff18 + HOME http://www.broffice.org/verortografico
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim197 " For Unix always use the $HOME/.vim directory
198 return $HOME . "/.vim/spell"

123