annotate runtime/syntax/groff.vim @ 23043:6616bf17dc94
v8.2.2068
patch 8.2.2068: transparent syntax item uses start/end of containing region
Commit: https://github.com/vim/vim/commit/b46f57e87b3706a8c4b97d8e03f7853a7938b061
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 29 14:11:41 2020 +0100
patch 8.2.2068: transparent syntax item uses start/end of containing region
Problem: Transparent syntax item uses start/end of containing region.
Solution: Do not change the startpos and endpos of a transparent region to
that of its containing region. (Adrian Ghizaru, closes #7349,
closes #7391)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 29 Nov 2020 14:15:05 +0100 |
parents |
5b7ea82bc18f |
children |
4ab4ef0c48b1 |
rev |
line source |
7
|
1 " VIM syntax file
|
|
2 " Language: groff
|
22723
|
3 " Maintainer: Alejandro López-Valencia <dradul@yahoo.com>
|
7
|
4 " URL: http://dradul.tripod.com/vim
|
|
5 " Last Change: 2003-05-08-12:41:13 GMT-5.
|
|
6
|
|
7 " This uses the nroff.vim syntax file.
|
|
8 let b:main_syntax = "nroff"
|
|
9 let b:nroff_is_groff = 1
|
|
10 runtime! syntax/nroff.vim
|