Rihards Paskausks
Rihards Paskausks
3.2.7. fixed the issue for me.
This is no longer necessary - https://github.com/habamax/vim-godot/pull/66
Just necroing this to let you know that an update to support the older mac os versions would be highly appreciated!
@and3rson do you have the built MacOS libraries lying around somewhere, by any chance?
At least, with `INCOMPATIBLE_TERNARY` This works: ```gdscript @warning_ignore("incompatible_ternary") foo.bar( baz if abc else null ) ``` while neither of these do _not_: ```gdscript # warning-ignore:incompatible_ternary foo.bar( baz if abc else...