aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* docs: small fixesdundargoc2023-05-13
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* refactor: uncrustifydundargoc2023-04-26
* refactor(clang-tidy): remove redundant castsdundargoc2023-04-26
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* fix(api): avoid integer truncationAndreas Schneider2023-04-21
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* fix(api): extmark highlight groups not always included in details (#23179)luukvbaal2023-04-18
* Merge pull request #22968 from luukvbaal/evalstcbfredl2023-04-14
|\
| * fix(api): update "w_scwidth" in nvim_eval_statusline()Luuk van Baal2023-04-09
* | vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq2023-04-14
* | vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* | vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* | Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\ \ | |/ |/|
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10
* | Merge pull request #22873 from bfredl/keyset2bfredl2023-04-08
|\ \
| * | refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* | | refactor: remove redundant castsii142023-04-07
|/ /
* | refactor: remove redundant const char * castsii142023-04-07
* | Merge pull request #22907 from luukvbaal/evalstcbfredl2023-04-07
|\ \
| * | 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