From 785af8e933a31e6a3225f1bd16689f96664e7667 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 21 Jul 2018 00:43:16 +1200 Subject: Correct two Vim comments --- vim/after/ftplugin/cpp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after/ftplugin/cpp.vim') diff --git a/vim/after/ftplugin/cpp.vim b/vim/after/ftplugin/cpp.vim index 38c94330..ae100015 100644 --- a/vim/after/ftplugin/cpp.vim +++ b/vim/after/ftplugin/cpp.vim @@ -3,7 +3,7 @@ if &filetype !=# 'cpp' || v:version < 700 finish endif -" Set comment formats +" Set include pattern setlocal include=^\\s*#\\s*include let b:undo_ftplugin .= '|setlocal include<' -- cgit v1.2.3