mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Cleanup debugging
This commit is contained in:
@@ -9,11 +9,9 @@ set cpo&vim
|
||||
|
||||
" TODO this can probably be simplified
|
||||
function! matchup#motion#op(motion) abort
|
||||
echomsg mode(1)
|
||||
call matchup#motion_force()
|
||||
let l:sid = matchup#motion_sid()
|
||||
let s:v_operator = v:operator
|
||||
echomsg g:v_motion_force s:v_operator l:sid
|
||||
execute 'normal' l:sid.'(wise)' . (v:count > 0 ? v:count : '')
|
||||
\ . l:sid.'(matchup-'.a:motion.')'
|
||||
unlet s:v_operator
|
||||
|
||||
@@ -4,10 +4,6 @@ Given (Single-line parentheses):
|
||||
Before ():
|
||||
normal! gg0f(
|
||||
|
||||
After (messages):
|
||||
Log execute('messages')
|
||||
messages clear
|
||||
|
||||
Do (Delete %):
|
||||
d%
|
||||
Expect (Verify):
|
||||
|
||||
Reference in New Issue
Block a user