mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:00:05 +08:00
Fix #667. fix the mapping error and some command error.
But I don't found the `Missing: endfor` and `Missing: endif` error.
This commit is contained in:
parent
3f9c3dd5ee
commit
3e9f091f70
@ -71,7 +71,7 @@ function! SpaceVim#layers#tools#config() abort
|
|||||||
if maparg('<C-l>', 'n') ==# ''
|
if maparg('<C-l>', 'n') ==# ''
|
||||||
nnoremap <silent> <C-l> <Esc>:Ydc<CR>
|
nnoremap <silent> <C-l> <Esc>:Ydc<CR>
|
||||||
endif
|
endif
|
||||||
map <unique> <Leader>td <Plug>TaskList
|
map <Leader>td <Plug>TaskList
|
||||||
noremap <silent> <F8> :TlistToggle<CR>
|
noremap <silent> <F8> :TlistToggle<CR>
|
||||||
function! OpenOrCloseNERDTree() abort
|
function! OpenOrCloseNERDTree() abort
|
||||||
exec 'normal! A'
|
exec 'normal! A'
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
" defined already.
|
" defined already.
|
||||||
command! DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
|
command! DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
|
||||||
\ | wincmd p | diffthis
|
\ | wincmd p | diffthis
|
||||||
command -nargs=* -complete=custom,zvim#util#complete_plugs Plugin :call zvim#util#Plugin(<f-args>)
|
command! -nargs=* -complete=custom,zvim#util#complete_plugs Plugin :call zvim#util#Plugin(<f-args>)
|
||||||
"command for open project
|
"command for open project
|
||||||
command -nargs=+ -complete=custom,zvim#util#complete_project OpenProject :call zvim#util#OpenProject(<f-args>)
|
command! -nargs=+ -complete=custom,zvim#util#complete_project OpenProject :call zvim#util#OpenProject(<f-args>)
|
||||||
|
Loading…
Reference in New Issue
Block a user