diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-01-24 05:41:27 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-01-24 05:41:27 (GMT) |
commit | f382204759a00e5bacf0a404ee5470b10ed25cf3 (patch) | |
tree | 026ada265a9ac158e58d7020abb211d825677cc4 /3rd/vim | |
parent | bb94b3e95dde15990acea071b682272f6d40bcfe (diff) | |
download | fluxbox-f382204759a00e5bacf0a404ee5470b10ed25cf3.zip fluxbox-f382204759a00e5bacf0a404ee5470b10ed25cf3.tar.bz2 |
added 'ArrangeWindowsHorizontal' 'ArrangeWindowsVertical' to 3rd/vim/syntax/fluxkeys.vim
Diffstat (limited to '3rd/vim')
-rw-r--r-- | 3rd/vim/syntax/fluxkeys.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rd/vim/syntax/fluxkeys.vim b/3rd/vim/syntax/fluxkeys.vim index 3175b56..35f0e40 100644 --- a/3rd/vim/syntax/fluxkeys.vim +++ b/3rd/vim/syntax/fluxkeys.vim | |||
@@ -43,6 +43,7 @@ syntax keyword fbActionNames NextWorkspace PrevWorkspace RightWorkspace LeftWork | |||
43 | syntax keyword fbActionNames NextWindow PrevWindow Next\Group PrevGroup GotoWindow contained | 43 | syntax keyword fbActionNames NextWindow PrevWindow Next\Group PrevGroup GotoWindow contained |
44 | syntax keyword fbActionNames Activate Focus Attach FocusLeft FocusRight FocusUp FocusDown contained | 44 | syntax keyword fbActionNames Activate Focus Attach FocusLeft FocusRight FocusUp FocusDown contained |
45 | syntax keyword fbActionNames ArrangeWindows ShowDesktop Deiconify CloseAllWindows contained | 45 | syntax keyword fbActionNames ArrangeWindows ShowDesktop Deiconify CloseAllWindows contained |
46 | syntax keyword fbActionNames ArrangeWindowsHorizontal ArrangeWindowsVertical contained | ||
46 | syntax keyword fbActionNames SetWorkspaceName SetWorkspaceNameDialog contained | 47 | syntax keyword fbActionNames SetWorkspaceName SetWorkspaceNameDialog contained |
47 | 48 | ||
48 | " Menu Commands | 49 | " Menu Commands |