Document weird behaviour in gitcommit files

This commit is contained in:
Kenneth Benzie 2016-09-11 13:18:03 +01:00
parent c7eea18cf4
commit d3ee7b2c73

View File

@ -3,6 +3,8 @@ if !has("win32") || has("gui_running")
setlocal spell setlocal spell
endif endif
" TODO: Auto-wrap doesn't work properly with the list format pattern
" Set up format options " Set up format options
" t - Auto-wrap text using textwidth " t - Auto-wrap text using textwidth
" n - When formatting text, recognize numbered lists " n - When formatting text, recognize numbered lists