mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Alt+J improved - corrected behaviour with multiline definition, adds appropriate number of tabs
git-svn-id: svn://ultimatepp.org/upp/trunk@481 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
108d40beb9
commit
8e0d44a97a
1 changed files with 2 additions and 1 deletions
|
|
@ -703,7 +703,8 @@ void RichQtfParser::Parse(const char *qtf, byte _accesskey)
|
|||
}
|
||||
break;
|
||||
case 't':
|
||||
format.tabsize = ReadNumber();
|
||||
if(IsDigit(*term)) //temporary fix... :(
|
||||
format.tabsize = ReadNumber();
|
||||
break;
|
||||
case '~': {
|
||||
if(Key('~'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue