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