beloglazov / vim-online-thesaurus

A Vim plugin for looking up words in an online thesaurus
Apache License 2.0
247 stars 21 forks source link

Don't try to name a file until we setup buffer #41

Open idbrii opened 6 years ago

idbrii commented 6 years ago

Fixes 'Found a swap file by the name ".thesaurus% hello.swp"'

Sometimes I get swap file messages about the current buffer having a swap when using :Thesaurus. This prevents those errors by avoiding naming the buffer name until after its swap and backing file are disabled.