Ron89 / thesaurus_query.vim

Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim
http://www.vim.org/scripts/script.php?script_id=5341
Apache License 2.0
220 stars 23 forks source link

Issue when activate Synonym group truncate #54

Closed 777uliahshafar closed 1 year ago

777uliahshafar commented 1 year ago

Hi, everyone. There is error message when I was trying to limit the synonym group. It happens when the word has many synonym for example 'place'. Alhoutgh it limited the word correctly and showed the correct result but it also showed red background error message. The error message unable to continue or pick the words. The syntax I put in my vimrc that make it error is this, no matter I changes the number. let g:tq_truncation_on_definition_num = 3 .

Thanks.

Screen Shot 2022-09-14 at 06 15 54

Ron89 commented 1 year ago

@777uliahshafar Sorry, didn't notice the notification. The issue is caused by an unescaped ` symbol. I have fixed it. It should work as expected now.

Ron89 commented 1 year ago

I will close the issue. Feel free to re-open it if the issue still happen to you.