Home
last modified time | relevance | path

Searched refs:tabs (Results 1 – 25 of 81) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dclientserver.c182 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 Dindent.c203 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 Dusr_30.txt438 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 Dusr_25.txt14 |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 Dtest_mksession_utf8.vim18 \ 'two consecutive tabs',
19 \ 'two tabs in one line',
H A Dtest_command_count.vim77 command! -range -addr=tabs RangeTabs :let lines = [<line1>, <line2>]
84 command! -range=% -addr=tabs RangeTabsAll :let lines = [<line1>, <line2>]
H A Dtest_termcodes.vim660 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 Dtest_usercommands.vim331 …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 Dtest_mksession.vim44 \ 'two consecutive tabs',
45 \ 'two tabs in one line',
337 call assert_equal(4, tabpagenr('$'), 'session restore should restore number of tabs')
H A Dtest_hardcopy.vim51 " Print a help page which contains tabs, underlines (etc) to recover more code.
/vim-8.2.3635/runtime/syntax/
H A Dflexwiki.vim92 " 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 Dindent.vim107 \ -nut --no-tabs
123 \ -ut --use-tabs
H A Delinks.vim90 \ title-text status status-bar status-text tabs
94 syn keyword elinksPrefix ui dialogs leds sessions tabs timer
H A Dtidy.vim152 \ hide-endtags indent-attributes indent-cdata indent-with-tabs
153 \ input-xml join-classes join-styles keep-tabs keep-time language
H A Dnastran.vim28 " 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 Dmeson.vim132 " mixed tabs and spaces
H A Dmel.vim12 " when wanted, highlight trailing white space and spaces before tabs
H A Dmatlab.vim46 " If you don't like tabs
H A Dacedb.vim109 " indentation and assumes tabs are 8 so...
H A Dplm.vim32 " If you don't like tabs
/vim-8.2.3635/runtime/ftplugin/
H A Daap.vim26 " Expand tabs to spaces to avoid trouble.
H A Drst.vim26 " reStructuredText standard recommends that tabs be expanded to 8 spaces
H A Dbzl.vim88 " Expand tabs, truncate, pad, and concatenate
H A Dfortran.vim91 " Tabs are not a good idea in Fortran so the default is to expand tabs
/vim-8.2.3635/src/VisVim/
H A DVisVim.rc125 CONTROL "Open files in new tabs",

1234