diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2025-12-18 22:16:05 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2025-12-18 22:16:05 +0100 |
| commit | fea8474896f4168a5653faee23af572b461f8c8b (patch) | |
| tree | 313bde630e282f373b1db073f566d39fc188719b | |
| parent | 5aa5a50478d26c296b4cda4b933b08bbe7fe3aac (diff) | |
`silent write` before compilation for good measure
| -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 |