Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c125 if (!map->first) in insert_record()
216 return map->first; in find_longest_common_sequence()
271 if (first) { in walk_common_sequence()
298 if (!first) in walk_common_sequence()
301 while (first->next && in walk_common_sequence()
302 first->next->line1 == first->line1 + 1 && in walk_common_sequence()
303 first->next->line2 == first->line2 + 1) in walk_common_sequence()
304 first = first->next; in walk_common_sequence()
309 first = first->next; in walk_common_sequence()
336 struct entry *first; in patience_diff() local
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_tagjump.vim787 int first() {}
812 int first() {}
839 int first() {}
872 \ "first\tXfoo\t/^int first() {}/",
878 int first() {}
979 tag first
989 tselect first
1026 ptag first
1047 ptselect first
1075 tag first
[all …]
H A Dtest_sort.vim427 \ 'name' : 'Alpha (skip first character) sort',
545 \ 'name' : 'numeric, skip first character',
585 \ 'name' : 'alpha, sort on first character',
665 \ 'name' : 'numeric, sort on first character',
705 \ 'name' : 'alpha, skip past first digit',
745 \ 'name' : 'alpha, sort on first digit',
785 \ 'name' : 'numeric, skip past first digit',
825 \ 'name' : 'numeric, sort on first digit',
865 \ 'name' : 'alpha, skip past first 2 digits',
985 \ 'name' : 'alpha, sort on first 2 digits',
[all …]
/vim-8.2.3635/src/
H A Dnetbeans.c1133 pos_T first, last; in nb_do_cmd() local
1175 first = *pos; in nb_do_cmd()
1177 first.lnum, first.col)); in nb_do_cmd()
1200 if (first.col != 0 in nb_do_cmd()
1207 nb_partialremove(first.lnum, first.col, in nb_do_cmd()
1221 nb_partialremove(first.lnum, first.col, last.col); in nb_do_cmd()
1246 if (first.lnum != last.lnum && del_from_lnum > first.lnum in nb_do_cmd()
1282 curwin->w_cursor = first; in nb_do_cmd()
2047 pos_T first; in nb_do_cmd() local
2077 first = *pos; in nb_do_cmd()
[all …]
H A Dcreate_cmdidxs.vim2 " given a Ex command, determine the first value to probe to find
3 " a matching command in cmdnames[] based on the first character
4 " and the first 2 characters of the command.
63 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
64 let output += [ ' * based on the first letter of a command.' ]
77 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
78 let output += [ ' * based on the first 2 letters of a command.' ]
H A Devalbuffer.c501 linenr_T first, last; in f_deletebufline() local
528 last = first; in f_deletebufline()
530 if (buf->b_ml.ml_mfp == NULL || first < 1 in f_deletebufline()
531 || first > buf->b_ml.ml_line_count || last < first) in f_deletebufline()
546 count = last - first + 1; in f_deletebufline()
556 if (u_save(first - 1, last + 1) == FAIL) in f_deletebufline()
562 for (lnum = first; lnum <= last; ++lnum) in f_deletebufline()
563 ml_delete_flags(first, ML_DEL_MESSAGE); in f_deletebufline()
570 else if (wp->w_cursor.lnum> first) in f_deletebufline()
571 wp->w_cursor.lnum = first; in f_deletebufline()
[all …]
H A Devalvars.c542 list_vim_vars(int *first) in list_vim_vars() argument
752 int first = TRUE; in ex_let() local
817 list_buf_vars(&first); in ex_let()
1119 int *first) in list_hashtable_vars() argument
1151 list_glob_vars(int *first) in list_glob_vars() argument
1160 list_buf_vars(int *first) in list_buf_vars() argument
1169 list_win_vars(int *first) in list_win_vars() argument
1178 list_tab_vars(int *first) in list_tab_vars() argument
1273 first); in list_arg_vars()
3175 if (*first) in list_one_var_a()
[all …]
H A Dversion.c8226 int first; in list_version() local
8291 first = -1; in list_version()
8295 if (first < 0) in list_version()
8296 first = included_patches[i]; in list_version()
8301 msg_outnum((long)first); in list_version()
8302 if (first != included_patches[i]) in list_version()
8307 first = -1; in list_version()
H A Dmbyte.c1130 long first; member
2793 unsigned int first; in utf_class_buf() member
3974 int first = 0; in utf_allow_break_before() local
3978 while (first < last) in utf_allow_break_before()
3980 mid = (first + last)/2; in utf_allow_break_before()
3985 first = mid + 1; in utf_allow_break_before()
4024 int first = 0; in utf_allow_break_after() local
4028 while (first < last) in utf_allow_break_after()
4030 mid = (first + last)/2; in utf_allow_break_after()
4035 first = mid + 1; in utf_allow_break_after()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dmotion.txt185 0 To the first character of the line. |exclusive|
197 ^ To the first non-blank character of the line.
343 gg Goto line [count], default first line, on the first
463 first column. |exclusive|
468 the first column. |exclusive|
473 the first column. |exclusive|
807 The first column has number zero.
904 buffer. Defaults to the first character of the first
1010 timestamp in the first line: >
1215 \)" the first and last parenthesis match.
[all …]
H A Dusr_12.txt64 first file.
67 Do the replacements in the first file.
115 The first part between \( \) matches "Last" \( \)
126 "\1" refers to the first "\( \)", which is the "Last" name.
152 This goes to the first line, where "OBJS" is the first thing in the line.
194 the first.
196 This also works on a range of lines. First move to above the first line and
235 that you want to find the man page for (this is on Unix). Let's first use a
259 To find a man page in a specific section, put the section number first.
332 like ":next" and ":first" to browse through the files.
[all …]
H A Dft_rust.txt138 it will be saved first using |:update|. If the current file is
140 first. The compiled binary is always placed in a temporary
157 changes, it will be saved first using |:update|. If the
159 temporary file first.
165 If ! is specified, the first argument is the expansion type to
175 will be saved first using |:update|. If the current file is an
176 unnamed buffer, it will be written to a temporary file first.
186 will be saved first using |:update|. If the current file is an
187 unnamed buffer, it will be written to a temporary file first.
H A Dusr_29.txt163 current file, that one is used first.
192 :tfirst go to first match
203 type the first bit and press <Tab>: >
218 contain "block" and use the first match.
364 This assumes that the "{" and "}" are in the first column.
389 by a "}" in the first column.
537 want to jump to another item than the first one, type the number first: >
547 [i only lists the first match
549 ]i only lists the first item below the cursor
564 [d only lists the first match
[all …]
H A Dtabpage.txt52 may select another tab page first, causing an extra screen update.
73 :0tabnew " opens tabpage before the first one
103 " first one
139 :1tabclose " close the first tab page
166 :1tabonly " close all tab pages except the first one
172 :tabonly 1 " close all tab pages except the first one
188 first one.
192 Go to tab page {count}. The first tab page has number one. >
196 :1tabnext " go to the first tab page
223 :tabfir[st] Go to the first tab page.
[all …]
H A Dindex.txt292 |-| - 1 cursor to the first CHAR N lines higher
373 |^| ^ 1 cursor to the first CHAR of the line
659 |[i| [i show first line found in current and
699 |]i| ]i show first line found in current and
821 cursor on first non-blank
826 cursor on first non-blank
828 cursor on first non-blank
1330 |:first| :fir[st] go to the first file in the argument list
1653 |:tabfirst| :tabfir[st] go to first tab page
1660 |:tabrewind| :tabr[ewind] go to first tab page
[all …]
H A Dhelphelp.txt76 It is also possible to first do ":help" and then
97 CTRL-V first to insert the <NL> or <CR>. Example: >
114 in which {pattern} matches. Jumps to the first match.
211 is done by going through all help files and obtaining the first line of each
281 set according to the environment. Vim will first try to find a matching tag
288 The first one finds the Italian user manual, even when 'helplang' is empty.
295 "@ab" extension and it matches the first language in 'helplang' "@ab" is also
303 utf-8 when finding non-ASCII characters in the first line. Thus you must
330 The first line in a help file should have the following format:
334 The first field is a help tag where ":help plugin_name" will jump to. The
[all …]
H A Dusr_10.txt56 You start by moving to the first character of the first line. Next you
133 the first line with: >
192 Vim finds the first occurrence of "Professor" and displays the text it is
244 The first line always has number one. How about the last line? The "$"
251 the first to the last line.
259 first column. This command will work then: >
398 the first line only.
439 insert command and affects only the first line of the block.
583 The file "patch" will be put above the first line of the file.
610 Write the first line with this command: >
[all …]
/vim-8.2.3635/runtime/
H A Dscripts.vim20 " Load the user defined scripts file first
49 " If the word env is used, use the first word after the space:
51 " If there is no path use the first word: "#!perl [path/args]".
63 " tcl scripts may have #!/bin/sh in the first line and "exec wish" in the
229 " Vim scripts (must have '" vim' as the first line to trigger this)
243 " - "diff" in first line (context diff)
244 " - "Only in " in first line
245 " - "--- " in first line and "+++ " in second line (unified diff).
246 " - "*** " in first line and "--- " in second line (context diff).
248 " - "Index: <filename>" in the first line (CVS file)
[all …]
/vim-8.2.3635/runtime/indent/
H A Dcobol.vim191 let first = 0
196 let first = 1
199 let first = 1
202 let first = 1
205 let first = 1
207 let first = 1
210 let first = 0
218 …let match = searchpair('\c-\@<!\<'.beginword.'\>','','\c\<'.endword.'\>\zs','bnW'.(first? 'r' : ''…
H A Dawk.vim45 " first to get out of the function as soon as possible, thereby reducing the
69 " or function name), align the current line on the first '(' of the prev
84 " 1. Prev line is first line of a multiline statement
85 " -> attempt to indent on first ' ' or '(' of prev line, just like we
87 " 2. Prev line is not first line of a multiline statement
171 " Find the length of the first word in a line. This is used to be able to
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-899 1. Move the cursor to the first line below marked --->.
122 1. Move the cursor to the first line below marked --->.
331 first error.
332 2. Type x to delete the first unwanted character.
376 1. Move the cursor to the first line below marked --->.
399 1. Move the cursor to the first line below marked --->.
453 4. Move the cursor to the first error.
563 first occurrence of "thee" in the line.
584 gg moves to the first line.
768 the beginning of the first xxx .
[all …]
H A Dtutor99 1. Move the cursor to the first line below marked --->.
122 1. Move the cursor to the first line below marked --->.
331 first error.
332 2. Type x to delete the first unwanted character.
376 1. Move the cursor to the first line below marked --->.
399 1. Move the cursor to the first line below marked --->.
453 4. Move the cursor to the first error.
563 first occurrence of "thee" in the line.
584 gg moves to the first line.
768 the beginning of the first xxx .
[all …]
/vim-8.2.3635/runtime/autoload/dist/
H A Dft.vim34 " can be detected from the first five lines of the file.
70 " Check if one of the first five lines contains "VB_Name". In that case it is
126 " This function checks if one of the first ten lines start with a '@'. In
128 " If the first line starts with # or ! it's probably a ch file.
156 " This function checks for valid cl syntax in the first five lines.
338 " This function checks if one of the first five lines start with a dot. In
365 " recognize Prolog by specific text in the first non-empty line
419 " This function checks for an assembly comment the first ten lines.
445 " This function checks for valid Pascal syntax in the first ten lines.
481 " Rebol is easy to recognize, check for that first
[all …]
/vim-8.2.3635/src/libvterm/src/
H A Dunicode.c71 int first; member
369 if ((int)ucs < table[0].first || (int)ucs > table[max].last) in bisearch()
375 else if ((int)ucs < table[mid].first) in bisearch()
/vim-8.2.3635/runtime/syntax/
H A Dantlr.vim12 " This syntac file is a first attempt. It is far from perfect...
22 "files) (first define them in case they have not been defined in java)
32 " remove function definitions (they look different) (first define in

12345678910>>...20