aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3c5a4d4a..77957e34 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -58,6 +58,9 @@ silent! set breakindent
" Clear default 'comments' value, let the filetype handle it
set comments=
+" Give me a prompt instead of just rejecting risky :write, :saveas
+set confirm
+
" Try to keep swapfiles in one system-appropriate dir
set directory^=~/.vim/cache/swap//,~/vimfiles/cache/swap//