diff options
Diffstat (limited to '.exrc')
| -rw-r--r-- | .exrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |