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

Fix unkown func

This commit is contained in:
wsdjeg 2017-10-22 22:40:04 +08:00
parent 73d0fb28b0
commit 707a65f9be

View File

@ -6,7 +6,7 @@ Execute ( SpaceVim api: vim#buffer open ):
AssertEqual &buftype, 'nofile' AssertEqual &buftype, 'nofile'
Execute ( SpaceVim api: vim#buffer buf_set_lines): Execute ( SpaceVim api: vim#buffer buf_set_lines):
Log "setbuflin: " . exist('*setbufline') Log "setbuflin: " . exists('*setbufline')
Log "has py: " . has('python') Log "has py: " . has('python')
new new
let buffer = SpaceVim#api#import('vim#buffer') let buffer = SpaceVim#api#import('vim#buffer')