From 80af85a102bcb4c91d6ce08102131a4654212d80 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 19 May 2009 13:32:55 +0000 Subject: - New window option monitor-content to search for a string in a window, and highlight the status line if it matches. - To make this possible, the function cmd_find_window_search from cmd-find-window.c had to be moved to window.c and renamed window_pane_search. - While there use three new functions in server.c to check for bell, activity, and content, to avoid too much nesting. --- examples/tmux.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/tmux.vim') diff --git a/examples/tmux.vim b/examples/tmux.vim index 5e132393..169af940 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: tmux(1) configuration file " Maintainer: Tiago Cunha -" Last Change: $Date: 2009-04-27 14:44:14 $ +" Last Change: $Date: 2009-05-19 13:32:55 $ if version < 600 syntax clear @@ -50,6 +50,7 @@ syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg syn keyword tmuxOptsSetw mode-keys clock-mode-colour clock-mode-style syn keyword tmuxOptsSetw xterm-keys mode-attr window-status-attr syn keyword tmuxOptsSetw window-status-bg window-status-fg automatic-rename +syn keyword tmuxOptsSetw monitor-content syn keyword tmuxTodo FIXME NOTE TODO XXX contained -- cgit