mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +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