mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:30:06 +08:00
fix funny mistake
This commit is contained in:
parent
591670a045
commit
70e166f441
@ -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,
|
||||
\ },
|
||||
\ ],
|
||||
|
Loading…
Reference in New Issue
Block a user