summaryrefslogtreecommitdiff
path: root/.exrc
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2025-12-19 23:09:12 +0100
committerczjstmax <jstmaxlol@disroot.org>2025-12-19 23:09:12 +0100
commitfe0479de0c0305eafb1d3aa1456850af9e3b4fca (patch)
tree6fb8cf53d09f3d2dfa95f6878f4c8c5e8354219a /.exrc
parentbfc14c6903a0d082286d02ec2f99856da1bfb719 (diff)
Development started, cumulative commit #1
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)