X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f1ec255b080e74de602667e8b6285a638efb5ec..da518481b158dd2b46bdf228b1407dfc3feaa147:/doc/explainpat.txt?ds=sidebyside diff --git a/doc/explainpat.txt b/doc/explainpat.txt index 86cab16..afe0fc9 100644 --- a/doc/explainpat.txt +++ b/doc/explainpat.txt @@ -1,6 +1,6 @@ *explainpat.txt* Give detailed help on a regexp pattern. - For Vim version 7.0. Last change: 2013 Jun 29 + For Vim version 7.0. Last change: 2017 Oct 20 By Andy Wokula *explainpat* *explainpat.vim* @@ -53,6 +53,9 @@ Ideas: ============================================================================== History: +v0.7 ++ BF `\{3,4\}` not accepted, only `\{3,4}` + v0.6 + BF `[]` is a literal string (not a collection)