Searched refs:first_line (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textformat.c | 55 int first_line = TRUE; in internal_format() local 360 if (first_line) in internal_format() 398 first_line = FALSE; in internal_format()
|
| H A D | indent.c | 1597 linenr_T first_line = 0; // first changed line in ex_retab() local 1716 if (first_line == 0) in ex_retab() 1717 first_line = lnum; in ex_retab() 1757 if (first_line != 0) in ex_retab() 1758 changed_lines(first_line, 0, last_line + 1, 0L); in ex_retab()
|
| H A D | if_tcl.c | 1955 linenr_T first_line = 0; in ex_tcldo() local 2007 if (first_line == 0) in ex_tcldo() 2008 first_line = rs; in ex_tcldo() 2015 if (first_line) in ex_tcldo() 2016 changed_lines(first_line, 0, last_line + 1, (long)0); in ex_tcldo()
|
| H A D | ex_cmds.c | 3697 linenr_T first_line = 0; // first changed line in ex_substitute() local 4581 if (first_line == 0) in ex_substitute() 4582 first_line = lnum; in ex_substitute() 4686 if (first_line == 0) in ex_substitute() 4687 first_line = lnum; in ex_substitute() 4730 if (first_line != 0) in ex_substitute() 4736 changed_lines(first_line, 0, last_line - i, i); in ex_substitute()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 68 return s:first_line(s:system_with_default(a:command, a:default)) 79 function! s:first_line(string)
|