mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 06:05:06 -07:00
1542fc221e
It appears that large portion of non-ShaDa ASCII text files may be parsed as a ShaDa file because it is mostly recognized as a sequence of unknown entries: all ASCII non-control characters are recognized as FIXUINT shada objects, so text like #!/bin/sh powerline "$@" 2>&1 | tee -a powerline (with trailing newline) will be recognized as a correct ShaDa file containing single unknown entry with type 0x23 (dec 35, '#'), timestamp 0x21 (dec 33, '!') and length 0x2F (dec 47, '/') without this commit. With it parsing this entry will fail. |
||
---|---|---|
.. | ||
benchmark | ||
config | ||
functional | ||
includes | ||
unit |