diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-20 08:43:55 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-20 08:43:55 +0100 |
commit | 8abcea18a24dea24d6049fefa31c877133489092 (patch) | |
tree | 9c1efa56731b826889a593f3c124ccfe4e1eed33 /examples | |
parent | ba665e24e3d8a49c6688a6b9603726b395d221e2 (diff) | |
download | rtmux-8abcea18a24dea24d6049fefa31c877133489092.tar.gz rtmux-8abcea18a24dea24d6049fefa31c877133489092.tar.bz2 rtmux-8abcea18a24dea24d6049fefa31c877133489092.zip |
Remove monitor-content options which have been removed, from Guy Hughes.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tmux.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 4d64514a..a6bf74e2 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -222,7 +222,6 @@ syn keyword tmuxOptsSet \ update-environment \ visual-activity \ visual-bell - \ visual-content \ visual-silence \ word-separators @@ -243,7 +242,6 @@ syn keyword tmuxOptsSetw \ mode-mouse \ mode-style \ monitor-activity - \ monitor-content \ monitor-silence \ other-pane-height \ other-pane-width @@ -253,7 +251,6 @@ syn keyword tmuxOptsSetw \ utf8 \ window-status-activity-style \ window-status-bell-style - \ window-status-content-style \ window-status-current-format \ window-status-current-style \ window-status-format |