aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* Merge pull request #16666 from mjlbach/fix/bad-castMichael Lingelbach2021-12-15
|\
| * chore: improve naming consistency in str_utf_startMichael Lingelbach2021-12-15
| * fix: do not cast offset to char_uMichael Lingelbach2021-12-15
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
|/
* fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii142021-12-08
* Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustifyBjörn Linse2021-12-04
|\
| * refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* | docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* | chore: fix typosii142021-11-30
* | fix: allow str_utfindex second argument to be an explicit nil (#16448)Michael Lingelbach2021-11-27
* | chore(docs): clarify vim.notify log_level parameter (#16436)Mathias Fußenegger2021-11-25
|/
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach2021-10-30
* refactor: split executor.c into two filesDundar Göc2021-10-26
* feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24
* feat(lua): allow passing handles to vim.b/w/tLewis Russell2021-10-19
* refactor: remove space after starDundar Göc2021-10-19
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* fix(api): check type in nlua_pop_keydict (#15940)virchau132021-10-08
* Merge pull request #15316 from vigoux/ts-fix-capturesBjörn Linse2021-10-07
|\
| * fix(treesitter): run predicates more often in iter_matchesThomas Vigouroux2021-10-01
* | fix(docs): duplicate tag, wrong formattingJustin M. Keyes2021-10-05
* | Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\ \
| * | refactor(api): handle option dicts properlyBjörn Linse2021-10-03
| |/
* | refactor: format with uncrustify #15842dundargoc2021-10-02
* | refactor: update path to xdiff in commentsDundar Göc2021-10-01
|/
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
* Merge pull request #14871 from mjlbach/feature/lua-cjson-embeddedMichael Lingelbach2021-09-26
|\
| * feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach2021-09-26
* | refactor: format with uncrustify #15778dundargoc2021-09-25
|/
* ci(PVS): PVS/V009: add required header #15751dundargoc2021-09-21
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15722dundargoc2021-09-19
* Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\
| * refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | feat(nlua): convert Blobs to stringsSean Dewar2021-09-15
* | vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
|/
* docs: third-party licenses, TEST_COLORS, system() #15665Justin M. Keyes2021-09-14
* feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse2021-09-09
* feat(lua): add vim.mpack for msgpack support in luaBjörn Linse2021-09-09
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* vim-patch:8.2.3390: included xdiff code is outdatedChristian Clason2021-09-08
* fix(lua): make core vim module not dependent on $VIMRUNTIME functionsBjörn Linse2021-08-30