mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 21:16:38 +03:00
9d362b8b3e
After opening a markdown file ```b ``` ```c int main() {} ``` markdown-load-languages will run an "evaluate-commands -itersel". The first selection makes us run "require-module b", which fails because that module can't be found. Since -itersel only ignores the "no selection remaining" error we fail to run "require-module c". Fix this by ignoring errors. |
||
---|---|---|
.. | ||
detection | ||
filetype | ||
tools | ||
windowing |