From fcff50cb31eaef4496ad3dc42bd36200ef231d64 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 27 Jun 2019 17:21:41 +1200 Subject: Restore missing // sigils --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 0fdcec3c..a8293311 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -143,12 +143,12 @@ if has('unix') endif let s:directory = s:cache.'/swap' call s:Mkpath(s:directory) -execute 'set directory^='.s:EscItemExec(s:directory) +execute 'set directory^='.s:EscItemExec(s:directory).'//' if has('persistent_undo') set undofile let s:undodir = s:cache.'/undo' call s:Mkpath(s:undodir) - execute 'set undodir^='.s:EscItemExec(s:undodir) + execute 'set undodir^='.s:EscItemExec(s:undodir).'//' endif filetype plugin indent on function! s:ReloadFileType() abort -- cgit v1.2.3