Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge #9686 'win/Lua: monkey-patch os.getenv()' | Justin M. Keyes | 2019-03-16 |
|\ | | | | | | | fixes #9681 | ||
| * | Fix os.getenv of lua on Windows | erw7 | 2019-03-07 |
|/ | | | | | Change to use os_getenv instead of getenv because environment variable set by uv_os_setenv can not be get with getenv. | ||
* | cleanup: reduce some duplicate code, avoid function pointers for a condition | Björn Linse | 2019-01-23 |
| | | | | | | | Add 'multiline' flag to history for correct :messages output Use larger buffer size for multiline messages. if this turns out to not be enough, we could do size calculation like api_set_error | ||
* | message.c: add msg_echo_attr functions, use it for lua error messages | Alexandre Dubray | 2019-01-22 |
| | | | | | The added function behaves like the non-echo function but display message in a echo-style way (i.e. tab and newline are preserved) | ||
* | add func_attr_printf in : | MichaHoffmann | 2018-09-24 |
| | | | | | | | | | | | | | | | | | | | | | | log.c message.c strings.c fixed some printf warnings in: src/nvim/undo.c src/nvim/eval.c src/nvim/eval/encode.c src/nvim/eval/typval.c src/nvim/ex_getln.c src/nvim/fileio.c src/nvim/lua/executor.c src/nvim/main.c src/nvim/regexp_nfa.c src/nvim/shada.c src/nvim/spellfile.c src/nvim/tui/terminfo.c src/nvim/garray.h | ||
* | lua/executor: Remove all places where lightuserdata is used | ZyX | 2018-01-21 |
| | | | | | | Should fix problems with luajit+arm64. Fixes #7879 Ref LuaJIT/LuaJIT#230 | ||
* | doc | Justin M. Keyes | 2017-11-06 |
| | |||
* | Merge #7165 'lua: Move stricmp to vim module' | Justin M. Keyes | 2017-10-22 |
|\ | |||
| * | lua/executor: Fix crash when first string contains NUL and second not | ZyX | 2017-08-15 |
| | | |||
| * | lua/executor: Move stricmp to vim “module” and document it | ZyX | 2017-08-15 |
| | | |||
| * | lua/executor: Make stricmp function work with strings with NULs | ZyX | 2017-08-15 |
|/ | |||
* | lua/executor: Fix crash when printing empty string (#7157) | Nikolai Aleksandrovich Pavlov | 2017-08-13 |
| | |||
* | Merge #6789 from ZyX-I/lua-path | Justin M. Keyes | 2017-06-27 |
|\ | | | | | lua: Add paths from &runtimepath to package.path and package.cpath | ||
| * | lua: Add paths from &runtimepath to package.path and package.cpath | ZyX | 2017-05-25 |
| | | |||
* | | lint: fix indentation of FUNC_ATTR lines | Björn Linse | 2017-06-03 |
|/ | |||
* | lua: Add PVS comment to lua/*.c | ZyX | 2017-05-20 |
| | |||
* | api: execute lua directly from the remote api | Björn Linse | 2017-05-13 |
| | |||
* | lua: Move files from src/nvim/viml/executor to src/nvim/lua | ZyX | 2017-04-11 |