From d3ee7b2c739c2294b2078f9d0e0c09315bf94b18 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