1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Fix vim iskeyword option (#3990)

This commit is contained in:
Wang Shidong 2020-12-01 00:01:13 +08:00 committed by GitHub
parent a70de0bac2
commit d4798eebee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ function! SpaceVim#layers#lang#vim#plugins() abort
endfunction
function! SpaceVim#layers#lang#vim#config() abort
let g:scriptease_iskeyword = 0
call SpaceVim#mapping#gd#add('vim','lookup#lookup')
call SpaceVim#mapping#space#regesit_lang_mappings('vim', function('s:language_specified_mappings'))
call SpaceVim#plugins#highlight#reg_expr('vim', '\s*\<fu\%[nction]\>!\?\s*', '\s*\<endf\%[unction]\>\s*')