Files
neovim/scripts
Justin M. Keyes 6abb481051 fix(docs): missing "(" in :help HTML
Problem:
Since eba7b5b646
any opening paren and its leading whitespace " (" are missing in the
generated HTML. Example:

    Use ":qa!<Enter>" (careful, all changes are lost!).
                     ^^missing
    Position the cursor on a tag (e.g. bars) and hit CTRL-].
                                ^^missing

Solution:
The main recursive loop only processes named children, so check
named_child_count() instead of child_count().  Then anonymous nodes
won't get lost.
2022-10-04 21:15:06 +02:00
..
2022-06-28 04:02:29 -07:00
2022-01-04 07:28:29 -07:00
2022-06-15 09:20:32 +02:00
2021-10-02 08:26:57 -07:00
2021-09-19 16:36:08 -07:00