From 44efd584e5e27d3d9d1aa78383747b7684e27cbf Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 2 May 2016 22:12:39 -0400 Subject: [PATCH] Remove the ordered item prefix warning from the syntastic markdown output --- vim/config/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index d69033b..a1e0bf2 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -204,7 +204,8 @@ scriptencoding utf-8 let g:syntastic_markdown_mdl_quiet_messages={ \ 'regex':[ \ '.*MD013.*', - \ '.*MD002.*' + \ '.*MD002.*', + \ '.*MD029.*' \ ]} let g:syntastic_python_flake8_quiet_messages={ \ 'regex':[