mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
missing ';'
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1036 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d304bc65ca
commit
1e9b5a55b1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ replaces = { "[]<>=" = "%K$0-%n"; };
|
|||
abstracts = {
|
||||
# generic
|
||||
line_start = "%B-%W!%B-%n ";
|
||||
timestamp = "$0-"
|
||||
timestamp = "$0-";
|
||||
hilight = "%_$0-%_";
|
||||
error = "%R$0-%n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue