Update comments
This commit is contained in:
parent
66010ff2a6
commit
0bcb81a5f3
@ -176,17 +176,17 @@
|
|||||||
|
|
||||||
let current_group += 1
|
let current_group += 1
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
let lines_items = items(lines)
|
let lines_items = items(lines)
|
||||||
" }}}
|
" }}}
|
||||||
|
" Store original buffer properties {{{
|
||||||
let input_char = ''
|
|
||||||
|
|
||||||
" Store original properties {{{
|
|
||||||
let modified = &modified
|
let modified = &modified
|
||||||
let modifiable = &modifiable
|
let modifiable = &modifiable
|
||||||
let readonly = &readonly
|
let readonly = &readonly
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
let input_char = ''
|
||||||
|
|
||||||
try
|
try
|
||||||
" Highlight source
|
" Highlight source
|
||||||
let target_hl_id = matchadd(g:EasyMotion_target_hl, join(hl_coords, '\|'), 1)
|
let target_hl_id = matchadd(g:EasyMotion_target_hl, join(hl_coords, '\|'), 1)
|
||||||
@ -336,6 +336,7 @@
|
|||||||
let shade_hl_id = matchadd(g:EasyMotion_shade_hl, shade_hl_re, 0)
|
let shade_hl_id = matchadd(g:EasyMotion_shade_hl, shade_hl_re, 0)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Prompt user for target group/character
|
||||||
let coords = <SID>PromptUser(groups)
|
let coords = <SID>PromptUser(groups)
|
||||||
|
|
||||||
" Remove shading
|
" Remove shading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user