comparison 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
comparison
equal deleted inserted replaced
29403:03e3b0034e31 29404:87980a7936e7
2057 * FM_SKIPCOMM skip comments (not implemented yet!) 2057 * FM_SKIPCOMM skip comments (not implemented yet!)
2058 * 2058 *
2059 * "oap" is only used to set oap->motion_type for a linewise motion, it can be 2059 * "oap" is only used to set oap->motion_type for a linewise motion, it can be
2060 * NULL 2060 * NULL
2061 */ 2061 */
2062
2063 pos_T * 2062 pos_T *
2064 findmatchlimit( 2063 findmatchlimit(
2065 oparg_T *oap, 2064 oparg_T *oap,
2066 int initc, 2065 int initc,
2067 int flags, 2066 int flags,