Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 179) sorted by relevance

12345678

/vim-8.2.3635/src/testdir/
H A Dtest_cd.vim13 cd ..
23 cd
37 cd ..
40 cd -
42 cd -
44 cd -
69 cd Xdir
129 cd - | cd -
192 cd -
213 cd Xa
[all …]
H A Dtest_findfile.vim37 cd Xdir1
84 cd Xdir2/Xdir3
100 cd Xdir2
111 cd ../..
137 cd Xdir1
159 cd Xdir2/Xdir3
167 cd ..
194 cd Xdir1
H A Dtest_find_complete.vim14 cd Xfind
84 cd Xfind
122 cd foo/y/bar
129 cd ../../x/bar
H A Dtest_expand.vim10 cd Xdir3
12 cd ..
39 cd Xdir\ ~\ dir
H A Dtest_getcwd.vim41 cd Xtopdir
244 cd ../Xdir1
252 cd ../Xdir3
259 cd ../Xdir1
H A Dtest_statusline.vim275 set statusline=ab%(cd%q%)de
282 set statusline=ab%#Todo#cd%#Error#ef
306 set statusline=ab%(cd%1*%{g:a}%*%)de
320 set statusline=ab%1*%(cd%*%{g:a}%1*%)de
337 set statusline=ab%(cd%1*%{g:a}%)de
351 set statusline=ab%1*%(cd%*%{g:a}%)de
H A Dtest_cpoptions.vim681 call setline(1, ' if (strcmp("ab)cd(", s))')
888 " Test for the '.' flag in 'cpo' (:cd command fails if the current buffer is
897 " :cd should fail when buffer is modified and 'cpo' contains dot.
898 call assert_fails('cd ..', 'E747:')
901 " :cd with exclamation mark should succeed.
902 cd! ..
905 " :cd should succeed when buffer has been written.
907 exe 'cd ' .. fnameescape(save_dir)
/vim-8.2.3635/runtime/spell/en/
H A Dmain.aap154 :cd tmp
165 :cd ..
173 :cd tmp
184 :cd ..
192 :cd tmp
203 :cd ..
211 :cd tmp
222 :cd ..
230 :cd tmp
241 :cd ..
/vim-8.2.3635/runtime/doc/
H A Dusr_22.txt87 cd...............Make Browsing Directory The Current Dir....|netrw-c|
124 cd Change Vim's notion of the current directory to be
161 :cd VeryLongFileName
172 Vim remembers the last directory that you used. Use "cd -" to go back to it.
177 :cd /etc
180 :cd -
183 :cd -
206 directory. Doing a `:cd` command in one window will also change the current
209 remembered. Using `:cd` or `:lcd` in other windows will not change it.
210 When using a `:cd` command in a window that uses a different current
[all …]
H A Dos_dos.txt16 6. :cd command |dos-:cd|
242 6. :cd command *dos-:cd*
244 The ":cd" command recognizes the drive specifier and changes the current
245 drive. Use ":cd c:" to make drive C the active drive. Use ":cd d:\foo" to go
247 if the system supports them; e.g., ":cd \\server\share\dir". |:cd|
/vim-8.2.3635/ci/
H A Dappveyor.bat5 cd %APPVEYOR_BUILD_FOLDER%
7 cd src
44 cd ..
/vim-8.2.3635/.github/workflows/
H A Dci.yml167 cd "${SND_DUMMY_DIR}"
226 cd "${SRCDIR}"
445 cd src
469 cd src
504 cd src
510 …start cmd /c "cd ..\src2\testdir & nmake -nologo -f Make_dos.mak VIMPROG=..\..\src\vim > nul & ech…
513 cd testdir
515 cd ..
518 cd ..\src2\testdir
/vim-8.2.3635/src/
H A DMake_mvc.mak1415 cd ..
1420 cd ..
1425 cd ..
1462 cd ..
1465 cd ..
1468 cd ..
1480 cd ..
1485 cd ..
1490 cd ..
1495 cd ..
[all …]
/vim-8.2.3635/runtime/spell/es/
H A Des_MX.diff800 ! SFX W 0 �a e[cd]er
810 ! SFX W 0 �a or[cd]er
1561 ! SFX W 0 �n e[cd]er
2889 ! SFX W 0 � e[cd]er
2922 ! SFX W 0 � e[cd]er
4172 ! SFX W 0 �a e[cd]er
4933 ! SFX W 0 �n e[cd]er
6229 ! SFX W 0 �s e[cd]er
6261 ! SFX W 0 � e[cd]er
6271 ! SFX W 0 � or[cd]er
[all …]
/vim-8.2.3635/runtime/
H A Dtermcap13 :ce=\E[K:cd=\E[J:\
38 :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
48 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
58 :co#80:li#25:am:do=\E[B:ce=\E[K:cd=\E[J:\
/vim-8.2.3635/runtime/spell/pt/
H A Dmain.aap134 :cd tmp
145 :cd ..
153 :cd tmp
164 :cd ..
/vim-8.2.3635/runtime/colors/lists/
H A Ddefault.vim100 \ 'medium blue': '#0000cd',
101 \ 'mediumblue': '#0000cd',
315 \ 'slateblue3': '#6959cd',
323 \ 'blue3': '#0000cd',
327 \ 'dodgerblue3': '#1874cd',
567 \ 'mediumpurple3': '#8968cd',
/vim-8.2.3635/runtime/autoload/
H A Dtar.vim420 exe "cd ".fnameescape(tmpdir)
423 " call Decho("***error*** (tar#Write) cannot cd to temporary directory")
424 echohl Error | echo "***error*** (tar#Write) cannot cd to temporary directory" | Echohl None
436 cd _ZIPVIM_
554 cd ..
556 exe "cd ".fnameescape(curdir)
769 " call Decho("exe cd ".fnameescape(vimhome))
770 exe "cd ".fnameescape(vimhome)
786 " call Decho("exe cd ".fnameescape(curdir))
787 exe "cd ".fnameescape(curdir)
[all …]
/vim-8.2.3635/READMEdir/
H A DREADME_dos.txt38 cd C:\
39 cd D:\editors
46 cd C:\
68 cd vim\vim82
/vim-8.2.3635/runtime/spell/tr/
H A Dmain.aap48 :cd tmp
59 :cd ..
/vim-8.2.3635/runtime/spell/tl/
H A Dmain.aap61 :cd tmp
72 :cd ..
/vim-8.2.3635/runtime/spell/nn/
H A Dmain.aap62 :cd tmp
73 :cd ..
/vim-8.2.3635/runtime/spell/el/
H A Dmain.aap62 :cd tmp
73 :cd ..
/vim-8.2.3635/runtime/spell/he/
H A Dmain.aap62 :cd tmp
73 :cd ..
/vim-8.2.3635/runtime/spell/nb/
H A Dmain.aap62 :cd tmp
73 :cd ..

12345678