j
k
j a
j l
The beginning of a macro call is of the form: ``` identifier '!' ( '(' | '[' | '{' ) ``` but not: ``` identifier '!=' ``` Currently Geany reads `a!=b` as `a!, =, b` instead of `a, !=, b`.
Attachments:
Back to the thread
Back to the list