From d06770efeff8b9e35d74895fa978fa7de1348eb3 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 19 Oct 2020 22:59:27 +0800 Subject: add in mappings that use command where appropriate --- after/ftplugin/cpp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/ftplugin/cpp.vim') diff --git a/after/ftplugin/cpp.vim b/after/ftplugin/cpp.vim index 7962700..4fe80ab 100644 --- a/after/ftplugin/cpp.vim +++ b/after/ftplugin/cpp.vim @@ -1 +1 @@ -nnoremap :w :!g++ -Wall -std=c++11 % -o %<&&./%< +nnoremap :w :!g++ -Wall -std=c++11 % -o %<&&./%< -- cgit v1.2.3