comparison runtime/syntax/icemenu.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents 73354c21f1e4
children
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
4 " Last Change: Fri Apr 1 15:13:48 EST 2005 4 " Last Change: Fri Apr 1 15:13:48 EST 2005
5 " Extensions: ~/.icewm/menu 5 " Extensions: ~/.icewm/menu
6 " Comment: Icewm is a lightweight window manager. This adds syntax 6 " Comment: Icewm is a lightweight window manager. This adds syntax
7 " highlighting when editing your user's menu file (~/.icewm/menu). 7 " highlighting when editing your user's menu file (~/.icewm/menu).
8 8
9 " clear existing syntax 9 " quit when a syntax file was already loaded
10 if version < 600 10 if exists("b:current_syntax")
11 syntax clear
12 elseif exists("b:current_syntax")
13 finish 11 finish
14 endif 12 endif
15 13
16 " not case sensitive 14 " not case sensitive
17 syntax case ignore 15 syntax case ignore