diff --git a/autoload/easy_align.vim b/autoload/easy_align.vim index 96e058f..6e2bf05 100644 --- a/autoload/easy_align.vim +++ b/autoload/easy_align.vim @@ -737,7 +737,7 @@ function! s:interactive(range, modes, n, d, opts, rules, vis, bvis) elseif c == "\" || ch == "l" let opts['stl'] = 0 let opts['lm'] = 1 - elseif c == "\" || ch == "j" + elseif c == "\" || ch == "j" let opts['lm'] = 0 let opts['rm'] = 0 elseif c == "\" || ch == "k"