mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:40:06 +08:00
Fix no lua support
This commit is contained in:
parent
769cc8beff
commit
9b354e05b4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user