summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2020-04-28api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...Yatao Li1
2020-04-28external pum: use floating point geometry; typval: add tv_dict_add_floatYatao Li1
2020-04-28ui_pum_get_pos: return internal pum position if external pum pos not foundYatao Li1
2020-04-28API/UI: Allow UI to set PUM position and size, and pass the position to Compl...Yatao Li1
2020-04-26Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes1
2020-04-24helpers: fix FIXED_TEMP_ARRAYMatthieu Coudron1
2020-04-13pvs/v560: remove redundant line checkJan Edmund Lazo1
2020-04-12vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo1
2020-04-01api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse1
2020-02-22PVS/V618: fix printf-style args #11888Justin M. Keyes2
2020-02-13clang bug: Dead assignment `ns_id`Bruno Roy1
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 Linse3
2020-01-16Merge pull request #11563 from bfredl/mark_madnessBjörn Linse2
2020-01-16extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2
2020-01-15api_set_error: include expression with "Failed to evaluate expression" (#11713)Daniel Hahler1
2020-01-14API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler1
2020-01-05vim-patch:8.1.0851: feedkeys() with "L" does not work properlyJan Edmund Lazo1
2020-01-02API: fix crash on copy_object(kObjectTypeWindow) #11651Ghjuvan Lacambre1
2019-12-30gen_vimdoc.py: fix deprecated checkJustin M. Keyes1
2019-12-26api/vim: fix pvs/v1048Jan Edmund Lazo1
2019-12-22tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse3
2019-12-02API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes1
2019-12-02API: deprecate nvim_command_outputJustin M. Keyes1
2019-12-01API: rename nvim_source => nvim_execJustin M. Keyes1
2019-12-01API: nvim_source_outputVikram Pal1
2019-12-01API: nvim_source: fix multiline inputJustin M. Keyes1
2019-12-01API: nvim_source: save/restore script context #11159Vikram Pal1
2019-12-01API: nvim_sourceSiddhant Gupta1
2019-11-29floatwin: show error if window is closed immediately #11476Justin M. Keyes1
2019-11-25[RFC] extmark: fix E315 in nvim_buf_set_extmark (#11449)notomo1
2019-11-25doc + extmarks tweaks #11421Justin M. Keyes3
2019-11-22Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427)Dennis B1
2019-11-17doc: Lua [ci skip] #11378Justin M. Keyes1
2019-11-11extmark: rename ExtendedMark => ExtmarkJustin M. Keyes2
2019-11-11doc [ci skip]Justin M. Keyes1
2019-11-11Merge pull request #11356 from bfredl/extmark2Björn Linse3
2019-11-11extmark: review changesBjörn Linse2
2019-11-11nsmarks: initial committimeyyy3
2019-11-11namespace: add ns_initialized funcTimothy C Eichler1
2019-11-11api: fix typo in debug function nameMarco Hinz1
2019-11-10api: add nvim_buf_get_virtual_text() (#11354)Marco Hinz1
2019-11-09paste: Select-mode, Visual-mode #11360Justin M. Keyes1
2019-11-06doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2
2019-10-29lua/executor.c: use TRY_WRAPJustin M. Keyes2