mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
Turned off swap files, added snippet for logging in python, small fix for eclim stuff
This commit is contained in:
@@ -1094,7 +1094,7 @@ endfunction " }}}
|
||||
" Show(type, list) eclim/autoload/eclim/display/signs.vim {{{2
|
||||
" Set the type on each entry in the specified list ('qf' or 'loc') and mark
|
||||
" any matches in the current file.
|
||||
function! SignsShow(type, list)
|
||||
function! s:SignsShow(type, list)
|
||||
if a:type != ''
|
||||
if a:list == 'qf'
|
||||
let list = getqflist()
|
||||
|
||||
Reference in New Issue
Block a user