Home
last modified time | relevance | path

Searched refs:leader (Results 1 – 25 of 47) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_join.vim241 // Should the next comment leader be left alone?
244 // Should the next comment leader be left alone?
253 if (condition) // Remove the next comment leader!
257 if (condition) // Remove the next comment leader!
335 // Should the next comment leader be left alone?
338 // Should the next comment leader be left alone?
347 if (condition) // Remove the next comment leader!
364 # bracket) is a comment leader itself. Make sure that this comment leader is
367 < retain its comment leader.
370 # bracket) is a comment leader itself. Make sure that this comment leader is
[all …]
H A Dtest26.in4 3001 lines: "This is the leader"
12 This is the leader
H A Dtest_file_size.vim39 " 3001 lines: "This is the leader"
44 call append(1, repeat(["This is the leader"], 3001))
H A Dtest_comments.vim74 " Copy the trailing indentation from the leader comment to a new line
118 " Test for using a multibyte character as a comment leader
/vim-8.2.3635/src/
H A Dchange.c1802 if (leader == NULL) in open_line()
1826 for (p = leader + lead_len - 1; p > leader in open_line()
1842 MB_PTR_BACK(leader, p); in open_line()
1856 while (--p >= leader) in open_line()
1879 p = skipwhite(leader); in open_line()
1980 leader[lead_len] = NUL; in open_line()
2003 ++leader; in open_line()
2083 STRCAT(leader, " "); in open_line()
2088 STRCAT(leader, p_extra); in open_line()
2089 p_extra = leader; in open_line()
[all …]
/vim-8.2.3635/src/libvterm/src/
H A Dparser.c26 printf(" leader: %s\n", vt->parser.v.csi.leader); in do_csi()
37 vt->parser.v.csi.leaderlen ? vt->parser.v.csi.leader : NULL, in do_csi()
193 vt->parser.v.csi.leader[vt->parser.v.csi.leaderlen++] = c; in vterm_input_write()
198 vt->parser.v.csi.leader[vt->parser.v.csi.leaderlen] = 0; in vterm_input_write()
H A Dstate.c951 static int on_csi(const char *leader, const long args[], int argcount, const char *intermed, char c… in on_csi() argument
966 if(leader && leader[0]) { in on_csi()
967 if(leader[1]) // longer than 1 char in on_csi()
970 switch(leader[0]) { in on_csi()
973 leader_byte = leader[0]; in on_csi()
1573 if((*state->fallbacks->csi)(leader, args, argcount, intermed, command, state->fbdata)) in on_csi()
/vim-8.2.3635/runtime/ftplugin/
H A Drust.vim21 " The rust source code at present seems to typically omit a leader on /*!
24 " leader), merely whether a leader is inserted by default or not.
H A Drpl.vim16 " and insert the comment leader when hitting <CR> or using "o".
H A Dcs.vim17 " and insert the comment leader when hitting <CR> or using "o".
H A Daap.vim19 " and insert the comment leader when hitting <CR> or using "o".
H A Dlua.vim19 " the comment leader when hitting <CR> or using "o".
H A Dmake.vim18 " and insert the comment leader when hitting <CR> or using "o".
H A Ddtrace.vim22 " and insert the comment leader when hitting <CR> or using "o".
H A Dtypescript.vim15 " and insert the comment leader when hitting <CR> or using "o".
H A Doccam.vim25 " Break comment lines and insert comment leader in this case
H A Dmail.vim23 " Set 'formatoptions' to break text lines and keep the comment leader ">".
H A Djava.vim28 " and insert the comment leader when hitting <CR> or using "o".
H A Dverilog.vim28 " and insert the comment leader when hitting <CR> or using "o".
H A Dhamster.vim22 " and insert the comment leader when hitting <CR> or using "o".
H A Djavascript.vim16 " and insert the comment leader when hitting <CR> or using "o".
H A Dc.vim21 " and insert the comment leader when hitting <CR> or using "o".
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c145 static int parser_csi(const char *leader, const long args[], int argcount, const char *intermed, ch… in parser_csi() argument
150 if(leader && leader[0]) { in parser_csi()
152 for(i = 0; leader[i]; i++) in parser_csi()
153 printf("%02x", leader[i]); in parser_csi()
/vim-8.2.3635/runtime/autoload/
H A Dada.vim579 let l:leader = g:mapleader
581 let l:leader = '\'
586 \ "<Tab>" . escape(l:leader . "a" . a:Keys , '\') .
604 let l:leader = g:mapleader
606 let l:leader = '\'
611 \ "<Tab>" . escape(l:leader . "a" . a:Keys , '\') .
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h375 …int (*csi)(const char *leader, const long args[], int argcount, const char *intermed, char command…
419 …int (*csi)(const char *leader, const long args[], int argcount, const char *intermed, char command…

12