mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 05:04:51 +10:00
Problem: Trailing backslash may cause reading past end of line. Solution: Check for NUL after backslash.53a70289c2N/A patches for version.c: vim-patch:8.2.4926: #ifdef for crypt feature around too many lines Problem: #ifdef for crypt feature around too many lines. Solution: Move code outside of #ifdef. (closes vim/vim#10388)51f0bc31d3