diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

bugfix: StrTrim did not work when string has only one char #55

Closed hiberabyss closed 6 years ago

hiberabyss commented 6 years ago

For example, following global variable cnt will be recognised as _1 (_ represent space):

# host: node1
http://localhost:46669
cnt = 1
--
diepm commented 6 years ago

Thanks for the fix!