Files
neovim/test/functional/ex_cmds
shadmansaleh b4ac878026 fix(source): Source giving E484 & parsing error at line 1 for lua files
It's happening because do_source is only expected to return FAIL when it
was unable to open file . But `nlua_exec_file` returns fail for parsing
and execution error too . Those errors are emitted through `nlua_error`.

So now return value of nlua_exec_file is ignored like do_cmdline. It now
only returns fail when it was unable to open file that check is done
before calling nlua_exec_file or do_cmdline. Errors in nlua_exec_file
are still directly emitted through nlua_error like before.
2021-06-21 13:07:05 +06:00
..
2016-11-17 00:55:39 +01:00
2021-03-30 21:55:51 -04:00
2017-04-11 00:39:12 +02:00
2019-07-13 00:50:52 +02:00
2020-10-19 21:48:06 +02:00
2020-05-10 03:16:30 +09:00
2016-11-17 00:55:39 +01:00