1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00
This commit is contained in:
飘尘 2019-01-10 23:34:46 +08:00 committed by Wang Shidong
parent e7d90e403c
commit 38cb377b4b

View File

@ -86,7 +86,7 @@ if has('patch-8.0.1364')
return win_screenpos(a:nr)
endfunction
elseif s:self.has('python')
function! s:self.win_screenpos(nr) abort
if winnr('$') < a:nr || a:nr < 0