Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 152) sorted by relevance

1234567

/vim-8.2.3635/src/
H A Dusercmd.c1403 if (quote) in produce_cmdmods()
1516 quote = 1; in uc_check_code()
1518 switch (quote) in uc_check_code()
1571 if (quote) in uc_check_code()
1575 if (quote) in uc_check_code()
1579 if (quote) in uc_check_code()
1600 if (quote) in uc_check_code()
1605 if (quote) in uc_check_code()
1609 if (quote) in uc_check_code()
1624 if (quote) in uc_check_code()
[all …]
H A Djson.c408 json_decode_string(js_read_T *reader, typval_T *res, int quote) in json_decode_string() argument
420 while (*p != quote) in json_decode_string()
535 if (*p == quote) in json_decode_string()
/vim-8.2.3635/src/testdir/
H A Dtest_textobjects.vim106 let t = "bla bla `quote` blah"
332 " don't get stuck on a quote at the start of a sentence
508 " Test for quote (', " and `) textobjects
517 " Test for visually selecting an inner quote
519 " extend visual selection from one quote to the next
525 " try to extend visual selection from one quote to a non-existing quote
531 " try to extend visual selection from one quote to a next partial quote
537 " select a quote backwards in visual mode
543 " select a quote backwards in visual mode from outside the quote
549 " visually selecting a quote with 'selection' set to 'exclusive'
[all …]
/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim595 ret = ret.grep(/^#{Regexp.quote(msg)}/) if msg != nil
677 message = Regexp.quote($2)
682 message = Regexp.quote($2)
687 message = Regexp.quote($2)
706 message = Regexp.quote($4)
722 message = Regexp.quote($2)
728 message = Regexp.quote($4)
737 methods = global_variables.grep(Regexp.new(Regexp.quote($1)))
742 message = Regexp.quote($3)
785 message = Regexp.quote($1)
H A Drust.vim282 " 3: double-quote
284 " 5: single-quote
310 elseif l:state == 3 " double-quote
/vim-8.2.3635/runtime/doc/
H A Dos_win32.txt97 d) A sequence of zero or more backslashes (\) and a double quote (")
101 double quote.
104 " is a special double quote
105 \" is a literal double quote
106 \\" is a literal backslash and a special double quote
107 \\\" is a literal backslash and a literal double quote
108 \\\\" is 2 literal backslashes and a special double quote
109 \\\\\" is 2 literal backslashes and a literal double quote
H A Dpi_zip.txt51 guessing the quote to use for your setup, you may use >
53 < which by default is a single quote under Unix (') and a double quote
H A Dhowto.txt78 |:quote| comment my .vim files
H A Dusr_27.txt389 " a double quote
390 [^"] any character that is not a double quote
392 " a double quote again
/vim-8.2.3635/runtime/keymap/
H A Dgreek_iso-8859-7.vim16 " greek left double-quote "<" twice
17 " greek right double-quote ">" twice
H A Dgreek_cp1253.vim17 " greek left double-quote "<" twice
18 " greek right double-quote ">" twice
H A Dhebrew_iso-8859-8.vim32 w ' " ' - single-quote
H A Dhebrew_cp1255.vim30 w ' " ' - single-quote
/vim-8.2.3635/runtime/syntax/
H A Dtf.vim88 syn keyword tfStatement purgeworld putfile quit quote recall recordline save contained
148 " Catch /quote .. '
149 syn match tfQuotes "/quote .\{-}'" contains=ALLBUT,tfString
H A Dlatte.vim50 syn keyword latteSyntax or ordinary quote process-output push-back contained
51 syn keyword latteSyntax push-front quasiquote quote random rdc reverse contained
H A Dtidy.vim157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
H A Dmail.vim52 " Mail Signatures. (Begin with "-- ", end with change in quote level)
64 " Make sure quote markers in regions (header / signature) have correct color
H A Dplp.vim7 " Add to filetype.vim the following line (without quote sign):
H A Dmallard.vim22 syn keyword mallardTagName media name note output p page quote contained
H A Dist.vim18 syn keyword IstInpSpec keyword level quote range_close range_open
H A Dsgmllnx.vim27 syn keyword sgmllnxTagName contained descrip quote htmlurl code ref
H A Dbst.vim34 syn keyword bstBuiltIn pop$ preamble$ purify$ quote$
/vim-8.2.3635/src/proto/
H A Dusercmd.pro20 size_t produce_cmdmods(char_u *buf, cmdmod_T *cmod, int quote);
/vim-8.2.3635/runtime/ftplugin/
H A Dhamster.vim33 " Comments start with a double quote
H A Djulia.vim38 …\@<!struct\|\%(abstract\|primitive\)\s\+type\|let\|do\|\%(bare\)\?module\|quote\|if\|for\|while\|t…

1234567