Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/vim-8.2.3635/src/testdir/
H A Dtest_comments.vim3 " Test for the 'n' flag in 'comments'
6 setlocal comments=n:> fo+=ro
23 " Test for the 'b' flag in 'comments'
26 setlocal comments=b:* fo+=ro
46 setlocal comments=f:- fo+=ro
50 setlocal comments=:-
106 setlocal comments=Ob:* fo+=ro
138 set tw=2 fo=cqm comments=n:X
187 set tw& fo& comments&
246 setlocal fo+=j comments=://
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dindent.vim33 …mn\|continuation-indentation\|case-indentation\|else-endif-column\|line-comments-indentation\|decl…
47 \ -bbb --blank-lines-before-block-comments
66 \ -fc1 --format-first-column-comments
67 \ -fca --format-all-comments
78 \ -nbbb --no-blank-lines-before-block-comments
90 \ -nfc1 --dont-format-first-column-comments
91 \ -nfca --dont-format-comments
104 \ -nsc --dont-star-comments
119 \ -sc --start-left-side-of-comments
H A Dasm.vim72 " GAS supports one type of multi line comments:
75 " GAS (undocumentedly?) supports C++ style comments. Unlike in C/C++ however,
81 " options and some comments may double as logical line number directives or
96 " comments. As a remedy, remove `;' from the above.
97 " - ARM comments are not highlighted correctly. For ARM, uncomment the
/vim-8.2.3635/runtime/ftplugin/
H A Ddtrace.vim25 " Set 'comments' to format dashed lists in comments.
26 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/
28 " dtrace uses /* */ comments. Set this explicitly, just in case the user
35 " braces in comments.
H A Djava.vim31 " Set 'comments' to format dashed lists in comments. Behaves just like C.
32 setlocal comments& comments^=sO:*\ -,mO:*\ \ ,exO:*/
46 \ " formatoptions< comments< commentstring< path< includeexpr<" .
H A Drpl.vim19 " Set 'comments' to format dashed lists in comments.
20 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
22 let b:undo_ftplugin = "setlocal fo< comments<"
H A Daap.vim14 " Reset 'formatoptions', 'comments', 'commentstring' and 'expandtab' to undo
22 " Set 'comments' to format dashed lists in comments.
23 setlocal comments=s:#\ -,m:#\ \ ,e:#,n:#,fb:-
H A Drrst.vim19 setlocal comments=fb:*,fb:-,fb:+,n:>
27 setlocal comments=:#',:###,:##,:#
29 setlocal comments=fb:*,fb:-,fb:+,n:>
34 " If you do not want 'comments' dynamically defined, put in your vimrc:
H A Djson.vim11 let b:undo_ftplugin = 'setlocal formatoptions< comments< commentstring<'
15 " JSON has no comments.
16 setlocal comments=
H A Drmd.vim17 setlocal comments=fb:*,fb:-,fb:+,n:>
28 setlocal comments=:#',:###,:##,:#
30 setlocal comments=fb:*,fb:-,fb:+,n:>
35 " If you do not want 'comments' dynamically defined, put in your vimrc:
H A Dverilog.vim31 " Set 'comments' to format dashed lists in comments.
32 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
34 " Format comments to be up to 78 characters long
H A Dhamster.vim25 " Use the # sign for comments
26 setlocal comments=:#
28 " Format comments to be up to 78 characters long
42 " Move around comments
H A Dxml.vim18 " Remove the middlepart from the comments section, as this causes problems:
20 setlocal comments=s:<!--,e:-->
29 " - match <!--, --> style comments (but not --, --)
60 let b:undo_ftplugin = "setlocal commentstring< comments< formatoptions< formatexpr< " .
H A Dvroom.vim16 \ ' expandtab< iskeyword< comments< commentstring<'
29 " Vroom files have no comments (text is inert documentation unless indented).
30 setlocal comments=
H A Dcs.vim20 " Set 'comments' to format dashed lists in comments.
21 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
H A Dc.vim33 " Set 'comments' to format dashed lists in comments.
34 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
42 " braces in comments properly.
H A Dtypescript.vim18 " Set 'comments' to format dashed lists in comments.
19 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
H A Dmsmessages.vim23 " Set 'formatoptions' to format all lines, including comments
27 " converted to C code and variants on "; //" which will remain comments
29 setlocal comments=:;,:;//,:;\ //,s:;\ /*\ ,m:;\ \ *\ ,e:;\ \ */
H A Doccam.vim27 setlocal comments+=:--
28 " Maximum length of comments is 78
44 \ . " formatoptions< comments< textwidth<"
H A Dmail.vim12 let b:undo_ftplugin = "setl modeline< tw< fo< comments<"
26 " Add n:> to 'comments, in case it was removed elsewhere
27 setlocal comments+=n:>
H A Dpascal.vim13 set comments=s:(*,m:\ ,e:*),s:{,m:\ ,e:}
17 set comments+=:///
22 set comments+=://
H A Dvhdl.vim22 " Set 'comments' to format dashed lists in comments.
23 "setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
25 " Format comments to be up to 78 characters long
H A Dvim.vim52 " Set 'comments' to format dashed lists in comments
63 " Format comments to be up to 78 characters long
81 " Move around comments
H A Djavascript.vim24 " Set 'comments' to format dashed lists in comments.
25 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
/vim-8.2.3635/runtime/doc/
H A Dusr_30.txt10 for many languages and format comments.
17 |30.6| Formatting comments
516 *30.6* Formatting comments
577 C++ comments: >
579 :set comments=://
582 recognized. The general form of an item in 'comments' is:
592 :set comments=n:>,n:!
594 There are two items, one for comments starting with ">" and one for comments
622 entry in 'comments' for this looks like this: >
624 :set comments=s1:/*,mb:*,ex:*/
[all …]

12345678910>>...19