Commit e39f11e
committed
Add support for broken Vim Lua installs
Just parsing the :lua command, with it never being evaluated, can
cause the error
E370: Could not load library lua53.dll
Lua library cannot be loaded.
if Vim is missing patch 8.2.1908 and compiled with the +lua/dyn
feature, but Lua is unavailable.
This commit fixes the issue by wrapping the command in :execute.
Closes: #61 parent 6d235b4 commit e39f11e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments