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/c.vim | 2 +- vim/after/ftplugin/cpp.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/after/ftplugin') diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim index fff9de04..34e9b8fd 100644 --- a/vim/after/ftplugin/c.vim +++ b/vim/after/ftplugin/c.vim @@ -3,7 +3,7 @@ if &filetype !=# 'c' || v:version < 700 finish endif -" Set comment formats +" Set include pattern setlocal include=^\\s*#\\s*include let b:undo_ftplugin .= '|setlocal include<' 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