mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
7.4.813
patch 7.4.813 Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy) https://github.com/vim/vim/releases/tag/v7.4.813 https://github.com/vim/vim/releases/tag/v7.4.826 Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
@@ -71,9 +71,9 @@ static char *features[] = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//826,
|
||||
826,
|
||||
//825,
|
||||
//824,
|
||||
//824 NA
|
||||
//823,
|
||||
//822,
|
||||
//821,
|
||||
@@ -84,7 +84,7 @@ static int included_patches[] = {
|
||||
//816,
|
||||
//815,
|
||||
//814,
|
||||
//813,
|
||||
813,
|
||||
//812,
|
||||
//811,
|
||||
//810,
|
||||
|
Reference in New Issue
Block a user