Package Details: vim-fluxkeys 20091101-5

Git Clone URL: https://aur.archlinux.org/vim-fluxkeys.git (read-only, click to copy)
Package Base: vim-fluxkeys
Description: Fluxbox fluxkeys syntax highlighting
Upstream URL: http://www.vim.org/scripts/script.php?script_id=882
Licenses: GPL
Groups: vim-plugins
Submitter: krayon
Maintainer: bidulock
Last Packager: bidulock
Votes: 5
Popularity: 0.000000
First Submitted: 2011-06-17 11:42 (UTC)
Last Updated: 2015-06-11 04:06 (UTC)

Required by (0)

Sources (1)

Latest Comments

temach commented on 2016-02-09 20:30 (UTC)

Line (142) needs to be changed: syntax match fbMacroAction /\w\+/ contained contains=fbActionNames nextgroup=fbMacroParameter Because of this line valid fluxbox keys syntax: OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} OnWindowBorder Move1 :StartMoving is highlighted as error because there are no {} after :StartMoving but syntax file requires "nextgroup=fbMacroParameter" For myself I just deleted the "nextgroup=fbMacroPArameter" Also some missing definitions which appear in recent fluxbox keys config but are not handled by the syntax script: syntax keyword fbActionNames Kill contained syntax keyword fbActionNames Focus contained syntax keyword fbActionNames StartMoving contained syntax keyword fbActionNames StartResizing contained syntax keyword fbActionNames NearestCorner contained syntax keyword fbActionNames ActivateTab contained syntax keyword fbModifierNames OnWindowBorder OnLeftGrip OnRightGrip contained

krayon commented on 2013-05-10 03:59 (UTC)

Updated, thanks bidulock

bidulock commented on 2013-04-11 15:39 (UTC)

build() must be renamed package() in PKGBUILD to build under makepkg 4.1