1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

core: fix typo in NEWS

This commit is contained in:
Sebastien Helleu
2012-01-22 13:50:15 +01:00
parent 5f6df8021b
commit 8fb24c3cbc
+1 -1
View File
@@ -11,7 +11,7 @@ Version 0.3.7 (under dev!)
needed escape in past do not need any more (for example `[0-9]\+` becomes
`[0-9]+`), filters and ignore have to be manually fixed
* option 'weechat.look.highlight_regex' becomes case insensitive by default,
to make it case insensitive, use "(?-i)" at beginning of string, for example:
to make it case sensitive, use "(?-i)" at beginning of string, for example:
"(?-i)FlashCode|flashy"
* option 'weechat.history.max_lines' has been renamed to
'weechat.history.max_buffer_lines_number'