| /vim-8.2.3635/src/xdiff/ |
| H A D | xemit.c | 57 unsigned long ignored = 0; /* number of ignored blank lines */ in xdl_get_hunk() local 80 ignored = 0; in xdl_get_hunk() 82 ignored += xch->chg2; in xdl_get_hunk() 84 xch->i1 + (long)ignored - (lxch->i1 + lxch->chg1) > max_common) { in xdl_get_hunk() 88 ignored = 0; in xdl_get_hunk() 90 ignored += xch->chg2; in xdl_get_hunk()
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 02parser.test | 201 !NUL ignored 204 !NUL ignored within CSI 208 !DEL ignored 211 !DEL ignored within CSI
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | bzr.vim | 33 syn region bzrRegion start="^-\{14} This line and the following will be ignored -\{14}$" end="\%$… 37 syn sync match bzrSync grouphere bzrRegion "^-\{14} This line and the following will be ignored -\…
|
| H A D | dircolors.vim | 26 " Slackware only, ignored by GNU dircolors.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 460 to about 510 bytes. To see whether lines are ignored set 'verbose' to 5 or 471 This also depends on whether case is ignored. Case is ignored when: 581 following be ignored. This is for backwards compatibility 620 ignored. (Case is ignored when 'ignorecase' is set and 'tagcase' is 733 ignored (see 'comments' option). If a count is given, 735 lines are not ignored. 765 ignored (see 'comments' option). If a count is given, 767 lines are not ignored. 783 that look like a comment line are ignored (see 786 ignored. [all …]
|
| H A D | pi_paren.txt | 39 syntax items are ignored. Any syntax items with "string" or "comment"
|
| H A D | motion.txt | 198 |exclusive| motion. Any count is ignored. 740 "<aaa/>" items are skipped. Case is ignored, also for XML where case does 744 matching end tag. These are ignored. 746 The text objects are tolerant about mistakes. Stray end tags are ignored. 820 are ignored. Examples: > 1212 before parens and braces are ignored. Without "M" the 1219 ignored, unless the number of parens/braces in a line 1222 are also ignored (parens and braces inside single
|
| H A D | spell.txt | 406 For a word that starts with a digit the digit is ignored, unless the word as a 718 - Empty and blank lines are ignored. 721 - Lines starting with a # are ignored (comment lines). 737 are not recognized are ignored. You do get a warning message, so that you 814 ignored, all other white space matters. The encoding is specified in the 1067 # comment Comment is ignored 1068 - Hunspell uses this, ignored 1403 the item name. Case is always ignored. 1578 ignored, not supported or defined in another way. 1671 Vim does not use the TRY item, it is ignored. For making
|
| H A D | pattern.txt | 109 "*", but lines that look like a comment are ignored 1254 If the 'ignorecase' option is on, the case of normal letters is ignored. 1260 ignored. "\C" does the opposite: Force matching case for the whole pattern. 1301 ignored. Thus only the base characters need to match, the composing 1328 Bxy Byx yes (order ignored) 1333 Bx Bxy yes (extra y ignored) 1334 Bx Byx yes (extra y ignored) 1409 ignore case. Otherwise case is not ignored. 1462 are present anywhere in the string in the same order. Case is ignored. In a
|
| H A D | cmdline.txt | 491 those files with an extension that is in the 'suffixes' option are ignored. 493 in ".bak", "~", ".o", ".h", ".info", ".swp" and ".obj" are sometimes ignored. 539 '"' at the start of a line causes the whole line to be ignored. '"' 540 after a command causes the rest of the line to be ignored. This can be used 669 A colon is allowed between the range and the command name. It is ignored 678 expected as argument. Trailing spaces will be ignored, unless escaped with a 721 one(s) will be ignored.
|
| H A D | print.txt | 46 is ignored. 'printoptions' can be used to specify 406 - 'printfont' - The font name is ignored (the Courier family is always used - 412 printer does not support duplex printing then it should be silently ignored. 675 by psnup - these may safely be ignored.
|
| H A D | eval.txt | 1351 digits are ignored. 1553 :echo F('ignored') 3873 "longest" in 'completeopt' is ignored. 3958 {what} are silently ignored. 5503 ignored. 6540 ignored. See |feature-list| below. 8472 flag is ignored. 9614 if/endif pairs in between are ignored. 10443 ignored. 12689 " comment always ignored [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_modeline.vim | 12 " Missing end colon (ignored). 18 " Missing colon at beginning (ignored). 24 " Missing space after vim (ignored). 164 " 'sw' should be ignored because it is after the end colon.
|
| H A D | test_vim9_fails.vim | 2 " The leaks happen after a fork() and can be ignored.
|
| H A D | test_source.vim | 64 " When sourcing a vim script, shebang should be ignored.
|
| H A D | test_spellfile.vim | 491 …call assert_match('Duplicate /encoding= line ignored in Xwordlist.dic line 4: /encoding=latin1', o… 501 …call assert_match('/encoding= line after word ignored in Xwordlist.dic line 2: /encoding=latin1', … 520 …call assert_match('Duplicate /regions= line ignored in Xwordlist.dic line 2: regions=usca', output) 538 call assert_match('/ line ignored in Xwordlist.dic line 1: /test=abc', output)
|
| /vim-8.2.3635/ci/ |
| H A D | config.mk.clang.sed | 2 /^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/
|
| /vim-8.2.3635/src/ |
| H A D | os_macosx.m | 17 # pragma clang diagnostic ignored "-Wc99-extensions" 19 # pragma clang diagnostic ignored "-Wdeclaration-after-statement"
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw_gitignore.vim | 21 …return substitute(substitute(system('git ls-files --other --ignored --exclude-standard --directory…
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 45 A [count] is ignored, and only the first character of the closing 59 By default, words inside comments and strings are ignored, unless 140 structures inside strings and comments are ignored. This can be changed by 209 ignored. By default, they are ignored inside comments and strings, as
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | hebrewp_cp1255.vim | 4 " points, and I ignored all of them. Since we can input English by simply
|
| H A D | hebrew_cp1255.vim | 3 " points, and I ignored all of them. Since we can input English by simply
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | ccfilter_README.txt | 35 The <> denotes ignored text.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | clojure.vim | 60 " Skip brackets in ignored syntax regions when using the % command
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 24 123 0x7f = DEL (ignored)
|