Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore: format runtime with stylua | Christian Clason | 2022-05-09 |
| | |||
* | man.vim: Handle ANSI escape sequences with ":" #10267 | Kovas Palunas | 2019-06-30 |
| | | | | closes #10267 | ||
* | lint | Justin M. Keyes | 2018-12-20 |
| | |||
* | runtime/lua/vim/compat.lua | Justin M. Keyes | 2018-12-20 |
| | | | | | | | | | | | | | | | | | | | | | ref #9280 Introduce the `vim.compat` module, to help environments with system Lua 5.2+ run the build/tests. Include the module implicitly in all tests. ref #8677 legacy `vim` module: beep buffer command dict eval firstline lastline line list open type window | ||
* | test: Lua 5.2/5.3 compat #9280 | Matěj Cepl | 2018-12-20 |
| | | | | | Make the code run both on Lua 5.1 (which is the default for Neovim, and is what LuaJIT provides) and Lua 5.2+. | ||
* | man.lua: avoid float conversion on lua 5.3 (#7851) | Filip Szymański | 2018-01-15 |
| | | | | | Error detected while processing function man#open_page[58]..<SNR>54_put_page: line 8: E5105: Error while calling lua chunk: /usr/share/nvim/runtime/lua/man.lua:165: Vim(let):E805: Using a Float as a Number | ||
* | Address PR comments | Gabriel Holodak | 2017-12-27 |
| | |||
* | Add support for escape sequences | Gabriel Holodak | 2017-12-27 |
| | |||
* | Switch to processing in Lua | Gabriel Holodak | 2017-12-27 |