Home
last modified time | relevance | path

Searched refs:curcol (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim109 " 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 Dvhdl.vim68 let curcol = col(".")
71 call cursor(curline, curcol)
/vim-8.2.3635/src/proto/
H A Dmatch.pro7 int get_prevcol_hl_flag(win_T *wp, match_T *search_hl, long curcol);
/vim-8.2.3635/src/
H A Dmatch.c847 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 Dmenu.vim994 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 Dsqlcomplete.vim844 let curcol = col(".")
951 call cursor(curline, curcol)