aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/cpp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/cpp.vim')
-rw-r--r--after/ftplugin/cpp.vim2
1 files changed, 1 insertions, 1 deletions
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 <F9> :w <CR> :!g++ -Wall -std=c++11 % -o %<&&./%<<CR>
+nnoremap <F9> :<C-U>w <CR> :!g++ -Wall -std=c++11 % -o %<&&./%<<CR>