removed comments

This commit is contained in:
ManjaroOne666 2018-06-17 16:28:23 +01:00
parent 630063fcd6
commit e86a27c888
1 changed files with 0 additions and 3 deletions

View File

@ -361,9 +361,6 @@ function! ListUltisnips() abort
echo printf(" %-10s\t%s", l:key, l:snips[l:key])
endfor
echo '---------------------------------------------------'
" for [l:key, l:info] in items(l:snips)
" echo l:key . "\t" . l:info
" endfor
endfunction
"}}}