1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00

Fix no lua support

This commit is contained in:
wsdjeg 2019-10-06 22:18:08 +08:00
parent 769cc8beff
commit 9b354e05b4

View File

@ -107,7 +107,7 @@ elseif has('lua')
endfunction
else
function! s:self.buf_line_count(buf) abort
return len(getbufline(a:buf, 1, '$'))
endfunction
endif