aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/debcontrol.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-05-13 15:20:58 +0200
committerGitHub <noreply@github.com>2022-05-13 15:20:58 +0200
commiteb4b337d9eb8bf15cf0b832f46ea9cff14d6adce (patch)
treeafacbb31b05f04870f0b60a4a223a7f904d903b0 /runtime/syntax/debcontrol.vim
parentc196119acbd5de0e9e5fae91db62fc9dfc675f8d (diff)
downloadrneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.gz
rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.bz2
rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.zip
vim-patch:partial:3f32a5f1601a (#18555)
Update runtime files and translations https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 skip eval.txt (requires 8.2.4883)
Diffstat (limited to 'runtime/syntax/debcontrol.vim')
-rw-r--r--runtime/syntax/debcontrol.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/debcontrol.vim b/runtime/syntax/debcontrol.vim
index 8b65ece4ca..4c7fb5dd63 100644
--- a/runtime/syntax/debcontrol.vim
+++ b/runtime/syntax/debcontrol.vim
@@ -3,7 +3,7 @@
" Maintainer: Debian Vim Maintainers
" Former Maintainers: Gerfried Fuchs <alfie@ist.org>
" Wichert Akkerman <wakkerma@debian.org>
-" Last Change: 2021 Nov 26
+" Last Change: 2022 May 11
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debcontrol.vim
" Standard syntax initialization
@@ -17,7 +17,7 @@ set cpo&vim
" Should match case except for the keys of each field
syn case match
-syn iskeyword @,48-57,-,/
+syn iskeyword @,48-57,-
" Everything that is not explicitly matched by the rules below
syn match debcontrolElse "^.*$"