mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
Fix unkown func
This commit is contained in:
parent
73d0fb28b0
commit
707a65f9be
@ -6,7 +6,7 @@ Execute ( SpaceVim api: vim#buffer open ):
|
||||
AssertEqual &buftype, 'nofile'
|
||||
|
||||
Execute ( SpaceVim api: vim#buffer buf_set_lines):
|
||||
Log "setbuflin: " . exist('*setbufline')
|
||||
Log "setbuflin: " . exists('*setbufline')
|
||||
Log "has py: " . has('python')
|
||||
new
|
||||
let buffer = SpaceVim#api#import('vim#buffer')
|
||||
|
Loading…
Reference in New Issue
Block a user