aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/config/plugin.vim2
-rw-r--r--vim/plugin/auto_backupdir.vim2
-rw-r--r--vim/plugin/auto_swapdir.vim2
-rw-r--r--vim/plugin/auto_undodir.vim2
-rw-r--r--vim/plugin/mail_mutt.vim2
5 files changed, 5 insertions, 5 deletions
diff --git a/vim/config/plugin.vim b/vim/config/plugin.vim
index 934424ed..6e79b255 100644
--- a/vim/config/plugin.vim
+++ b/vim/config/plugin.vim
@@ -20,7 +20,7 @@ if has('eval')
" Vim servers? What is this, Emacs?
let g:loaded_rrhelper = 'skipped'
-
+
" System dictionaries plus custom per-machine spell files are fine
let g:loaded_spellfile_plugin = 'skipped'
diff --git a/vim/plugin/auto_backupdir.vim b/vim/plugin/auto_backupdir.vim
index 58e5683e..17a1a646 100644
--- a/vim/plugin/auto_backupdir.vim
+++ b/vim/plugin/auto_backupdir.vim
@@ -18,7 +18,7 @@ else
" This is imperfect in that it will break if you have a backslashed comma in
" the first component of your &runtimepath, but if you're doing that, you
" probably already have way bigger problems
- let s:backupdir
+ let s:backupdir
\ = strpart(&runtimepath, 0, stridx(&runtimepath, ','))
\ . '/backup'
endif
diff --git a/vim/plugin/auto_swapdir.vim b/vim/plugin/auto_swapdir.vim
index 52ccbf11..7d5940aa 100644
--- a/vim/plugin/auto_swapdir.vim
+++ b/vim/plugin/auto_swapdir.vim
@@ -18,7 +18,7 @@ else
" This is imperfect in that it will break if you have a backslashed comma in
" the first component of your &runtimepath, but if you're doing that, you
" probably already have way bigger problems
- let s:swapdir
+ let s:swapdir
\ = strpart(&runtimepath, 0, stridx(&runtimepath, ','))
\ . '/swap'
endif
diff --git a/vim/plugin/auto_undodir.vim b/vim/plugin/auto_undodir.vim
index c43e62c9..0cd54cd0 100644
--- a/vim/plugin/auto_undodir.vim
+++ b/vim/plugin/auto_undodir.vim
@@ -21,7 +21,7 @@ else
" This is imperfect in that it will break if you have a backslashed comma in
" the first component of your &runtimepath, but if you're doing that, you
" probably already have way bigger problems
- let s:undodir
+ let s:undodir
\ = strpart(&runtimepath, 0, stridx(&runtimepath, ','))
\ . '/undo'
endif
diff --git a/vim/plugin/mail_mutt.vim b/vim/plugin/mail_mutt.vim
index 5170fb52..63cae2f6 100644
--- a/vim/plugin/mail_mutt.vim
+++ b/vim/plugin/mail_mutt.vim
@@ -37,7 +37,7 @@ endfunction
" Create a command to wrap around that function
command -nargs=0 -range=%
- \ MailMutt
+ \ MailMutt
\ call <SID>MailMutt(<line1>, <line2>)
" Mapping to mail current line in normal mode