mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 20:03:49 -05:00
remove unnecessary nr2char call
This commit is contained in:
@@ -154,7 +154,7 @@ function! easy_align#align(just, ...) range
|
|||||||
endif
|
endif
|
||||||
elseif c > 48 && c <= 57
|
elseif c > 48 && c <= 57
|
||||||
if n != '*'
|
if n != '*'
|
||||||
let n = n . nr2char(c)
|
let n = n . ch
|
||||||
else
|
else
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user