diff src/search.c @ 29404:87980a7936e7 v9.0.0044

patch 9.0.0044: typos in comments, wrapping lines Commit: https://github.com/vim/vim/commit/b8329db36a886355e6e9cb9986a3668fef78c438 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 6 13:31:28 2022 +0100 patch 9.0.0044: typos in comments, wrapping lines Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Jul 2022 14:45:03 +0200
parents f92f658585e6
children 827d9f2b7a71
line wrap: on
line diff
--- 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,