aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Expand)Author
2022-03-19Updated documentation on rearranging tabs and `move_buffer()`.mitchell
2022-03-18Added `move_buffer()` function and made tabs rearrangeable via drag and drop.mitchell
2022-03-02Updated for 11.4 nightly.mitchell
2022-01-31Updated copyright year.mitchell
2022-01-31Updated for 11.3.mitchell
2021-11-30Updated for 11.3 beta 3.mitchell
2021-11-01Updated for 11.3 beta 2.mitchell
2021-09-30Updated for 11.3 beta.mitchell
2021-08-01Updated for 11.2.mitchell
2021-06-11Updated for 11.2 beta 3.mitchell
2021-05-29Updated for 11.2 beta 2.mitchell
2021-04-11Initial pass reformatting all code.mitchell
2021-03-28Updated for 11.2 beta.mitchell
2021-01-29Updated for 11.1.mitchell
2021-01-29Updated copyright information.mitchell
2020-11-30Updated for 11.0.mitchell
2020-10-30Updated for 11.0 beta 2.mitchell
2020-10-20Code cleanup.mitchell
2020-09-30Updated for 11.0 beta.mitchell
2020-09-29Updated copyright information.mitchell
2020-09-14More link updates.mitchell
2020-09-14More small documentation updates.mitchell
2020-09-13Lots of documentation updates.mitchell
2020-08-17Updated some documentation and use macOS instead of Mac OSX.mitchell
2020-07-28Updated for 11.0 alpha 3.mitchell
2020-07-16Minor LuaDoc updates and spelling corrections.mitchell
2020-07-14Renamed os.spawn() parameter from 'argv' to 'cmd'.mitchell
2020-07-04Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.mitchell
2020-05-31Updated for 11.0 alpha 2.mitchell
2020-03-29Updated for 11.0 alpha.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-10Core code cleanup, reformat, refactoring, and bugfixes.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2020-02-26Small code cleanup.mitchell
2020-01-16Fixed some Windows terminal version issues and updated to PDCurses 3.9.mitchell
2019-12-31Updated copyright year.mitchell
2019-12-31Updated for 10.8.mitchell
2019-10-31Updated for 10.7.mitchell
2019-08-30Updated for 10.6.mitchell
2019-06-30Updated for 10.5.mitchell
2019-04-26Updated for 10.4.mitchell
2019-02-28Updated for 10.3.mitchell
2019-02-16Updated copyright year.mitchell
2018-12-29Updated for 10.3 beta.mitchell
2018-10-31Updated for 10.2.mitchell
2018-10-15Tweaked `os.spawn()` to allow omission of both cwd and env parameters.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-09-28Updated for 10.1.mitchell
2018-07-28Removed optional '*' prefix in I/O reads.mitchell
2018-07-26Updated for 10.0.mitchell