summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2021-04-05Merge pull request #14227 from bfredl/bordaa3Björn Linse1
2021-04-04Border: allow to enable/disable specific border edgesBjörn Linse1
2021-04-04api: fix use-after-free in nvim_chan_sendBjörn Linse1
2021-04-03luaref: free decoration providersBjörn Linse1
2021-04-03lua: track reference ownership with ASAN when presentBjörn Linse1
2021-04-02clang/'Logic error': fix loop cond to avoid nullptr derefJan Edmund Lazo1
2021-03-29Make clint happy about spaces.shadmansaleh1
2021-03-29Api: Adding cterm color support to nvim_set_hlshadmansaleh1
2021-03-22floats: add borders (MS-DOS MODE)Björn Linse1
2021-03-22w_grid_alloc: baseline implBjörn Linse1
2021-03-15api: destabilize nvim_set_hl_nsBjörn Linse1
2021-03-12api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse1
2021-03-07Added If true to show that {after} and {follow} parameters of nvim_put() are ...Lee Wannacott1
2021-02-02api: add nvim_notifyMatthieu Coudron1
2021-01-21api(echo): should clear cmdline before echonotomo1
2021-01-20api: nvim_echonotomo1
2020-12-15api: add textlock checknotomo1
2020-12-05api: move deprecated functions to separate filesBjörn Linse1
2020-12-04api/options: cleanup the fixupBjörn Linse1
2020-12-04api/options: fixupTJ DeVries1
2020-12-04api/options: cleanupBjörn Linse1
2020-12-04api/options: add option metadataTJ DeVries1
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 Linse1
2020-11-03api: gotta get the runtime fastBjörn Linse1
2020-11-02startup: handle autoload and lua packages during startupBjörn Linse1
2020-11-01api: add API for themesBjörn Linse1
2020-10-10because reasons (undefined behavior)Björn Linse1
2020-10-10api: multiple decoration providers at onceBjörn Linse1
2020-09-13luahl: global the luahlBjörn Linse1
2020-09-13luahlBjörn Linse1
2020-09-10lua: cleanup naming conventions of executor functionsBjörn Linse1
2020-09-05nvim__screenshotBjörn Linse1
2020-08-31docs, remove 'guifontset' #11708Justin M. Keyes1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1
2020-07-01docs: Describe how to escape keycodes with nvim_feedkeys (#12484)Anmol Sethi1
2020-05-29API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379Justin M. Keyes1
2020-04-26Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes1
2020-04-12vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo1
2020-02-13rename: user_funcs -> userfuncJakub Łuczyński1
2020-02-13fix: includesJakub Łuczyński1
2020-02-10treesitter: cleanup some luahl stuffBjörn Linse1
2020-02-10treesitter: use internal "decorations" bufferBjörn Linse1
2020-02-07tests: bail out on libdir just like $VIMRUNTIME, it cannot be calculatedBjörn Linse1
2020-02-07api: add nvim_get_runtime_file for finding runtime filesBjörn Linse1
2020-01-20shed biking: it's always extmarks, never marks extendedBjörn Linse1
2020-01-15api_set_error: include expression with "Failed to evaluate expression" (#11713)Daniel Hahler1