From eaa94124fba3c82becdea7d1fc827d2ac953c62b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Sep 2016 13:18:03 +0100 Subject: [PATCH] Document weird behaviour in gitcommit files --- after/ftplugin/gitcommit.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/after/ftplugin/gitcommit.vim b/after/ftplugin/gitcommit.vim index 6dae906..d4dfc52 100644 --- a/after/ftplugin/gitcommit.vim +++ b/after/ftplugin/gitcommit.vim @@ -3,6 +3,8 @@ if !has("win32") || has("gui_running") setlocal spell endif +" TODO: Auto-wrap doesn't work properly with the list format pattern + " Set up format options " t - Auto-wrap text using textwidth " n - When formatting text, recognize numbered lists