Home
last modified time | relevance | path

Searched refs:TUTORCOPY (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvimtutor28 TUTORCOPY=`mktemp $tmp/tutorXXXXXX || tempfile -p tutor || echo none`
32 if test "$TUTORCOPY" = none; then
43 TUTORCOPY=$tmpdir/tutorcopy
44 touch $TUTORCOPY
47 TODELETE=$TUTORCOPY
50 export TUTORCOPY
74 $VIM -f -u NONE -c "set nocp showcmd" "$TUTORCOPY"
/vim-8.2.3635/
H A Dvimtutor.bat22 SET TUTORCOPY=%2\$tutor$
23 COPY %1 %TUTORCOPY% >nul 2>nul
45 start "dummy" /b /w "%~dp0gvim.exe" -u NONE -c "set nocp" %TUTORCOPY%
55 call vim -u NONE -c "set nocp" %TUTORCOPY%
67 IF EXIST %TUTORCOPY% DEL %TUTORCOPY%
/vim-8.2.3635/runtime/doc/
H A Dusr_01.txt143 vim --clean -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! TUTORCOPY' -c 'q'
145 This will write the file "TUTORCOPY" in the current directory. To use a
149 vim --clean -c 'e $VIMRUNTIME/tutor/tutor.fr' -c 'w! TUTORCOPY' -c 'q'
153 vim --clean TUTORCOPY
159 del TUTORCOPY
/vim-8.2.3635/runtime/tutor/
H A Dtutor.vim202 wq! $TUTORCOPY