Searched refs:curcol (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 109 " curcol = number of characters before match 122 let curcol = 0 128 let curcol = match(matchline, regexp) 130 if curcol == -1 135 let prefix = (curcol ? '^.*\%' . (curcol + 1) . 'c\%(' : '^\%(') 140 let b:match_col = curcol+1 209 call cursor(0, curcol + 1) 553 amenu &Matchit.&curcol :echo b:match_col<CR> 702 " let curcol = col(".") - 1 704 " let regexp = s:Wholematch(matchline, s:all, curcol) [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vhdl.vim | 68 let curcol = col(".") 71 call cursor(curline, curcol)
|
| /vim-8.2.3635/src/proto/ |
| H A D | match.pro | 7 int get_prevcol_hl_flag(win_T *wp, match_T *search_hl, long curcol);
|
| /vim-8.2.3635/src/ |
| H A D | match.c | 847 get_prevcol_hl_flag(win_T *wp, match_T *search_hl, long curcol) in get_prevcol_hl_flag() argument 849 long prevcol = curcol; in get_prevcol_hl_flag()
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 994 let curcol = col('.') 996 if col('.') > curcol " don't use word after the cursor 1037 call cursor(0, curcol) " put the cursor back where it was
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 844 let curcol = col(".") 951 call cursor(curline, curcol)
|