| /vim-8.2.3635/runtime/tools/ |
| H A D | vim_vs_net.cmd | 1 @rem 3 @rem Tools->External Tools... 4 @rem Add 5 @rem Title - Vim 8 @rem Init Dir - Empty 9 @rem 11 @rem 14 @rem In Vim 16 @rem 17 @rem --servername VS_NET [all …]
|
| /vim-8.2.3635/src/ |
| H A D | msvc2015.bat | 3 rem See INSTALLpc.txt for information. 4 rem 5 rem Usage: 6 rem For x86 builds run this without options: 7 rem msvc2015 8 rem For x64 builds run this with "x86_amd64" option: 9 rem msvc2015 x86_amd64 10 rem This works on any editions including Express edition. 12 rem option: 13 rem msvc2015 x64 [all …]
|
| H A D | msvcsetup.bat | 1 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003 2 rem See INSTALLpc.txt for information. 8 rem The platform SDK can be installed elsewhere, adjust the path. 10 rem call "e:\Microsoft Platform SDK\SetEnv.Cmd"
|
| H A D | msvc2008.bat | 2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition 3 rem aka Microsoft Visual Studio 9.0. 4 rem See INSTALLpc.txt for information.
|
| H A D | msvc2010.bat | 2 rem To be used on MS-Windows for Visual C++ 2010 Express Edition 3 rem aka Microsoft Visual Studio 10.0. 4 rem See INSTALLpc.txt for information.
|
| H A D | msys64.bat | 2 rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler. 3 rem Adjust the "c:\msys64" part to match your installation.
|
| H A D | msys32.bat | 2 rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler. 3 rem Adjust the "c:\msys64" part to match your installation.
|
| H A D | list.c | 2268 int rem; in filter_map() local 2390 &newtv, &rem); in filter_map() 2419 else if (filtermap == FILTERMAP_FILTER && rem) in filter_map() 2457 if (filter_map_one(&tv, expr, filtermap, &newtv, &rem) == FAIL in filter_map() 2471 else if (rem) in filter_map() 2524 if (filter_map_one(&tv, expr, filtermap, &newtv, &rem) in filter_map() 2548 else if (!rem) in filter_map() 2571 &newtv, &rem) == FAIL) in filter_map() 2597 else if (filtermap == FILTERMAP_FILTER && rem) in filter_map()
|
| H A D | spellfile.c | 5750 int rem; in offset2bytes() local 5755 rem = nr / 255; in offset2bytes() 5756 b2 = rem % 255 + 1; in offset2bytes() 5757 rem = rem / 255; in offset2bytes() 5758 b3 = rem % 255 + 1; in offset2bytes() 5759 b4 = rem / 255 + 1; in offset2bytes()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dosbatch.vim | 90 " Comments - usual rem but also two colons as first non-space is an idiom 91 syn match dosbatchComment "^rem\($\|\s.*$\)"lc=3 contains=dosbatchTodo,dosbatchSpecialChar,@dosbatc… 92 syn match dosbatchComment "^@rem\($\|\s.*$\)"lc=4 contains=dosbatchTodo,@dosbatchNumber,dosbatchVar… 94 syn match dosbatchComment "\s@rem\($\|\s.*$\)"lc=5 contains=dosbatchTodo,@dosbatchNumber,dosbatchVa… 97 " Comments in ()'s - still to handle spaces before rem 98 syn match dosbatchComment "(rem\([^)]\|\^\@<=)\)*"lc=4 contains=dosbatchTodo,@dosbatchNumber,dosbat… 105 syn keyword dosbatchImplicit path pause popd print prompt pushd rd recover rem
|
| H A D | ibasic.vim | 121 syn region ibasicComment start="^rem" end="$" contains=ibasicSpecial,ibasicTodo 122 syn region ibasicComment start=":\s*rem" end="$" contains=ibasicSpecial,ibasicTodo
|
| H A D | model.vim | 19 syn keyword modelKeyword or procedure public read readln readonly record recursive rem rep
|
| H A D | reva.vim | 41 syn keyword revaoperators m+ */ */mod m* um* m*/ um/mod fm/mod sm/rem 95 Builtin >rr ? ?do @execute @rem appdir argv as back base base! between chain cleanup-libs
|
| H A D | btm.vim | 44 "syn match btmComment "^\ *rem.*$" contains=btmTodo,btmShowTabc 50 syn match btmComment "^\ *rem.*$" contains=btmTodo
|
| H A D | freebasic.vim | 192 syn region freebasicComment start="^rem" end="$" contains=freebasicSpecial,freebasicTodo 193 syn region freebasicComment start=":\s*rem" end="$" contains=freebasicSpecial,freebasicTodo
|
| H A D | snobol4.vim | 63 …|fnclevel\|ftrace\|fullscan\|input\|lastno\|lcase\|maxlngth\|output\|parm\|rem\|rtntype\|stcount\|…
|
| H A D | opl.vim | 63 " syn keyword OPLStatement rem
|
| H A D | sdl.vim | 31 syn keyword sdlStatement parent provided referenced rem
|
| H A D | lftp.vim | 59 \ rem[ote-completion]
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.bat | 2 rem batch file to start Vim with less.vim. 3 rem Read stdin if no arguments were given. 4 rem Written by Ken Takata.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | dosbatch.vim | 18 setlocal comments=b:rem,b:@rem,b:REM,b:@REM,:::
|
| H A D | logtalk.dict | 190 rem
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | dosbatch.vim | 37 let l:prevl = substitute(getline(l:prevlnum), '\c^\s*\%(@\s*\)\?rem\>.*$', '', '')
|
| /vim-8.2.3635/src/testdir/ |
| H A D | Make_ming.mak | 43 @rem without the +eval feature test_result.log is a copy of test.log
|
| H A D | Make_dos.mak | 31 @rem without the +eval feature test_result.log is a copy of test.log
|