summaryrefslogtreecommitdiff
path: root/.exrc
diff options
context:
space:
mode:
Diffstat (limited to '.exrc')
-rw-r--r--.exrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.exrc b/.exrc
index cb545e9..b5fbcd2 100644
--- a/.exrc
+++ b/.exrc
@@ -37,7 +37,6 @@ function! s:Compile(debug)
execute '!' . l:cmd
endfunction
-" user commands
command! Compn call s:Compile(0)
command! Cn call s:Compile(0)