comparison runtime/doc/version7.txt @ 25402:bdda48f01a68

Update runtime files Commit: https://github.com/vim/vim/commit/53f7fccc9413c9f770694b56f40f242d383b2d5f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 28 20:10:16 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 20:15:05 +0200
parents 840665e74421
children c968191a8557
comparison
equal deleted inserted replaced
25401:64c069059e9b 25402:bdda48f01a68
1 *version7.txt* For Vim version 8.2. Last change: 2021 May 13 1 *version7.txt* For Vim version 8.2. Last change: 2021 May 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *vim7* *version-7.0* *version7.0* 6 *vim7* *version-7.0* *version7.0*
16223 src/regexp.h 16223 src/regexp.h
16224 16224
16225 Patch 7.3.1018 16225 Patch 7.3.1018
16226 Problem: New regexp engine wastes memory. 16226 Problem: New regexp engine wastes memory.
16227 Solution: Allocate prog with actual number of states, not estimated maximum 16227 Solution: Allocate prog with actual number of states, not estimated maximum
16228 number of sates. 16228 number of states.
16229 Files: src/regexp_nfa.c 16229 Files: src/regexp_nfa.c
16230 16230
16231 Patch 7.3.1019 16231 Patch 7.3.1019
16232 Problem: These do not work with the new regexp engine: \%o123, \%x123, 16232 Problem: These do not work with the new regexp engine: \%o123, \%x123,
16233 \%d123, \%u123 and \%U123. 16233 \%d123, \%u123 and \%U123.