mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 17:00:05 +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',
|
\ 'key' : 'K',
|
||||||
\ 'func' : '',
|
\ 'func' : '',
|
||||||
\ 'desc' : 'noautocmd move text up',
|
\ 'desc' : 'move text up',
|
||||||
\ 'cmd' : 'silent! m .-2',
|
\ 'cmd' : 'noautocmd silent! m .-2',
|
||||||
\ 'exit' : 0,
|
\ 'exit' : 0,
|
||||||
\ },
|
\ },
|
||||||
\ ],
|
\ ],
|
||||||
|
Loading…
Reference in New Issue
Block a user