mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:00:05 +08:00
Fix no lua support
This commit is contained in:
parent
769cc8beff
commit
9b354e05b4
@ -107,7 +107,7 @@ elseif has('lua')
|
|||||||
endfunction
|
endfunction
|
||||||
else
|
else
|
||||||
function! s:self.buf_line_count(buf) abort
|
function! s:self.buf_line_count(buf) abort
|
||||||
|
return len(getbufline(a:buf, 1, '$'))
|
||||||
endfunction
|
endfunction
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user