removed comments
This commit is contained in:
parent
630063fcd6
commit
e86a27c888
|
@ -361,9 +361,6 @@ function! ListUltisnips() abort
|
||||||
echo printf(" %-10s\t%s", l:key, l:snips[l:key])
|
echo printf(" %-10s\t%s", l:key, l:snips[l:key])
|
||||||
endfor
|
endfor
|
||||||
echo '---------------------------------------------------'
|
echo '---------------------------------------------------'
|
||||||
" for [l:key, l:info] in items(l:snips)
|
|
||||||
" echo l:key . "\t" . l:info
|
|
||||||
" endfor
|
|
||||||
endfunction
|
endfunction
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue