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