vim-jp / vim-vimlparser

Vim script parser
Other
165 stars 25 forks source link

Fix format specifier for node.depth #178

Closed itchyny closed 3 years ago

itchyny commented 3 years ago

Since node.depth is an integer, format specifier should be %d, not %s. Otherwise go-vimlparser cannot compile.

mattn commented 3 years ago

Thank you