vim-patch:8.0.1148: gN doesn't work on last match with 'wrapscan' off

Problem:    "gN" doesn't work on last match with 'wrapscan' off. (fcpg)
Solution:   Adjust for searching backward. (Christian Brabandt)
22ab547dc2
This commit is contained in:
Jan Edmund Lazo
2018-08-19 08:39:21 -04:00
parent 098e1f9dfd
commit ff1d111120
3 changed files with 25 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "nvim/types.h"
#include "nvim/vim.h"
#include "nvim/buffer_defs.h"
#include "nvim/eval/typval.h"
#include "nvim/normal.h"