Cleanup debugging

This commit is contained in:
Andy K. Massimino
2019-01-09 10:10:49 -05:00
parent 883ca29651
commit bbe1d1218d
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -4,10 +4,6 @@ Given (Single-line parentheses):
Before ():
normal! gg0f(
After (messages):
Log execute('messages')
messages clear
Do (Delete %):
d%
Expect (Verify):