| /vim-8.2.3635/src/ |
| H A D | clientserver.c | 182 static char_u *build_drop_cmd(int filec, char **filev, int tabs, int sendReply); 297 int tabs = FALSE; in cmdsrv_main() local 348 tabs = TRUE; in cmdsrv_main() 373 tabs, argtype == ARGTYPE_EDIT_WAIT); in cmdsrv_main() 555 int tabs, // Use ":tab drop" instead of ":drop". in build_drop_cmd() argument 601 if (tabs) in build_drop_cmd()
|
| H A D | indent.c | 203 int tabs = 0; in tabstop_fromto() local 210 tabs++; in tabstop_fromto() 212 tabs += spaces / ts; in tabstop_fromto() 215 *ntabs = tabs; in tabstop_fromto()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_30.txt | 438 If you are using a combination of tabs and spaces, you just edit normally. 441 This option tells Vim to make the <Tab> key look and feel as if tabs were set 442 at the value of 'softtabstop', but actually use a combination of tabs and 474 If you want absolutely no tabs in your file, you can set the 'expandtab' 489 Setting 'expandtab' does not affect any existing tabs. In other words, any 490 tabs in the document remain tabs. If you want to convert tabs to spaces, use 496 Now Vim will have changed all indents to use spaces instead of tabs. However, 497 all tabs that come after a non-blank character are kept. If you want these to 502 This is a little bit dangerous, because it can also change tabs inside a 507 It's recommended not to use hard tabs inside a string. Replace them with
|
| H A D | usr_25.txt | 14 |25.3| Indents and tabs 215 *25.3* Indents and tabs 284 that it looks the same. It changes spans of white space into tabs and spaces 451 when it contains spaces and/or tabs. This command does work with blank lines: 529 can't recognize tabs or spaces beyond the end of line when moving the cursor 531 Suppose you have a line in a table that contains both tabs and other 553 right amount of screen space. Extra spaces or tabs are inserted to fill the
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mksession_utf8.vim | 18 \ 'two consecutive tabs', 19 \ 'two tabs in one line',
|
| H A D | test_command_count.vim | 77 command! -range -addr=tabs RangeTabs :let lines = [<line1>, <line2>] 84 command! -range=% -addr=tabs RangeTabsAll :let lines = [<line1>, <line2>]
|
| H A D | test_termcodes.vim | 660 let a = split(execute(':tabs'), "\n") 671 let a = split(execute(':tabs'), "\n") 680 let a = split(execute(':tabs'), "\n") 716 let a = split(execute(':tabs'), "\n") 728 let a = split(execute(':tabs'), "\n") 758 let a = split(execute(':tabs'), "\n") 774 let a = split(execute(':tabs'), "\n") 812 let a = split(execute(':tabs'), "\n") 827 let a = split(execute(':tabs'), "\n")
|
| H A D | test_usercommands.vim | 331 …call assert_equal('"com -addr=arguments buffers lines loaded_buffers other quickfix tabs windows',… 446 command! -addr=tabs DoSomething let g:a1 = <line1> | let g:a2 = <line2> 509 command! -addr=tabs DoCmd :
|
| H A D | test_mksession.vim | 44 \ 'two consecutive tabs', 45 \ 'two tabs in one line', 337 call assert_equal(4, tabpagenr('$'), 'session restore should restore number of tabs')
|
| H A D | test_hardcopy.vim | 51 " Print a help page which contains tabs, underlines (etc) to recover more code.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | flexwiki.vim | 92 " Bulleted list items start with one or tabs, followed by whitespace, then '*' 93 " Numeric list items start with one or tabs, followed by whitespace, then '1.'
|
| H A D | indent.vim | 107 \ -nut --no-tabs 123 \ -ut --use-tabs
|
| H A D | elinks.vim | 90 \ title-text status status-bar status-text tabs 94 syn keyword elinksPrefix ui dialogs leds sessions tabs timer
|
| H A D | tidy.vim | 152 \ hide-endtags indent-attributes indent-cdata indent-with-tabs 153 \ input-xml join-classes join-styles keep-tabs keep-time language
|
| H A D | nastran.vim | 28 " If you don't like initial tabs in dmap (or at all) 52 " Treat all past 72nd column as a comment. Do not work with tabs!
|
| H A D | meson.vim | 132 " mixed tabs and spaces
|
| H A D | mel.vim | 12 " when wanted, highlight trailing white space and spaces before tabs
|
| H A D | matlab.vim | 46 " If you don't like tabs
|
| H A D | acedb.vim | 109 " indentation and assumes tabs are 8 so...
|
| H A D | plm.vim | 32 " If you don't like tabs
|
| /vim-8.2.3635/runtime/ftplugin/ |
| 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
|
| H A D | bzl.vim | 88 " Expand tabs, truncate, pad, and concatenate
|
| H A D | fortran.vim | 91 " Tabs are not a good idea in Fortran so the default is to expand tabs
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.rc | 125 CONTROL "Open files in new tabs",
|