File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ scriptencoding utf-8
2
2
let s: root = expand (' <sfile>:h:h:h' )
3
3
let s: is_win = has (' win32' ) || has (' win64' )
4
4
let s: is_vim = ! has (' nvim' )
5
- let s: vim_api_version = 35
5
+ let s: vim_api_version = 36
6
6
let s: is_win32unix = has (' win32unix' )
7
7
let s: win32unix_prefix = ' '
8
8
let s: win32unix_fix_home = 0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { os, path } from './node'
5
5
export const ASCII_END = 128
6
6
export const VERSION = version
7
7
export const isVim = process . env . VIM_NODE_RPC == '1'
8
- export const APIVERSION = 35
8
+ export const APIVERSION = 36
9
9
export const floatHighlightGroup = 'CocFloating'
10
10
export const CONFIG_FILE_NAME = 'coc-settings.json'
11
11
export const configHome = defaultValue < string > ( process . env . COC_VIMCONFIG , path . join ( os . homedir ( ) , '.vim' ) )
You can’t perform that action at this time.
0 commit comments