Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(messages): use "Vimscript" instead of "VimL" #24111 | Justin M. Keyes | 2023-06-22 |
| | | | | followup to #24109 fix #16150 | ||
* | shada: Set the unnamed register to the previous unnamed register on startup | AdnoC | 2017-05-31 |
| | |||
* | plugin/shada: Handle NUL characters with intchar correctly | ZyX | 2017-01-04 |
| | | | Fixes #5482 | ||
* | shada: Also store last search direction | ZyX | 2015-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 file | ZyX | 2015-11-01 |
Contains most of the logic |