diff options
Diffstat (limited to '.exrc')
| -rw-r--r-- | .exrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ function! s:Compile(debug) echo ">>> compiling release build .." endif + " write changes before compiling - for good luck + silent write execute '!' . l:cmd endfunction |