aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/shada.vim
Commit message (Collapse)AuthorAge
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
| | | | followup to #24109 fix #16150
* shada: Set the unnamed register to the previous unnamed register on startupAdnoC2017-05-31
|
* plugin/shada: Handle NUL characters with intchar correctlyZyX2017-01-04
| | | Fixes #5482
* shada: Also store last search directionZyX2015-11-23
| | | | | | | | | | 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
* runtime: Add autoload/shada.vim helper fileZyX2015-11-01
Contains most of the logic