aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
Commit message (Expand)AuthorAge
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* feat(ex_cmds)!: remove :behavebfredl2023-04-13
* feat!: remove vimballs (#22402)dundargoc2023-04-11
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* refactor(mappings)!: remove #n as a notation for a function key (#17318)zeertzjq2023-04-08
* docs(news): create new news, rename old news (#22922)Christian Clason2023-04-07
* NVIM v0.9.0bfredl2023-04-07
* feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* docs: fix typosdundargoc2023-04-04
* refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
* Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
|\
| * feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* | refactor(treesitter)!: rename help parser to vimdocChristian Clason2023-04-01
* | feat(diagnostic): add support for tagsLewis Russell2023-03-30
|/
* feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* feat(vim.gsplit): gain features of vim.splitJustin M. Keyes2023-03-22
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* feat(vim.version): more coercion with strict=falseJustin M. Keyes2023-03-20
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* Merge pull request #22627 from nullchilly/highlight-cleanupChristian Clason2023-03-13
|\
| * docs: add removed features in news.txtnullchilly2023-03-12
* | feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* | refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* | feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* | Merge pull request #22613 from lewis6991/feat/tsqueryutilLewis Russell2023-03-11
|\ \ | |/ |/|
| * refactor(treesitter): add Range type aliase for Range4|Range6Lewis Russell2023-03-11
* | feat!(treesitter): do not return changes from LanguageTree:parse() Lewis Russell2023-03-10
|/
* feat(treesitter): use upstream format for injection queriesLewis Russell2023-03-08
* fix(man.lua): tests, namingJustin M. Keyes2023-03-07
* build!: make libintl a required dependencydundargoc2023-03-07
* Merge pull request #13834 from bfredl/omniluabfredl2023-03-07
|\
| * feat(lua): omnifunc for builting lua interpreterBjörn Linse2023-03-06
* | feat(lsp)!: add rule-based sem token highlighting (#22022)swarn2023-03-06
* | refactor(vim.version): cleanupJustin M. Keyes2023-03-06
* | feat(lua): add semver apiKelly Lin2023-03-06
|/
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* docs: fix vim.treesitter tagsJustin M. Keyes2023-03-03
* feat(treesitter): add :InspectTree command (#22477)Christian Clason2023-03-02
* refactor: rename show_tree => inspect_tree #22474Justin M. Keyes2023-03-02
* Merge pull request #22429 from bfredl/hkmapbfredl2023-02-28
|\
| * feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-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
|/
* feat(treesitter): expand the APILewis Russell2023-02-26