mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Note: it looks like viminfo files do not store search direction intentionally. After reading viminfo file search direction was considered to be “forward”. Note 2: all files created on earlier Neovim version will automatically receive “forward” direction. Fixes #3580