diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-01-24 08:47:33 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-01-24 08:47:33 (GMT) |
commit | ae3652ebba06899046262cbaa20a7eca0df9e6ec (patch) | |
tree | 82bd0b83f8773e7ef37fe9c53a69bb6da72d139f | |
parent | 301a5bcd3eda851505a983baee516bca72659c2c (diff) | |
download | fluxbox_pavel-ae3652ebba06899046262cbaa20a7eca0df9e6ec.zip fluxbox_pavel-ae3652ebba06899046262cbaa20a7eca0df9e6ec.tar.bz2 |
updated 3rd/vim/fluxkeys.vim
-rw-r--r-- | 3rd/vim/syntax/fluxkeys.vim | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/3rd/vim/syntax/fluxkeys.vim b/3rd/vim/syntax/fluxkeys.vim index 35f0e40..ff058cf 100644 --- a/3rd/vim/syntax/fluxkeys.vim +++ b/3rd/vim/syntax/fluxkeys.vim | |||
@@ -71,9 +71,15 @@ syntax keyword fbModifierNames None contained | |||
71 | syntax keyword fbModifierNames OnDesktop OnToolbar OnTitlebar OnWindow OnWindowBorder OnLeftGrip OnRightGrip contained | 71 | syntax keyword fbModifierNames OnDesktop OnToolbar OnTitlebar OnWindow OnWindowBorder OnLeftGrip OnRightGrip contained |
72 | 72 | ||
73 | " reference corners | 73 | " reference corners |
74 | syntax keyword fbParameterNames UpperLeft Upper UpperRight contained | 74 | syntax keyword fbParameterNames UpperLeft LeftTop TopLeft contained |
75 | syntax keyword fbParameterNames Left Right contained | 75 | syntax keyword fbParameterNames Upper Top TopCenter contained |
76 | syntax keyword fbParameterNames LowerLeft Lower LowerRight contained | 76 | syntax keyword fbParameterNames UpperRight RightTop TopRight contained |
77 | syntax keyword fbParameterNames Left LeftCenter contained | ||
78 | syntax keyword fbParameterNames Center WinCenter contained | ||
79 | syntax keyword fbParameterNames Right RightCenter contained | ||
80 | syntax keyword fbParameterNames LowerLeft LeftBottom BottomLeft contained | ||
81 | syntax keyword fbParameterNames Lower Bottom BottomCenter contained | ||
82 | syntax keyword fbParameterNames LowerRight RightBottom BottomRight contained | ||
77 | " deiconfiy | 83 | " deiconfiy |
78 | syntax keyword fbParameterNames LastWorkspace Last All AllWorkspace OriginQuiet contained | 84 | syntax keyword fbParameterNames LastWorkspace Last All AllWorkspace OriginQuiet contained |
79 | 85 | ||