mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-19 15:23:40 -05:00
typo
This commit is contained in:
@@ -737,7 +737,7 @@ function! s:interactive(range, modes, n, d, opts, rules, vis, bvis)
|
|||||||
elseif c == "\<Right>" || ch == "l"
|
elseif c == "\<Right>" || ch == "l"
|
||||||
let opts['stl'] = 0
|
let opts['stl'] = 0
|
||||||
let opts['lm'] = 1
|
let opts['lm'] = 1
|
||||||
elseif c == "\<down>" || ch == "j"
|
elseif c == "\<Down>" || ch == "j"
|
||||||
let opts['lm'] = 0
|
let opts['lm'] = 0
|
||||||
let opts['rm'] = 0
|
let opts['rm'] = 0
|
||||||
elseif c == "\<Up>" || ch == "k"
|
elseif c == "\<Up>" || ch == "k"
|
||||||
|
|||||||
Reference in New Issue
Block a user