mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix bug in g@ detection
This commit is contained in:
@@ -44,7 +44,7 @@ function! matchup#text_obj#delimited(is_inner, visual, type) " {{{1
|
||||
if v:operator ==# 'g@'
|
||||
let l:spec = matchlist(g:matchup_text_obj_linewise_operators,
|
||||
\ '^g@\%(,\(.\+\)\)\?')
|
||||
if !empty(l:spec[0])
|
||||
if !empty(l:spec)
|
||||
if empty(l:spec[1])
|
||||
let l:linewise_op = 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user