aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-07 00:30:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-07 00:30:26 +1200
commit2959ae47f0a95b74c07b92827da6653657785943 (patch)
tree37e1778f8998a54bf84dec2ada71ed3da567effa /IDEAS.md
parentMerge branch 'release/v6.50.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-2959ae47f0a95b74c07b92827da6653657785943.tar.gz
dotfiles-2959ae47f0a95b74c07b92827da6653657785943.zip
Merge branch 'release/v6.51.0'v6.51.0
* release/v6.51.0: Set 'spellfile' back to default before prefixing Remove multibyte character from autoload file Rearrange command/function call semantics Handle path expansion in CreatePath Expand arguments to :CreatePath Force load of Funcref autoload func on older Vim Adjust order of directory reference and creation Remove excessive linebreaks More vimrc comment refactoring Revert to simpler spelling approach Add case sensitivity flag to needed opers Refine NZ vs US Vim spelling setup Factor out functions from vimrc Add an idea Remove an implemented idea Add an issue
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 88361aaa..2e03cef5 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -31,5 +31,4 @@ Ideas
some point
* I'd like a Git hook that pre-fills out "Version X.Y.Z" if making an annotated
tag named `vX.Y.Z`.
-* Per-filetype spelling dictionaries might be a good idea, e.g. writing all the
- valid :commands and 'options' for Vim script into a file for ft=vim.
+* There's no reason to limit `digraph_search.vim` to insert mode only