aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-24 16:42:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-24 16:42:10 +1200
commit761b3ef41a4f1e1dacc2447ea710c48b5303037a (patch)
treeecae3cc120e7717b3fcd11fb2e542822154aed02
parentMerge branch 'release/v4.45.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-761b3ef41a4f1e1dacc2447ea710c48b5303037a.tar.gz
dotfiles-761b3ef41a4f1e1dacc2447ea710c48b5303037a.zip
Merge branch 'release/v4.46.0'v4.46.0
* release/v4.46.0: Bump VERSION Remove unneeded variable scoping Update vim-put-blank-lines to v3.1.0 Update vim-replace-operator to v1.1.0
-rw-r--r--VERSION4
-rw-r--r--vim/autoload/quote.vim2
m---------vim/bundle/put_blank_lines0
m---------vim/bundle/replace_operator0
4 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index c83794c7..16728dbe 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v4.45.0
-Fri May 24 04:12:54 UTC 2019
+tejr dotfiles v4.46.0
+Fri May 24 04:42:10 UTC 2019
diff --git a/vim/autoload/quote.vim b/vim/autoload/quote.vim
index 616fd307..690ba2db 100644
--- a/vim/autoload/quote.vim
+++ b/vim/autoload/quote.vim
@@ -27,7 +27,7 @@ function! quote#QuoteOpfunc(type) abort
" If configured to do so, add a a space after the quote character, but
" only if this line isn't already quoted
let new = char
- if l:space && cur[0] != char
+ if space && cur[0] != char
let new .= ' '
endif
let new .= cur
diff --git a/vim/bundle/put_blank_lines b/vim/bundle/put_blank_lines
-Subproject 206f8e15d4703fb8823d39ff99dcdaa61f2ee95
+Subproject b088c58f809ae31dc00b244ea34a9ba05933579
diff --git a/vim/bundle/replace_operator b/vim/bundle/replace_operator
-Subproject e6327bb5d4a0310e236d2b233affef4cfb18d5b
+Subproject e7657df12f0514989ae14b32c23b5cd1f70e4ae