mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
Fix lint
This commit is contained in:
parent
ae0b37cd64
commit
f7b5e8ab8a
@ -54,6 +54,9 @@ let s:rst = []
|
||||
|
||||
let s:parserdir = ''
|
||||
" /home/wsdjeg/sources/Mysql.vim/libs/mysqlvim/src/main/java/com/wsdjeg/mysqlvim/MysqlVi.java:18:^IDocument empty method body
|
||||
" @vimlint(EVL103, 1, a:id)
|
||||
" @vimlint(EVL103, 1, a:data)
|
||||
" @vimlint(EVL103, 1, a:event)
|
||||
function! s:on_pmd_stdout(id, data, event) abort
|
||||
for data in a:data
|
||||
let info = split(data, '\:\d\+\:')
|
||||
@ -84,6 +87,10 @@ function! s:on_pmd_exit(id, data, event) abort
|
||||
call SpaceVim#plugins#quickfix#openwin()
|
||||
endfunction
|
||||
|
||||
" @vimlint(EVL103, 0, a:id)
|
||||
" @vimlint(EVL103, 0, a:data)
|
||||
" @vimlint(EVL103, 0, a:event)
|
||||
|
||||
function! SpaceVim#plugins#pmd#run(...)
|
||||
let argv = g:Pmd_Cmd + a:000
|
||||
if index(a:000, '-R') == -1
|
||||
|
@ -983,9 +983,8 @@ TMUX *SpaceVim-layer-tmux*
|
||||
|
||||
Adds integration between tmux and vim panes. Switch between panes seamlessly.
|
||||
This layer is not added by default. To include it, add
|
||||
`SpaceVim#layers#load('tmux')` to your `~/.SpaceVim.d/init.vim`. This layer
|
||||
currently overwrites some SpaceVim keybinds including multiple cursors. If you
|
||||
are having issues with <C-h> in a neovim buffer, see
|
||||
`SpaceVim#layers#load('tmux')` to your `~/.SpaceVim.d/init.vim`. If you are
|
||||
having issues with <C-h> in a neovim buffer, see
|
||||
`https://github.com/neovim/neovim/issues/2048#issuecomment-78045837`
|
||||
|
||||
MAPPINGS
|
||||
|
Loading…
Reference in New Issue
Block a user