This commit is contained in:
mattn 2014-07-09 22:43:02 +09:00
parent e673f68406
commit f6b2b6562a

View File

@ -19,7 +19,7 @@ function! s:rand() abort
return (s:seed < 0 ? s:seed - 0x80000000 : s:seed) / 0x10000 % 0x8000 return (s:seed < 0 ? s:seed - 0x80000000 : s:seed) / 0x10000 % 0x8000
endfunction endfunction
function! s:toggle_cursor(f) function! s:toggle_cursor(f) abort
let &t_ve = a:f ? s:t_ve : '' let &t_ve = a:f ? s:t_ve : ''
endfunction endfunction