aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTK05 <6148136+TK05@users.noreply.github.com>2024-03-29 00:13:28 -0700
committerMichał Górny <mgorny@gentoo.org>2024-03-29 15:14:57 +0100
commit2bbb23d32d0546e78e7ecc3b310951b86c781780 (patch)
tree563e23335736e1deb58b613891754fc597ce9959 /syntax/glep.vim
parentnewebuild: default jdk and jre values for DEPEND and RDEPEND (diff)
downloadgentoo-syntax-2bbb23d32d0546e78e7ecc3b310951b86c781780.tar.gz
gentoo-syntax-2bbb23d32d0546e78e7ecc3b310951b86c781780.tar.bz2
gentoo-syntax-2bbb23d32d0546e78e7ecc3b310951b86c781780.zip
Forcefully unset b:current_syntaxHEADv14master
Closes: https://github.com/gentoo/gentoo-syntax/pull/65 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'syntax/glep.vim')
-rw-r--r--syntax/glep.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/glep.vim b/syntax/glep.vim
index f72077f..f9bec37 100644
--- a/syntax/glep.vim
+++ b/syntax/glep.vim
@@ -17,7 +17,7 @@ if exists("b:current_syntax")
endif
runtime! syntax/rst.vim
-unlet b:current_syntax
+unlet! b:current_syntax
" Headings in GLEPs (rst doesn't highlight these)
syn match glepHeading1 /^\(\(-\{2,\}\|=\{2,\}\|'\{2,\}\)\n\)\S.\+\n\(-\{2,\}\|=\{2,\}\|'\{2,\}\)$/