mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Rewrite tests with vim-testify
This commit is contained in:
@@ -201,7 +201,7 @@ function! tablemode#spreadsheet#cell#TextObject(inner) "{{{2
|
||||
endif
|
||||
endfunction
|
||||
function! tablemode#spreadsheet#cell#Motion(direction, ...) "{{{2
|
||||
let l:count = a:0 ? a:1 : v:count1
|
||||
let l:count = a:0 ? a:1 : (v:count + 1)
|
||||
if tablemode#table#IsRow('.')
|
||||
for ii in range(l:count)
|
||||
if a:direction ==# 'l'
|
||||
|
||||
Reference in New Issue
Block a user