Mercurial > vim
comparison README.txt @ 33638:2d44cd7117fb
runtime(vim): Update ftplugin - comment motions (#13412)
Commit: https://github.com/vim/vim/commit/fea96c00e55a71e3007907ff4f7ad513bb9ff0eb
Author: dkearns <dougkearns@gmail.com>
Date: Tue Oct 24 03:16:44 2023 +1100
runtime(vim): Update ftplugin - comment motions (https://github.com/vim/vim/issues/13412)
Fix the pattern used by comment-motion mappings to match the start of a
block comment.
Block-comment start lines were being ignored if the previous line
contained a double-quote character anywhere in the line. Line comments
should only be ignored if the previous line is a full-line comment and,
therefore, part of the current block comment.
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 23 Oct 2023 18:30:06 +0200 |
parents | 1b2730ece70e |
children | 4635e43f2c6f |
comparison
equal
deleted
inserted
replaced
33637:1c0411e555a2 | 33638:2d44cd7117fb |
---|