Skip to content

Commit d04a10a

Browse files
committed
chore(vim): update api version
1 parent f61c819 commit d04a10a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoload/coc/util.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scriptencoding utf-8
22
let s:root = expand('<sfile>:h:h:h')
33
let s:is_win = has('win32') || has('win64')
44
let s:is_vim = !has('nvim')
5-
let s:vim_api_version = 35
5+
let s:vim_api_version = 36
66
let s:is_win32unix = has('win32unix')
77
let s:win32unix_prefix = ''
88
let s:win32unix_fix_home = 0

src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { os, path } from './node'
55
export const ASCII_END = 128
66
export const VERSION = version
77
export const isVim = process.env.VIM_NODE_RPC == '1'
8-
export const APIVERSION = 35
8+
export const APIVERSION = 36
99
export const floatHighlightGroup = 'CocFloating'
1010
export const CONFIG_FILE_NAME = 'coc-settings.json'
1111
export const configHome = defaultValue<string>(process.env.COC_VIMCONFIG, path.join(os.homedir(), '.vim'))

0 commit comments

Comments
 (0)