aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-04 08:21:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-04 08:21:33 +1200
commitcb5259e60028a796ed44e4ac4173deb69d7b5518 (patch)
tree2d0b7dd0b69effc5da87a903e5e27ddf903eef73 /IDEAS.md
parentMerge branch 'release/v5.15.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-e34f2669625e097c8b94364824caefc16a0c031b.tar.gz (sig)
dotfiles-e34f2669625e097c8b94364824caefc16a0c031b.zip
Merge branch 'release/v5.16.0'v5.16.0
* release/v5.16.0: Update vim-write-mkpath to v2.1.0 Remove <silent> from some mappings Remove recursion from mappings that don't need it Update vim-keep-position to v0.2.0 Add vim-keep-position v0.1.0 Factor out Vim version checks into autoload func Use autoloaded and correct function for &rtp split Update vim-strip-trailing-whitespace v3.1.0 Update vim-replace-operator to v1.1.0 Update vim-regex-escape to v1.1.0 Remap \g and \G for printing and moving to file Update vim-write-mkpath to v2.0.2 Update vim-write-mkpath to v2.0.1 Update vim-write-mkpath to v2.0.0 Move an issue from IDEAS.md to ISSUES.md Add an idea Update vim-write-mkpath to v1.1.2 Clarify an idea Use :helpgrep not :lhelpgrep in mapping
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index dbeccea8..7f2c1eb4 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -31,5 +31,5 @@ Ideas
vice-versa.
* Almost definitely going to want to try a runparts layout for Git hooks at
some point
-* I'd like a Git hook that pre-fills out "Version X.Y.Z" if making a commit
- tagged with vX.Y.Z.
+* I'd like a Git hook that pre-fills out "Version X.Y.Z" if making an annotated
+ tag named vX.Y.Z.