aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
| * | feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* | | refactor: remove use of reserved c++ keywordsii142023-04-06
* | | Merge pull request #22910 from bfredl/nonormalbfredl2023-04-06
|\ \ \ | |/ / |/| |
| * | fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* | | refactor: make error message definitions constii142023-04-05
* | | refactor: rename local API alias from a to apiLewis Russell2023-04-05
|/ /
* | feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* | fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
|/
* Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
|\
| * feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* | fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* | fix(filetype): avoid recursive FileType autocmds (#22813)Lewis Russell2023-03-29
* | fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
|/
* Merge pull request #22762 from bfredl/hl2ctermbfredl2023-03-25
|\
| * fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* | feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
|/
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* fix(api): vim.filetype.get_option() (#22753)Lewis Russell2023-03-22
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii142023-03-16
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* fix(buffer_updates): save and restore current window cursor (#16732)zeertzjq2023-03-09
* fix(extmarks): don't leak memory on error (#22507)zeertzjq2023-03-05
* Merge pull request #22454 from bfredl/lspredrawbfredl2023-02-28
|\
| * perf(lsp): only redraw the windows containing LSP tokensbfredl2023-02-28
* | feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* | feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
|/
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
* docs: fix typos (#22353)zeertzjq2023-02-22
* docs: fix typos (#21961)dundargoc2023-02-20
* fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes2023-02-16
* Merge #22214 move init_default_autocmds to luaJustin M. Keyes2023-02-14
|\
| * fix(helpers): restore channel id after a call to WITH_SCRIPT_CONTEXTglacambre2023-02-11
* | refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* | refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* | refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* | fix(ui-ext): force cursor update after resize in char-based UIzeertzjq2023-02-13
* | refactor: replace char_u with char (#21901)dundargoc2023-02-11
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
|/
* perf(ui): mitigate redraw latency regression from TUI refactorbfredl2023-02-08
* docs(api): tweak data arg for nvim_create_autocmd (#22008)Lewis Russell2023-01-27
* feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23