comparison src/regexp.c @ 29272:8175cd4c8fdd v8.2.5154

patch 8.2.5154: still mentioning version8, some cosmetic issues Commit: https://github.com/vim/vim/commit/abd56da30bae4a5c6c20b9363ccae12f7b126026 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 23 20:46:27 2022 +0100 patch 8.2.5154: still mentioning version8, some cosmetic issues Problem: Still mentioning version8, some cosmetic issues. Solution: Prefer mentioning version9, cosmetic improvements.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jun 2022 22:00:04 +0200
parents 5ebc561444fe
children be069ab9d583
comparison
equal deleted inserted replaced
29271:723cbd2896aa 29272:8175cd4c8fdd
2021 rsm.sm_maxline = rex.reg_maxline; 2021 rsm.sm_maxline = rex.reg_maxline;
2022 rsm.sm_line_lbr = rex.reg_line_lbr; 2022 rsm.sm_line_lbr = rex.reg_line_lbr;
2023 2023
2024 // Although unlikely, it is possible that the expression invokes a 2024 // Although unlikely, it is possible that the expression invokes a
2025 // substitute command (it might fail, but still). Therefore keep 2025 // substitute command (it might fail, but still). Therefore keep
2026 // an array if eval results. 2026 // an array of eval results.
2027 ++nesting; 2027 ++nesting;
2028 2028
2029 if (expr != NULL) 2029 if (expr != NULL)
2030 { 2030 {
2031 typval_T argv[2]; 2031 typval_T argv[2];