aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer ...zeertzjq2023-04-10
| | |/ / / / / | |/| | | | |
| * | | | | | refactor(mappings)!: remove #n as a notation for a function key (#17318)zeertzjq2023-04-08
| * | | | | | fix(highlight): add missing g: prefix for colors_name (#22952)zeertzjq2023-04-08
| * | | | | | Merge pull request #22873 from bfredl/keyset2bfredl2023-04-08
| |\ \ \ \ \ \
| | * | | | | | refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
| * | | | | | | vim-patch:9.0.1442: mapset() does not restore non-script context (#22942)zeertzjq2023-04-08
| * | | | | | | ci: don't automatically enable -Werror on CI environmentsdundargoc2023-04-07
| * | | | | | | refactor: remove redundant castsii142023-04-07
| |/ / / / / /
| * | | | | | refactor: remove redundant castsii142023-04-07
| * | | | | | refactor: remove redundant const char * castsii142023-04-07
| * | | | | | refactor: make char * parameters const in message.cii142023-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
| * | | | | | | fix(folds): handle visual blockwise indent insertion correctly (#22898)Brandon Simmons2023-04-07
| * | | | | | | 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
| * | | | | | feat(vim.diff): allow passing an integer for linematchLewis Russell2023-04-04
| * | | | | | feat(lsp): create default link from @lsp.type.comment to Comment (#22888)Gregory Anders2023-04-04
| * | | | | | build: cmake cleanupdundargoc2023-04-04
| * | | | | | refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell2023-04-04
| * | | | | | fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
| * | | | | | Merge pull request #22847 from luukvbaal/redrstatusbfredl2023-04-03
| |\ \ \ \ \ \
| | * | | | | | fix(ui): ruler is not redrawn in cmdline with redrawstatusLuuk van Baal2023-04-02
| * | | | | | | vim-patch:9.0.1439: start Insert mode when accessing a hidden prompt buffer (...zeertzjq2023-04-03
| | |/ / / / / | |/| | | | |
| * | | | | | refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
| |/ / / / /
| * | | | | Merge pull request #22844 from luukvbaal/stlrecordingbfredl2023-04-02
| |\ \ \ \ \
| | * | | | | fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01
| * | | | | | Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
| |\ \ \ \ \ \
| | * | | | | | feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
| * | | | | | | refactor: remove char_u (#22829)dundargoc2023-04-02
| * | | | | | | vim-patch:9.0.1434: crash when adding package already in 'runtimepath' (#22849)zeertzjq2023-04-01
| * | | | | | | refactor: use bool type for global variables (#22842)ii142023-04-01
| * | | | | | | refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
| | |/ / / / / | |/| | | | |
| * | | | | | fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
| * | | | | | fix(filetype): make recursive work...again (#22826)Lewis Russell2023-03-30
| * | | | | | feat(diagnostic): add support for tagsLewis Russell2023-03-30
| * | | | | | Merge pull request #22791 from lewis6991/refactor/loadermiscLewis Russell2023-03-30
| |\ \ \ \ \ \
| | * | | | | | refactor(loader): use vim.fsLewis Russell2023-03-26
| | |/ / / / /
| * | | | | | fix(autocmd): handle recursion for force set (#22820)Lewis Russell2023-03-30
| * | | | | | 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
| * | | | | | build: drop curl.exe on Windowsdundargoc2023-03-28
| * | | | | | vim-patch:9.0.1429: invalid memory access when ending insert mode (#22792)zeertzjq2023-03-27
| |/ / / / /
| * | | | | feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
| * | | | | vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)zeertzjq2023-03-26
| * | | | | fix: snprintf buffer overflow detected by -D_FORTIFY_SOURCE=3 (#22780)Andreas Schneider2023-03-26