Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 85) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dfloat.c58 int quotes = 0; in string2float() local
67 ++quotes; in string2float()
77 return (int)((char_u *)s - buf) + quotes; in string2float()
H A Dconfig.mk.in110 ### sed command to fix quotes while creating pathdef.c
/vim-8.2.3635/runtime/doc/
H A Dos_win32.txt96 c) A parameter can be enclosed in double quotes to include white space.
121 *win32-quotes*
122 There are additional rules for quotes (which are not well documented).
123 As described above, quotes inside a file name (or any other command line
127 Alternatively use three quotes to get one: >
H A Dtest_urls.vim42 " remove trailing stuff (parenthesis, dot, comma, quotes), but only for HTTP
H A DMakefile93 quotes.txt \
237 quotes.html \
H A Dpi_paren.txt34 possible. For example, you can't highlight single or double quotes, because
H A Dquotes.txt1 *quotes.txt* For Vim version 8.2. Last change: 2018 Mar 29
7 *quotes*
8 Here are some nice quotes about Vim that I collected from news and mail.
H A Dhelp.txt108 |quotes.txt| remarks from users of Vim
239 will try to find help for it. Especially for options in single quotes, e.g.
H A Dpi_logipat.txt93 all lines not containing :abc: . The double quotes
H A Dnetbeans.txt340 string Argument in double quotes. Text is in UTF-8 encoding. This
357 quotes) or the name of a color (without the quotes) defined
771 ' ' space (without the quotes)
818 reports "2.4" (including the quotes).
830 with the |-nb| argument. No quotes are used!
H A Dpi_getscript.txt457 double quotes ("") whereas other systems will use
458 single quotes ('') around the urls in calls via wget
472 expansions with single quotes: '...'
/vim-8.2.3635/runtime/syntax/
H A Dr.vim171 " string enclosed in double quotes
173 " string enclosed in single quotes
176 " string enclosed in double quotes
178 " string enclosed in single quotes
H A Djson.vim40 " Syntax: JSON does not allow strings with single quotes, unlike JavaScript.
53 " Syntax: Strings should always be enclosed with quotes.
H A Dslrnrc.vim85 syn match slrnrcColorObj contained "\<quotes\d\+\>"
87 …licstext menu menu_press message neg_score normal pgpsignature pos_score quotes response_char sele…
H A Ddjango.vim52 " Django template constants (always surrounded by double quotes)
H A Dgretl.vim18 " string enclosed in double quotes
H A Diss.vim10 " - Embedded double quotes confuse string matches. e.g. "asfd""asfa"
H A Dlout.vim73 " Double quotes
H A Dflexwiki.vim86 " Formatting can be turned off by ""enclosing it in pairs of double quotes""
/vim-8.2.3635/runtime/keymap/
H A Dgreek_iso-8859-7.vim114 " quotes
H A Dgreek_cp737.vim8 " the greek quotes, as these were not included in the codepage.
H A Dgreek_cp1253.vim115 " quotes
/vim-8.2.3635/src/proto/
H A Dtypval.pro56 char_u *typval_tostring(typval_T *arg, int quotes);
/vim-8.2.3635/runtime/indent/
H A Dmp.vim101 " number of quotes. It helps that MetaPost strings cannot span more than one
102 " line and cannot contain escaped quotes.
/vim-8.2.3635/src/testdir/
H A Dtest_json.vim65 let s:jsd4 = '{key:null}' " js_encode puts no quotes around simple key.
69 let s:jsd5 = '{"key!":null}' " js_encode puts quotes around non-simple key.

1234