| /vim-8.2.3635/src/ |
| H A D | configure.ac | 91 if test -z "$CFLAGS"; then 95 if test "$GCC" = yes; then 155 if test -f ./toolcheck; then 404 if test "$CC" = "cc"; then 415 if test "$ccm" != "1"; then 1150 if test -n "$PERL"; then 1212 then 1446 then 1455 then 3618 if test -r /dev/ptc; then [all …]
|
| H A D | INSTALL | 100 If configure finds all library files and then complains when linking that some 143 the order of GTK, Motif, then Athena). If one is found, then it is used and 149 be checked for. If you want to *exclude* a certain check, then you use 153 Motif, you then also specify --disable-motif-check. This results in only 156 Lastly, if you know which one you want to use, then you can just do 158 then you'd specify --enable-gui=motif. Once you specify what you want, the
|
| /vim-8.2.3635/src/testdir/ |
| H A D | Make_vms.mms | 50 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.* 51 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then delete/noconfirm/nolog $*.out.* 53 -@ if "''F$TRNLNM("TMP")'" .EQS. "" then define/nolog TMP [] 62 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out 63 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok; 65 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* 66 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.* 97 -@ if "''F$SEARCH("*.out")'" .NES. "" then delete/noconfirm/nolog *.out.* 99 -@ if "''F$SEARCH("test.ok")'" .NES. "" then delete/noconfirm/nolog test.ok.* 102 -@ if "''F$SEARCH("XX*.*")'" .NES. "" then delete/noconfirm/nolog XX*.*.* [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cucumber.vim | 20 …scenario": "Senario\\>", "scenario_outline": "Menggariskan Senario \\>", "then": "Kemudian\\>", "w… 23 …"scenario": "Scenario\\>", "scenario_outline": "Scenario Amlinellol\\>", "then": "Yna\\>", "when":… 24 …, "scenario": "Scenarie\\>", "scenario_outline": "Abstrakt Scenario\\>", "then": "S\\%u00e5\\>", "… 29 …HAZ\\>", "scenario": "MISHUN\\>", "scenario_outline": "MISHUN SRSLY\\>", "then": "DEN\\>", "when":… 32 …'all\\>", "scenario": "Scenario\\>", "scenario_outline": "All y'all\\>", "then": "Then y'all\\>", … 33 …scenario": "Scenaro\\>", "scenario_outline": "Konturo de la scenaro\\>", "then": "Do\\>", "when": … 35 … "scenario": "Stsenaarium\\>", "scenario_outline": "Raamstsenaarium\\>", "then": "Siis\\>", "when"… 37 …taan\\>", "scenario": "Tapaus\\>", "scenario_outline": "Tapausaihio\\>", "then": "Niin\\>", "when"… 44 …>", "scenario": "Skenario\\>", "scenario_outline": "Skenario konsep\\>", "then": "Maka\\>", "when"… 52 …, "scenario": "Scenario\\>", "scenario_outline": "Abstract Scenario\\>", "then": "Dan\\>", "when":… [all …]
|
| H A D | lua.vim | 53 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>" 58 " if ... then 59 syn region luaIfThen transparent matchgroup=luaCond start="\<if\>" end="\<then\>"me=e-4 c… 61 " then ... end 62 syn region luaThenEnd contained transparent matchgroup=luaCond start="\<then\>" end="\<end\>" conta… 64 " elseif ... then 65 syn region luaElseifThen contained transparent matchgroup=luaCond start="\<elseif\>" end="\<then\>"…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sml.vim | 23 setlocal indentkeys+=0=and,0=else,0=end,0=handle,0=if,0=in,0=let,0=then,0=val,0=fun,0=\|,0=*),0) 41 let s:beflet = '^\s*\(initializer\|method\|try\)\|\(\<\(begin\|do\|else\|in\|then\|try\)\|->\|;\)\s… 131 if lline !~ '^\s*\(if\|else\|then\)\>' 132 return s:FindPair('\<if\>', '', '\<then\>') 137 " Match 'then' with 'if' 138 elseif line =~ '^\s*then\>' 139 if lline !~ '^\s*\(if\|else\|then\)\>' 140 return s:FindPair('\<if\>', '', '\<then\>') 184 " Indent if last line ends with 'sig', 'struct', 'let', 'then', 'else', 186 elseif lline =~ '\<\(sig\|struct\|let\|in\|then\|else\)\s*$'
|
| H A D | cdl.vim | 13 setlocal indentkeys+==~else,=~endif,=~then,;,),= 21 " it scans 'line' first, and then the previous lines 31 …let inicio = matchend(line, '\c\<\(expr\|\a*if\|and\|or\|not\|else\|then\|memberis\|\k\+of\)\>\|[<… 43 " if we hit the start of the file then f = -1, return 1 (formula) 70 " indent, but 'else', 'elseif' & 'then' increment it for the next line. 74 let inicio = matchend(line, '^\c\s*\(else\a*\|then\|endif\|/[*/]\|[);={]\)') 82 if c ==? 'n' || c ==? 'e' " 'then', 'else' 122 if match(thisline, '^\c\s*\(else\|then\|endif\|[);]\)') >= 0
|
| H A D | rpl.vim | 14 setlocal indentkeys+==~end,=~case,=~if,=~then,=~else,=~do,=~until,=~while,=~repeat,=~select,=~defau… 30 " Add a shiftwidth to statements following if, iferr, then, else, elseif, 34 …elseif prevstat =~? '\<\(if\|iferr\|then\|else\|elseif\|select\|case\|do\|until\|while\|repeat\|fo… 38 " Subtract a shiftwidth from then, else, elseif, end, until, repeat, next, 41 if line =~? '^\s*\(then\|else\|elseif\|until\|repeat\|next\|step\|default\|end\)\>'
|
| H A D | elm.vim | 18 setlocal indentkeys+=0=else,0=if,0=of,0=import,0=then,0=type,0\|,0},0\],0),=-},0=in 53 if l:lline !~# '^\s*\(if\|then\)\>' 57 " Indent if current line begins with 'then': 58 elseif l:line =~# '^\s*then\>' 60 return s:FindPair('\<if\>', '', '\<then\>') 94 if l:lline =~# '\(|\|=\|->\|<-\|(\|\[\|{\|\<\(of\|else\|if\|then\)\)\s*$'
|
| H A D | ocaml.vim | 23 …ernal,0=if,0=in,0=include,0=inherit,0=initializer,0=let,0=method,0=open,0=then,0=type,0=val,0=with… 45 let s:beflet = '^\s*\(initializer\|method\|try\)\|\(\<\(begin\|do\|else\|in\|then\|try\)\|->\|<-\|=… 163 if lline !~ '^\s*\(if\|then\)\>' 167 " Indent if current line begins with 'then': 168 elseif line =~ '^\s*then\>' 170 return s:FindPair('\<if\>', '', '\<then\>') 209 …function\|functor\|if\|initializer\|object\|parser\|private\|sig\|struct\|then\|try\)\|\<object\s*… 245 " If this is a multiline comment then align '*':
|
| H A D | tf.vim | 15 setlocal indentkeys+==/endif,=/then,=/else,=/done,0; 42 elseif line =~ '\(/if\|/else\|/then\)' 54 if line =~ '\(/else\|/endif\|/then\)'
|
| H A D | pascal.vim | 129 if prev_codeline =~ '\<\(\|else\|then\|do\)$' || prev_codeline =~ ':$' 133 " If it does start with "begin" then keep the same indent 156 " Two lines before ended in "then", "else", or "do" 160 if prev2_codeline =~ '\<\(then\|else\|do\)$' && prev_codeline !~ '\<begin$'
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 61 if [[ "${CC}" = "clang" ]]; then 67 if [[ "${CONFOPT}" =~ luainterp ]]; then 74 if [[ "${TRAVIS_CPU_ARCH}" = amd64 ]]; then 123 if [[ "${CHECK_AUTOCONF}" = "yes" ]] && [[ "${CC}" = "gcc" ]]; then 127 if [[ -n "${SHADOWOPT}" ]]; then 135 if [[ "${BUILD}" = "yes" ]]; then 139 if [[ "${TRAVIS_OS_NAME}" = "osx" ]] || [[ "${CC}" = "clang-11" ]]; then 151 if [[ "${BUILD}" = "yes" ]]; then 163 if [[ -n "${ASAN_OPTIONS}" ]]; then 164 if grep -q '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "$LOG_DIR"/*; then
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | sign.txt | 311 are placed in the line, then only one is removed. 397 If the sign named {name} already exists, then the attributes 405 {list} is used, then returns a List of values one for each 468 empty string, then only signs in the global group are 469 returned. If no arguments are supplied, then signs in the 599 string, then the global group is used. See 602 then a new unique identifier is allocated. 729 then the specified sign is removed from all 732 empty string, then the global sign group is 733 used. If set to '*', then all the groups [all …]
|
| H A D | print.txt | 92 If the option is empty, then vim will use the system default printer for 112 If 'printencoding' is empty or Vim cannot find the file then it will use 114 encoding file. If Vim is unable to find a character encoding file then it 119 then the conversion will be to latin1). Conversion to a printing encoding 271 If 'printmbcharset' is not one of the above values then it is assumed to 289 other fontname specifiers are optional. If a specifier is missing then 292 if b: is missing, then use r: 293 if i: is missing, then use r: 294 if o: is missing, then use b: 503 other characters then you will need to find another font that does. [all …]
|
| H A D | usr_32.txt | 8 Vim provides multi-level undo. If you undo a few changes and then make a new 24 Sometimes you make several changes, and then discover you want to go back to 48 possible to branch off. This happens when you undo a few changes and then 52 " too". And then move to the first 'o' and change it into 'w'. We then have
|
| H A D | usr_44.txt | 98 :syntax keyword xStatement if then else endif 106 one way and the words "if", "then", "else" and "endif" to be highlighted 150 "then", etc., will be keywords, as defined with the ":syntax keyword" 296 if (condition) then ~ 299 "then" might also appear in other places, where they get different 304 :syntax match xThen /then/ contained 310 if not (condition) then ~ 386 of the pattern match, and then one character further. 403 :syntax region xIfThen start=/if/ end=/then/ oneline 406 no "then" after the "if", the region doesn't match. [all …]
|
| H A D | pi_netrw.txt | 821 want it used, then set this variable. Its 1536 |visual-block|) and then pressing gx. 1613 (visual selection), and then pressing "D". 2122 then pressing "mf". 2727 If this variable exists and is zero, then 2898 If this variable exists, then balloon 3080 If g:netrw_winsize is less than zero, then 3084 If g:netrw_winsize is zero, then a normal 3564 then click "Up" if it's not) 4071 then netrw's s:NetrwGetWord(). [all …]
|
| H A D | quickfix.txt | 130 current buffer. If [count] is omitted, then 1 is 145 current buffer. If [count] is omitted, then 1 is 152 then the last error in the file is selected. 161 omitted, then 1 is used. If there are no errors, then 175 omitted, then 1 is used. If there are no errors, then 698 window, then that window is used. 940 replaced then by all arguments. Example: > 1103 enclosed in separator characters then. 1179 then > 1223 then ":compiler! bar" in another buffer, Vim [all …]
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 103 if ${{ contains(matrix.extra, 'nogui') }}; then 116 if ${{ matrix.coverage == true }}; then 120 if ${{ matrix.uchar == true }}; then 123 if ${{ contains(matrix.extra, 'testgui') }}; then 126 if ${{ contains(matrix.extra, 'unittests') }}; then 129 if ${{ contains(matrix.extra, 'asan') }}; then 135 if ${{ contains(matrix.extra, 'vimtags') }}; then 143 if [[ ${CC} = clang ]]; then 149 if [[ ${CONFOPT} =~ luainterp ]]; then 164 if [[ ! -e ${SND_DUMMY_DIR}/snd-dummy.ko ]]; then [all …]
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 85 there are |backref|s in |b:match_words| then the first step is to produce a 87 |backref|s then this step is skipped. This step is called parsing. For 112 also matches. If the cursor is on the "t", however, then '<tag>' is 114 If the two groups of patterns were reversed then '<' would never be 121 cursor starts on the "end " then "end if" is chosen. (You can avoid 132 there are |backref|s then, in addition, the matching pattern is saved as 196 then matchit.vim acts as if 'ignorecase' is set: for example, "end" and "END" 199 then matchit.vim treats "end" and "END" differently. (There will be no 228 of the line (ignoring whitespace) then you can > 286 If "if" is to be paired with "end if" (Note the space!) then word boundaries [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | fortran.vim | 8 " Since then, useful suggestions and contributions have been made, in order, by: 78 " compatible with both free and fixed format, then you should do so 112 \ s:notelse . '\<if\s*(.\+)\s*then\>:' . 113 \ '\<else\s*\%(if\s*(.\+)\s*then\)\=\>:\<end\s*if\>,'.
|
| H A D | ishd.vim | 24 …\ '\%(^\s*\)\@<=\<if\>\s*(.\{-})\s*then:\%(^\s*\)\@<=\<else\s*if\>\s*([^)]*)\s*then:\%(^\s*\)\@<=\…
|
| H A D | eiffel.vim | 33 \ '\%(\%(^\s\+\)\@<=\%(then\|until\|loop\)\|\%(then\|until\|loop\)\s\+[^ -]\|' . 34 …\ '\<\%(ensure\%(\s\+then\)\=\|rescue\|_then\|elseif\|else\|when\|\s\@<=invariant\|_until\|_loop\|…
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_haiku.txt | 9 - Open HaikuDepot application and search for "vim" package, then install, 10 - Open a Terminal and type "pkgman install vim", then follow instructions.
|