Files
vim-vue/syntax/vue.vim
Adriaan Zonnenberg 0d5a392a11 Use unlet! instead of unlet
A bang after unlet suppresses the error if there is no such variable,
which removes the need for checking if the variable exists.
2017-02-19 22:10:05 +01:00

2.9 KiB