mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Fix lint
This commit is contained in:
parent
67a42ae954
commit
a0ff391db0
@ -18,7 +18,8 @@ function! s:pop(list) abort
|
||||
endfunction
|
||||
|
||||
function! s:push(list, val) abort
|
||||
echo 'push'
|
||||
call add(a:list, a:val)
|
||||
return a:list
|
||||
endfunction
|
||||
|
||||
function! s:shift(list) abort
|
||||
|
@ -114,7 +114,7 @@ function! QuoteDelim(char)
|
||||
endif
|
||||
endf
|
||||
function! JspFileTypeInit()
|
||||
set tags+=/home/wsdjeg/others/openjdk-8-src/tags
|
||||
set tags+=~/others/openjdk-8-src/tags
|
||||
set omnifunc=javacomplete#Complete
|
||||
inoremap . <c-r>=OnmiConfigForJsp()<cr>
|
||||
nnoremap <F4> :JCimportAdd<cr>
|
||||
|
Loading…
Reference in New Issue
Block a user