mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-12 05:23:52 -05:00
Fix vital#of().
This commit is contained in:
@@ -2,8 +2,8 @@ scriptencoding utf-8
|
||||
let s:save_cpo = &cpo
|
||||
set cpo&vim
|
||||
|
||||
let s:V = vital#of("vital")
|
||||
" let s:V = vital#of("brightest")
|
||||
" let s:V = vital#of("vital")
|
||||
let s:V = vital#of("brightest")
|
||||
let s:Prelude = s:V.import("Prelude")
|
||||
let s:Buffer = s:V.import("Coaster.Buffer")
|
||||
let s:Highlight = s:V.import("Coaster.Highlight")
|
||||
|
||||
Reference in New Issue
Block a user