summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2021-01-01api: set_text: first stab at nvim_buf_set_textBjörn Linse1
2020-12-16Merge pull request #13355 from notomo/check-textlock-in-apiBjörn Linse3
2020-12-15feat(buffer_updates): allow ignoring when previewingThomas Vigouroux1
2020-12-15api: add textlock checknotomo3
2020-12-05api: move deprecated functions to separate filesBjörn Linse7
2020-12-04api/options: cleanup the fixupBjörn Linse2
2020-12-04api/options: fixupTJ DeVries1
2020-12-04api/options: cleanupBjörn Linse1
2020-12-04api/options: add option metadataTJ DeVries1
2020-11-25Merge pull request #13357 from vigoux/luahl-priorityBjörn Linse1
2020-11-25feat(luahl): add priority mechanismThomas Vigouroux1
2020-11-24api: enable nvim_get_runtime_file to find subdirectoriesBjörn Linse1
2020-11-21decorations: allow nvim_set_hl to break existing linksBjörn Linse1
2020-11-08gcc/analyzer: fix false positives for NULL (#13248)Jan Edmund Lazo1
2020-11-08pvs/v547: remove useless ternary for string sizeJan Edmund Lazo1
2020-11-07decoration: split out "decoration" from "extmark" moduleBjörn Linse5
2020-11-03api: gotta get the runtime fastBjörn Linse1
2020-11-02startup: handle autoload and lua packages during startupBjörn Linse2
2020-11-01api: add API for themesBjörn Linse4
2020-10-22fixup: fixup: fixup: fixup:TJ DeVries2
2020-10-22fixup: some small nit picksTJ DeVries1
2020-10-22fixup: bfredl commentsTJ DeVries2
2020-10-22api: nvim_buf_deleteTJ DeVries1
2020-10-12Fix multiple typos (#13063)Hansraj Das1
2020-10-10because reasons (undefined behavior)Björn Linse1
2020-10-10api: multiple decoration providers at onceBjörn Linse3
2020-10-05PVS/V1001: Remove assignment to unused variableG-flat1
2020-10-02extmark: Change nvim_buf_set_extmark to not create undo dataerw71
2020-10-02extmark: fix decoration ploblems with extmarkerw71
2020-09-17api(extmarks): allow extrange past final newlineThomas Vigouroux1
2020-09-13api: add nvim_buf_call to call function with curbuf changed to bufferBjörn Linse1
2020-09-13luahl: global the luahlBjörn Linse3
2020-09-13luahlBjörn Linse3
2020-09-10lua: cleanup naming conventions of executor functionsBjörn Linse3
2020-09-09api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse1
2020-09-05doc: fix invalid help tags #12745Georgy Komarov1
2020-09-05nvim__screenshotBjörn Linse2
2020-09-04API: be less breaking in the christmas tree decorationsBjörn Linse1
2020-09-03decor: sketch new decorations APIBjörn Linse1
2020-09-03extmark: move id to dict in nvim_buf_set_extmarkBjörn Linse1
2020-09-03extmark: refiy "Decoration" abstractionBjörn Linse1
2020-08-31docs, remove 'guifontset' #11708Justin M. Keyes1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries1
2020-07-01docs: Describe how to escape keycodes with nvim_feedkeys (#12484)Anmol Sethi1
2020-06-15Merge pull request #12342 from h-michael/fix-docHirokazu Hata1
2020-06-15doc: fix vim.api.nvim_buf_attach callback argumentsHirokazu Hata1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2020-05-29API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379Justin M. Keyes1
2020-04-28api/ui: simplify popup menu position get/set logic; fix testYatao Li1