summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-06 13:31:28 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-06 13:31:28 +0100
commitb8329db36a886355e6e9cb9986a3668fef78c438 (patch)
tree33ffb8b90e8cd13707eadfe3848c30a09d06c8fc /src/search.c
parent5ed11535e0695163cec71033b98bb97356cf0113 (diff)
downloadvim-git-b8329db36a886355e6e9cb9986a3668fef78c438.tar.gz
patch 9.0.0044: typos in comments, wrapping linesv9.0.0044
Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines.
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index c7309ee63..3fd423f6a 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2059,7 +2059,6 @@ find_mps_values(
* "oap" is only used to set oap->motion_type for a linewise motion, it can be
* NULL
*/
-
pos_T *
findmatchlimit(
oparg_T *oap,