Mercurial > vim
comparison src/version.c @ 26843:1e3c49c09260 v8.2.3950
patch 8.2.3950: going beyond the end of the line with /%V
Commit: https://github.com/vim/vim/commit/94f3192b03ed27474db80b4d3a409e107140738b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 30 15:29:18 2021 +0000
patch 8.2.3950: going beyond the end of the line with /\%V
Problem: Going beyond the end of the line with /\%V.
Solution: Check for valid column in getvcol().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 30 Dec 2021 16:30:04 +0100 |
parents | 48d6f187e9c0 |
children | a6ccb6ec581c |
comparison
equal
deleted
inserted
replaced
26842:df509756e36d | 26843:1e3c49c09260 |
---|---|
747 NULL | 747 NULL |
748 }; | 748 }; |
749 | 749 |
750 static int included_patches[] = | 750 static int included_patches[] = |
751 { /* Add new patch number below this line */ | 751 { /* Add new patch number below this line */ |
752 /**/ | |
753 3950, | |
752 /**/ | 754 /**/ |
753 3949, | 755 3949, |
754 /**/ | 756 /**/ |
755 3948, | 757 3948, |
756 /**/ | 758 /**/ |