diff options
| author | Michael Ennen <mike.ennen@gmail.com> | 2016-04-18 22:49:28 -0700 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-27 00:37:05 -0400 |
| commit | 6bb4b9f57f5011db0c895370e00f2351422a2c25 (patch) | |
| tree | 1e9b90ced76fa5ce07ab5888de6396b1d88003b2 /src | |
| parent | 2adb8acebd1b50d6259834082d5a21788c0e3eeb (diff) | |
| download | rneovim-6bb4b9f57f5011db0c895370e00f2351422a2c25.tar.gz rneovim-6bb4b9f57f5011db0c895370e00f2351422a2c25.tar.bz2 rneovim-6bb4b9f57f5011db0c895370e00f2351422a2c25.zip | |
vim-patch:7.4.1006 #4605
Problem: The fix in patch 7.3.192 is not tested.
Solution: Add a test, one for each regexp engine. (Elias Diem)
https://github.com/vim/vim/commit/96c664af27ec9535f2c3cd9b889faad3e9460ad6
The patch was applied to 044_099_regexp_multibyte_magic_spec.lua as
these two legacy tests (44 and 99) were merged together (and
de-duplicated) in Neovim.
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4e379339be..927958b109 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -671,7 +671,7 @@ static int included_patches[] = { // 1009 NA // 1008 NA // 1007, - // 1006, + 1006, // 1005, // 1004 NA, // 1003 NA, |