aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* 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
* 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