diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-10-18 10:18:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 07:18:44 -0700 |
commit | ef4c339fb9de87f7534303e006c281e40327f803 (patch) | |
tree | eefdc8944dc3c70b5ec283366964f30955bb38dd /runtime/doc/intro.txt | |
parent | 4d896be681d9b93ebe34cce38a5e787cd0332261 (diff) | |
download | rneovim-ef4c339fb9de87f7534303e006c281e40327f803.tar.gz rneovim-ef4c339fb9de87f7534303e006c281e40327f803.tar.bz2 rneovim-ef4c339fb9de87f7534303e006c281e40327f803.zip |
feat(docs): update parser, HTML gen #20720
Note: although the tolerance in help_spec.lua increased, the actual
error count with the new parser decreased by about 20%. The difference
is that the old ignore_parse_error() ignored many more errors with the
old parser.
fix https://github.com/neovim/tree-sitter-vimdoc/issues/37
fix https://github.com/neovim/tree-sitter-vimdoc/issues/44
fix https://github.com/neovim/tree-sitter-vimdoc/issues/47
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 60c2b4c5dd..348c56ba70 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -373,7 +373,7 @@ notation meaning equivalent decimal value(s) ~ <M-…> alt-key or meta-key *META* *ALT* *<M-* <A-…> same as <M-…> *<A-* <D-…> command-key or "super" key *<D-* ------------------------------------------------------------------------ +----------------------------------------------------------------------- ~ Note: |