Hi
Using 20.4.1.407 Build 407.0006.
In a file of sqlplus commands and SQL commands, I start the file with "SPOOL" and "STORE" commands and then format the code.
I end up with both lines concatinated together and looking at the Code Outline "STORE" is not recognised as a "sqlplus_command".

So:
"SPOOL pjh
STORE settings REPLACE"
ends up as:
"SPOOL pjh store settings replace"
Is this a problem with the parser?
Thanks
Pete