ALONELUR / vim-im-select-obsidian

Obsidian plugin: vim im select
MIT License
84 stars 10 forks source link

Avoid race condition #20

Open eluck opened 1 year ago

eluck commented 1 year ago

Problem: In 50% cases on my laptop the second exec is launched before the first exec returns results. Which causes not switching to another language.

Solution: Only run the second exec after the first one returns.

eluck commented 1 year ago

Now it works well!