Mercurial > vim
comparison src/version.c @ 14677:7771a1ff8b99 v8.1.0351
patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern
commit https://github.com/vim/vim/commit/198cb66d652d3d8ac16226dcc929a11b0b720151
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 6 21:44:17 2018 +0200
patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern
Problem: 'incsearch' for :/foo/s//<Esc> changes last search pattern.
Solution: Save the last search pattern earlier.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 06 Sep 2018 21:45:05 +0200 |
parents | 71c17b688bc6 |
children | ba010fa2bcba |
comparison
equal
deleted
inserted
replaced
14676:fb44828733f7 | 14677:7771a1ff8b99 |
---|---|
792 NULL | 792 NULL |
793 }; | 793 }; |
794 | 794 |
795 static int included_patches[] = | 795 static int included_patches[] = |
796 { /* Add new patch number below this line */ | 796 { /* Add new patch number below this line */ |
797 /**/ | |
798 351, | |
797 /**/ | 799 /**/ |
798 350, | 800 350, |
799 /**/ | 801 /**/ |
800 349, | 802 349, |
801 /**/ | 803 /**/ |