`:let &stl = '%{"foo}"}` will cause: ``` E115: Missing quote: '%{"foo}"} E15: Invalid expression: '%{"foo}"} ``` This prevents usage of function with dict arguments, e.g. `let &stl = 'F({opt: 1})'`.