From a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 14 Aug 2020 19:15:07 +0200 Subject: Fix svelte branch name, closes #522 --- syntax/vifm.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syntax/vifm.vim') diff --git a/syntax/vifm.vim b/syntax/vifm.vim index d95fc42b..224cdf48 100644 --- a/syntax/vifm.vim +++ b/syntax/vifm.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1 " vifm syntax file " Maintainer: xaizek -" Last Change: July 27, 2020 +" Last Change: August 8, 2020 " Inspired By: Vim syntax file by Dr. Charles E. Campbell, Jr. if exists('b:current_syntax') @@ -89,7 +89,7 @@ syntax case ignore syntax keyword vifmHiGroups contained WildMenu Border Win CmdLine CurrLine \ OtherLine Directory Link Socket Device Executable Selected BrokenLink \ TopLine TopLineSel StatusLine JobLine SuggestBox Fifo ErrorMsg CmpMismatch - \ AuxWin OtherWin TabLine TabLineSel TabNr HardLink LineNr OddLine + \ AuxWin OtherWin TabLine TabLineSel TabNr TabNrSel HardLink LineNr OddLine \ User1 User2 User3 User4 User5 User6 User7 User8 User9 syntax keyword vifmHiStyles contained \ bold underline reverse inverse standout italic none -- cgit v1.2.3