1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 11:00:05 +08:00

fix funny mistake

This commit is contained in:
Arith Xu 2017-12-13 18:46:30 +08:00
parent 591670a045
commit 70e166f441

View File

@ -219,8 +219,8 @@ function! s:text_transient_state() abort
\ {
\ 'key' : 'K',
\ 'func' : '',
\ 'desc' : 'noautocmd move text up',
\ 'cmd' : 'silent! m .-2',
\ 'desc' : 'move text up',
\ 'cmd' : 'noautocmd silent! m .-2',
\ 'exit' : 0,
\ },
\ ],