| /vim-8.2.3635/src/testdir/ |
| H A D | test_system.vim | 26 " On OS/X we get leading spaces 33 " On OS/X we get leading spaces 100 call mkdir('Xdir with spaces', 'p') 101 call system('copy "%COMSPEC%" "Xdir with spaces\cmd.exe"') 111 \ '"' . fnamemodify('Xdir with spaces\cmd.exe', ':p') . '"', 143 call delete('Xdir with spaces', 'rf')
|
| H A D | test_visual.vim | 297 " Test for truncating spaces in a newly added line using 'autoindent' if 1037 " Test for block_insert when replacing spaces in front of the a with tabs 1175 " Test 1) Paste using zp - after the cursor without trailing spaces 1184 " Test 2) Paste using zP - in front of the cursor without trailing spaces 1194 " Test 3) Paste using p - with trailing spaces 1204 " Test 4) Paste using P - with trailing spaces 1214 " Test 5) Yank with spaces inside the block
|
| H A D | test_arglist.vim | 285 argedit file\ with\ spaces another file 286 …call assert_equal(['edited', 'a', 'file with spaces', 'another', 'file', 'third', 'b', 'c', 'd'], … 287 call assert_equal('file with spaces', expand('%'))
|
| H A D | test_mksession_utf8.vim | 17 \ ' four leadinG spaces',
|
| /vim-8.2.3635/src/ |
| H A D | indent.c | 207 if (spaces >= initspc) in tabstop_fromto() 209 spaces -= initspc; in tabstop_fromto() 212 tabs += spaces / ts; in tabstop_fromto() 213 spaces -= (spaces / ts) * ts; in tabstop_fromto() 216 *nspcs = spaces; in tabstop_fromto() 235 if (spaces < padding) in tabstop_fromto() 238 *nspcs = spaces; in tabstop_fromto() 243 spaces -= padding; in tabstop_fromto() 249 if (spaces < padding) in tabstop_fromto() 251 *nspcs = spaces; in tabstop_fromto() [all …]
|
| H A D | ops.c | 507 if (spaces != 0) in block_insert() 517 if (spaces != 0) in block_insert() 526 count = spaces; in block_insert() 545 spaces -= off; in block_insert() 549 spaces = 0; in block_insert() 570 vim_memset(newp + offset + spaces, ' ', (size_t)(ts_val - spaces)); in block_insert() 577 if (spaces > 0) in block_insert() 2028 ++spaces[t]; in do_join() 2034 ++spaces[t]; in do_join() 2103 if (spaces[t] > 0) in do_join() [all …]
|
| H A D | register.c | 1825 int spaces = 0; in do_put() local 1880 spaces = y_width + 1; in do_put() 1882 spaces -= lbr_chartabsize(NULL, &y_array[i][j], 0); in do_put() 1883 if (spaces < 0) in do_put() 1884 spaces = 0; in do_put() 1889 if (yanklen + spaces != 0 in do_put() 1891 / (yanklen + spaces))) in do_put() 1897 totlen = count * (yanklen + spaces) + bd.startspaces + bd.endspaces; in do_put() 1918 if ((j < count - 1 || !shortline) && spaces) in do_put() 1920 vim_memset(ptr, ' ', (size_t)spaces); in do_put() [all …]
|
| H A D | session.c | 287 put_view_curpos(FILE *fd, win_T *wp, char *spaces) in put_view_curpos() argument 292 r = fprintf(fd, "%snormal! $", spaces); in put_view_curpos() 294 r = fprintf(fd, "%snormal! 0%d|", spaces, wp->w_virtcol + 1); in put_view_curpos()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_30.txt | 16 |30.5| Tabs and spaces 210 Four spaces will work fine. One ":set" command will do it: > 410 *30.5* Tabs and spaces 421 spaces, a good compromise. 422 Since a <Tab> is eight spaces and you want to use an indent of four spaces, 428 is quicker than eight spaces. Backspacing works faster as well. 430 2. Use spaces only. This avoids the trouble with programs that use a 438 If you are using a combination of tabs and spaces, you just edit normally. 443 spaces. 452 then fills up with spaces. [all …]
|
| H A D | usr_25.txt | 126 change this. See the 'joinspaces' option to change the number of spaces used 178 would do the same). If it is 5, the text will be indented 5 spaces. For 218 in this manual, for example, are indented by eight spaces or a tab. You would 238 default value is 8. To make ">>" insert four spaces worth of indent, for 259 This will make the <Tab> key insert 4 spaces worth of indent. If there are 261 file). (If you always want spaces and no tab characters, set the 'expandtab' 284 that it looks the same. It changes spans of white space into tabs and spaces 468 line, use "A", enter a lot of spaces and type the text. 493 of a line. But Vim will not insert spaces there, until you insert a 529 can't recognize tabs or spaces beyond the end of line when moving the cursor [all …]
|
| H A D | change.txt | 111 Remove the indent and insert up to two spaces (see 118 lines. Remove the indent and insert up to two spaces 123 Don't insert or remove any spaces. 127 lines. Don't insert or remove any spaces. 132 the join does not insert or delete any spaces. 142 spaces. 533 made out of spaces with the same indent made out of <Tab>s (and a few spaces 979 spaces with tabs where appropriate. 981 appropriate number of spaces. 1198 spaces. [all …]
|
| H A D | os_amiga.txt | 83 Commands that accept a single file name allow for embedded spaces in the file 85 spaces need to be escaped with a backslash.
|
| /vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/ |
| H A D | justify.vim | 11 " appropriate amount of spaces. Extra spaces are added to existing 12 " spaces starting from the right side of the line. As an example, the 90 " most four spaces in a space run and keeping current indentation. 164 " Set maximum number of spaces between WORDs 270 " How many spaces should be added 279 " Duplicate spaces 285 " Add extra spaces from the end
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | occam.vim | 18 " Set the tab key size to two spaces 20 " Let tab keys always be expanded to spaces
|
| H A D | eiffel.vim | 68 let spaces = indent(line('.')) 71 …call s:DoMotion('\%>' . features_start . 'l\%<' . features_end . 'l^\s*\%' . (spaces + 1) . 'v\zs\…
|
| H A D | aap.vim | 26 " Expand tabs to spaces to avoid trouble.
|
| H A D | rst.vim | 26 " reStructuredText standard recommends that tabs be expanded to 8 spaces
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | tags | 39 matchit-spaces matchit.txt /*matchit-spaces*
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | flexwiki.vim | 94 " Eight spaces at the beginning of the line is equivalent to the leading tab. 97 " Treat all other lines that start with spaces as PRE-formatted text.
|
| H A D | occam.vim | 15 " Set the tab key size to two spaces 17 " Let tab keys always be expanded to spaces
|
| H A D | whitespace.vim | 1 " Simplistic way to make spaces and Tabs visible
|
| H A D | sqlinformix.vim | 62 " Highlight "end if" with one or more separating spaces 71 " Highlight "end for", etc. with one or more separating spaces
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 70 imenu SpShVars.All positional parameters (quoted spaces) ${*} 71 imenu SpShVars.All positional parameters (unquoted spaces) ${@}
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 82 " This change removes some of the support for tables with spaces in their 85 " Full support for "table names with spaces" can be added in again 96 " Supports object names with spaces "my table name" 212 " can contain spaces like "my table name". 511 " Handle names with spaces "my table name" 749 " Following a word character, make sure there is a . and no spaces
|
| H A D | decada.vim | 16 " 05.11.2006 MK Bram suggested to save on spaces
|