diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-26 19:55:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-26 19:55:24 +0200 |
commit | 8107025c78eb6413351c6ac8d1354466c06e8ea7 (patch) | |
tree | 72712de2796ccef7190538a67fa5efed40481712 /doc/en | |
parent | 5c5df1b06823bcdbde21fd38d4d728ec29fa5b5c (diff) | |
download | weechat-8107025c78eb6413351c6ac8d1354466c06e8ea7.zip |
core: update translations
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.asciidoc | 1 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.asciidoc b/doc/en/autogen/plugin_api/hdata.asciidoc index f02e4b913..3dd1ba6a4 100644 --- a/doc/en/autogen/plugin_api/hdata.asciidoc +++ b/doc/en/autogen/plugin_api/hdata.asciidoc @@ -942,6 +942,7 @@ *** 'scrolling' (integer) *** 'start_col' (integer) *** 'lines_after' (integer) +*** 'text_search_start_line' (pointer, hdata: "line") *** 'prev_scroll' (pointer, hdata: "window_scroll") *** 'next_scroll' (pointer, hdata: "window_scroll") * 'window_tree': tree of windows diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index 2ab1c9279..bc23aab1e 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -418,12 +418,14 @@ list of actions: return: simulate key "enter" complete_next: complete word with next completion complete_previous: complete word with previous completion + search_text_here: search text in buffer at current position search_text: search text in buffer search_switch_case: switch exact case for search search_switch_regex: switch search type: string/regular expression search_switch_where: switch search in messages/prefixes search_previous: search previous line search_next: search next line + search_stop_here: stop search at current position search_stop: stop search delete_previous_char: delete previous char delete_next_char: delete next char |