mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
In vimscript, `0 ==? 'foo'` is true, as it converts the string to a number which results in 0 for non-numeric strings.
In vimscript, `0 ==? 'foo'` is true, as it converts the string to a number which results in 0 for non-numeric strings.