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