Searched refs:quotes (Results 1 – 25 of 85) sorted by relevance
1234
| /vim-8.2.3635/src/ |
| H A D | float.c | 58 int quotes = 0; in string2float() local 67 ++quotes; in string2float() 77 return (int)((char_u *)s - buf) + quotes; in string2float()
|
| H A D | config.mk.in | 110 ### sed command to fix quotes while creating pathdef.c
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_win32.txt | 96 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 D | test_urls.vim | 42 " remove trailing stuff (parenthesis, dot, comma, quotes), but only for HTTP
|
| H A D | Makefile | 93 quotes.txt \ 237 quotes.html \
|
| H A D | pi_paren.txt | 34 possible. For example, you can't highlight single or double quotes, because
|
| H A D | quotes.txt | 1 *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 D | help.txt | 108 |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 D | pi_logipat.txt | 93 all lines not containing :abc: . The double quotes
|
| H A D | netbeans.txt | 340 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 D | pi_getscript.txt | 457 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 D | r.vim | 171 " 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 D | json.vim | 40 " Syntax: JSON does not allow strings with single quotes, unlike JavaScript. 53 " Syntax: Strings should always be enclosed with quotes.
|
| H A D | slrnrc.vim | 85 syn match slrnrcColorObj contained "\<quotes\d\+\>" 87 …licstext menu menu_press message neg_score normal pgpsignature pos_score quotes response_char sele…
|
| H A D | django.vim | 52 " Django template constants (always surrounded by double quotes)
|
| H A D | gretl.vim | 18 " string enclosed in double quotes
|
| H A D | iss.vim | 10 " - Embedded double quotes confuse string matches. e.g. "asfd""asfa"
|
| H A D | lout.vim | 73 " Double quotes
|
| H A D | flexwiki.vim | 86 " Formatting can be turned off by ""enclosing it in pairs of double quotes""
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | greek_iso-8859-7.vim | 114 " quotes
|
| H A D | greek_cp737.vim | 8 " the greek quotes, as these were not included in the codepage.
|
| H A D | greek_cp1253.vim | 115 " quotes
|
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 56 char_u *typval_tostring(typval_T *arg, int quotes);
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | mp.vim | 101 " 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 D | test_json.vim | 65 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