Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 233) sorted by relevance

12345678910

/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim48 " would be replaced for column and column list options.
140 " Used with the column list
319 elseif compl_type =~? 'column'
335 let column = ''
345 let table = column
346 let column = ''
380 " let column = ''
441 if column != ''
787 let table = column
788 let column = ''
[all …]
H A Dcsscomplete.vim202 …always", "avoid", "left", "right", "page", "column", "region", "recto", "verso", "avoid-page", "av…
217 elseif prop == 'column-count'
219 elseif prop == 'column-fill'
221 elseif prop == 'column-rule-color'
223 elseif prop == 'column-rule-style'
225 elseif prop == 'column-rule-width'
227 elseif prop == 'column-rule'
238 elseif prop == 'column-span'
240 elseif prop == 'column-width'
265 … let values = ["row", "row-reverse", "column", "column-reverse", "nowrap", "wrap", "wrap-reverse"]
[all …]
H A Dxmlformat.vim165 let column=0
175 let column += strdisplaywidth(word, column)
179 let column = 0
181 elseif column > limit || cnt == 0
184 let column = strdisplaywidth(add)
/vim-8.2.3635/src/testdir/
H A Dtest_modeless.vim95 " (end column < start column)
108 " (end column > start column)
121 " (end column < start column)
134 " (end column > start column)
147 " the end column is greater than the line length
160 " column outside the lines in the buffer
H A Dtest_tcl.vim237 call assert_equal('row 2 column 4', TclEval('$win cursor'))
243 call assert_equal('row 1 column 3', TclEval('$win cursor'))
246 call assert_equal('row 2 column 4', TclEval('$win cursor'))
248 call assert_equal('row 3 column 5', TclEval('$win cursor'))
261 tcl $win cursor $here(row) $here(column)
264 " Invalid values for the row and column
270 call assert_fails('tcl $win cursor pos', "can't read \"pos(column)\":")
271 tcl array set pos {row 1 column ''}
585 call assert_equal('row 3 column 1', TclEval('$::vim::current(buffer) mark a'))
586 call assert_equal('row 4 column 3', TclEval('$::vim::current(buffer) mark B'))
[all …]
H A Dtest_searchpos.vim17 " Now with \zs, first match is in column 0, "a" is matched.
20 " With z flag start at cursor column, don't see the "a".
H A Dtest_cursor_func.vim22 " col number zero keeps the column
181 " Test for the visual start column
286 " Test for the visual start column
300 " Test for getting the column number in insert mode with the cursor after
H A Dtest_paste.vim14 " In first column text is inserted
29 " In second column text is appended
37 " In last column text is appended
H A Dtest_signs.vim1798 " number column and line number is not displayed.
1809 " number is displayed in the number column
1814 " Disable number column. Check whether sign is displayed in the sign column
1821 " Enable number column. Check whether sign is displayed in the number column
1826 " Disable sign column. Make sure line number is displayed
1836 " Test displaying signs in the number column with width 1
1840 " Enable number column with width 1
1844 " Place a sign and make sure number column width remains the same
1864 " Disable 'number' column
1869 " Enable 'number' column
[all …]
/vim-8.2.3635/runtime/doc/
H A Dft_sql.txt329 directly from a database. This includes, table lists, column lists,
437 the column list for that table.
440 replace the column list with the list of tables.
522 tables. The column completion is triggered via <C-C>c.
527 Example of using column completion:
546 One column at a time:
550 4. Choose the column from the list and press enter.
551 5. Enter a "," and press <C-C>c. Generating a column list
556 table. Choose a different column and move on.
560 2. Highlight the table you need the column list for.
[all …]
H A Dusr_25.txt31 Suppose, for example, that you want a very narrow column of only 30
427 Starting with this text, containing eight lines broken at column 30:
467 You need to enter numbers in the third column. You could move to the second
475 Move the cursor by searching for the header of the last column: >
499 You want to add a column, which should be a copy of the third column and
500 placed before the "test 1" column. Do this in seven steps:
501 1. Move the cursor to the left upper corner of this column, e.g., with
505 the "input B" line of the "test 3" column.
509 6. Move the cursor to "test 1", where the new column must be placed.
518 Notice that the whole "test 1" column was shifted right, also the line where
[all …]
H A Dpattern.txt950 \%23c Matches in a specific column.
952 \%>23c Matches after a specific column.
953 \%.c Matches at the cursor column.
957 The "23" can be any column number. The first column is 1. Actually,
974 column 44.
985 The "23" can be any column number. The first column is 1.
998 To match the text up to column 17: >
1004 include the column use: >
1007 character in column 17: >
1010 this will also highlight column 17: >
[all …]
H A Dmotion.txt136 blockwise, the column may not always be defined.
192 in the same SCREEN column. <Home> works like "1|",
253 Additionally, vertical movements keep the column,
259 | To screen column [count] in the current line.
335 set, keep the same column.
345 set, keep the same column.
463 first column. |exclusive|
468 the first column. |exclusive|
473 the first column. |exclusive|
782 column 0. Default is cursor line.
[all …]
H A Dtextprop.txt38 A text property is attached at a specific line and column, and has a specified
124 counted in bytes, use one for the first column.
133 end_col column just after the text; not used when
217 col start at this column (when omitted
218 and "lnum" is given: use column 1,
238 The properties are ordered by starting column and priority.
240 col starting column
H A Dpopup.txt364 maximum column, [0, 0, 0] when not set.
367 maximum screen column, [0, 0, 0] when not set.
396 col screen column of the popup, one-based
400 core_col screen column of the text box
596 |prop_add()|, but specifying the column in the
612 number or "cursor" to use the column of the cursor,
615 horizontally centered. The first column is 1.
748 from line {lnum}, before column {start} or after
798 first column.
822 let col = {start column of the text}
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dprogress.vim60 …e-sen[sitive] cast center[ed] check chr clear clipboard codebase-locator colon color column-lab[el]
70 syn keyword ProgressReserved get-codepage[s] get-coll[ations] get-column get-error-column get-error…
152 …onvert col-of collate colon-align[ed] color-table column-bgc[olor] column-codepage column-dcolor c…
153 syn keyword ProgressOperator column-font column-movable column-of column-pfc[olor] column-read-only…
157 … create-node-namespace create-result-list-entry create-test-file current-column current-env[ironme…
174 …st find-unique finder first-async[-request] first-buffer first-child first-column first-data-source
176 syn keyword ProgressOperator first-tab-i[tem] fit-last-column fix-codepage fixed-only flat-button f…
198 syn keyword ProgressOperator is-codepage-fixed is-column-codepage is-lead-byte is-open is-parameter…
205 syn keyword ProgressOperator locator-column-number locator-line-number locator-public-id locator-sy…
211 …ord ProgressOperator message-area-font method min-button min-column-width-c[hars] min-column-width…
[all …]
H A Dsqr.vim50 syn keyword sqrReserved #current-column #current-date #current-line
86 syn keyword sqrCommand multiply new-page new-report next-column
94 syn keyword sqrCommand unstring uppercase use use-column
107 syn keyword sqrParam data-array-column-count
108 syn keyword sqrParam data-array-column-labels
162 syn keyword sqrParam y2-data-array-column-count
163 syn keyword sqrParam y2-data-array-column-labels
210 " in the first column of the source line. Also, "!!" is only treated
H A Dindent.vim33 …se-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-indentation\|else…
66 \ -fc1 --format-first-column-comments
90 \ -nfc1 --dont-format-first-column-comments
/vim-8.2.3635/runtime/tools/
H A Defm_filter.pl32 $column=index(<STDIN>, "^") - 1;
34 print OUT "$file>$line:$column:$errortype:$errornr:$errormsg\n";
/vim-8.2.3635/src/libvterm/t/
H A D20state_wrapping.test52 !80th column causes linefeed on wraparound
62 !80th column phantom linefeed phantom cancelled by explicit cursor move
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim93 " column. Fix missing line number and fold column in
118 " before the conversion range. Remove fold column when
136 " trailing whitespace (e.g. line number column) when
176 " * Bug: still a 1px gap throughout the fold column when html_prevent_copy is
179 " * Bug: still some gaps in the fold column when html_prevent_copy contains
/vim-8.2.3635/runtime/indent/
H A Dperl.vim46 " Indent POD markers to column 0
62 " Indent end-of-heredocs markers to column 0
86 " Skip heredocs, POD, and comments on 1st column
H A Dclojure.vim113 " This will not work for a " in the first column...
249 " case they are on the same line - in a higher column, we take the
275 " one column to the right of the unmatched (.
276 " - In case it is in lispwords, we indent the next line to the column of
280 " - In any other case we use the column of the end of the word + 2.
H A Dpascal.vim57 " Line 0 always goes at column 0
182 " "begin"s on their own line should go in column 1.
212 " rule where these words always go in column 1.
H A Draku.vim58 " Indent POD markers to column 0
85 " Skip heredocs, POD, and comments on 1st column

12345678910