added TODO to have certain file types automatically wrapped.

This commit is contained in:
Kyle West 2012-01-25 13:37:09 -05:00
parent 793554b5b3
commit 482006d8b5

View File

@ -4,6 +4,7 @@ function! SetupWrapping()
set showbreak=
endfunction
" TODO: this should happen automatically for certain file types (e.g. markdown)
command! -nargs=* Wrap :call SetupWrapping()<CR>
vmap <D-j> gj