-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一部の比較演算子で色が付かない #1370
Comments
たしかになりますね...バグ、かはちょっとまだわかりませんが。 |
slack内でいろいろ相談、考えたところ
のが原因のようです。 PRは作りましたが、入るかは微妙です。 |
やはり順序が一因ですね |
|
上記を含め、いくつか問題がありそうですが、手が届きそうにないので、最小限の修正に調整しました。 |
iskeyword には思い足りませんでした |
表題とズレてしまいますが、<Enter>も色が付きませんね |
不具合の内容
表題通りで、見つけた範囲で
!~, !~#, !~?, is?, isnot?
は色が付きません
これはバグでしょうか?
再現手順
で起動して、
など適当なスクリプトを入力
補足
を見てやると
とあるのですが…
また
~/.vim/after/syntax/vim.vim
に
syntax match vimOper /\%#=1\(==\|!=\|>=\|<=\|=\~\|!\~\|>\|<\|=\)[?#]\{0,2}/ nextgroup=vimString,vimSpecFile skipwhite
と記載すると、
!~, !~#, !~?
は色がつくので、他の定義で上書きされているようです
Vimのバージョン
OSの種類/ディストリ/バージョン
The text was updated successfully, but these errors were encountered: