1
0
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:
2010-05-03 10:37:34 +02:00
parent 54088f0455
commit 598bdab32c
3 changed files with 11 additions and 4 deletions

View File

@@ -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()