aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e5b38cb6..5121cce6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -252,7 +252,7 @@ endif
" provide as a quoted parameter to the function.
"
function! s:Establish(name) abort
- let name = expand(a:name)
+ let name = a:name
let path = 'p'
let prot = 0700
if !isdirectory(name) && exists('*mkdir')