vim-jp / vim-vimlparser

Vim script parser
Other
165 stars 25 forks source link

Use strict comparison operator consistently #179

Closed itchyny closed 3 years ago

itchyny commented 3 years ago

I noticed that the changes implementing heredoc introduced == again. I think we should use ==# for consistency.

mattn commented 3 years ago

Thank you