aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAge
...
| * docs: update api.txt and add inline virtual text to news.txttom-anders2023-05-22
| * Merge pull request #23670 from famiu/refactor/deprecate_opt_apibfredl2023-05-21
| |\
| | * refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
| * | docs(luv): update to HEADChristian Clason2023-05-21
| |/
| * feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason2023-05-20
| * fix(treesitter): update c queriesChristian Clason2023-05-15
| * vim-patch:b7398fe41c9e (#23627)Christian Clason2023-05-15
| * docs(if_pyth): make it work with Python 3 instead of Python 2 (#23620)zeertzjq2023-05-14
| * docs: small fixesdundargoc2023-05-13
| * refactor(lsp): mark server_ready function as deprecated (#23520)Raphael2023-05-13
| * vim-patch:9.0.1546: some commands for opening a file don't use 'switchbuf' (#...zeertzjq2023-05-13
| * test(scroll_opt): fix typo in porting oldtest (#23593)luukvbaal2023-05-12
| * feat(treesitter): add support for setting query depthsLewis Russell2023-05-11
| * vim-patch:9.0.1539: typst filetype is not recognized (#23578)Gaétan Lepage2023-05-11
| * docs(lsp): fix `config.cmd` argument for `vim.lsp.start_client` (#23560)hituzi no sippo2023-05-09
| * docs(lsp): fix type of `config.cmd` argument for `vim.lsp.start_client` (#23550)hituzi no sippo2023-05-09
| * docs: add some missing changes from Vim runtime updates (#23533)zeertzjq2023-05-08
| * vim-patch:8.2.3887: E1135 is used for two different errorszeertzjq2023-05-08
| * vim-patch:8.2.1978: making a mapping work in all modes is complicatedzeertzjq2023-05-08
| * feat(lua): add hl priority opts on yank (#23509)marcoSven2023-05-06
| * fix(health): replace healthFoo with DiagnosticFoo (#23475)Christian Clason2023-05-05
| * refactor: using a different error number for 'mousescroll'zeertzjq2023-05-05
| * vim-patch:8.2.2607: strcharpart() cannot include composing characterszeertzjq2023-05-04
| * vim-patch:8.2.2344: using inclusive index for slice is not always desiredzeertzjq2023-05-04
| * vim-patch:8.2.1461: Vim9: string indexes are counted in byteszeertzjq2023-05-04
| * vim-patch:9.0.0138: not enough characters accepted for 'spellfile'zeertzjq2023-05-04
| * test: 'smoothscroll' works with virt_lines above and belowLuuk van Baal2023-05-02
| * vim-patch:9.0.1247: divide by zero with 'smoothscroll' set and a narrow windowLuuk van Baal2023-05-02
| * vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
| * docs(lsp): remove vim.lsp.sync (#23416)Mathias Fußenegger2023-05-01
| * fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2023-04-30
| * docs: fix erroneous nvim_buf_set_extmark example (#23404)luukvbaal2023-04-30
| * docs(api): document nvim_buf_add_highlight vs nvim_buf_set_extmark (#23310)JP2023-04-30
| * feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2023-04-30
| * Merge pull request #23382 from gpanders/iter-benchmarkGregory Anders2023-04-29
| |\
| | * perf(iter): reduce number of table allocationsGregory Anders2023-04-28
| * | feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)Stephan Seitz2023-04-29
| * | vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
| |/
| * vim-patch:8.2.3509: undo file is not synced (#23371)zeertzjq2023-04-28
| * fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
| * docs(lsp): remove obsolete lsp-extension example (#23346)Christian Clason2023-04-27
| * refactor(build): include lpeg as a librarybfredl2023-04-27
| * vim-patch:9.0.1485: no functions for converting from/to UTF-16 index (#23318)zeertzjq2023-04-26
| * vim-patch:8.2.3314: behavior of exists() in a :def function is unpredictable ...zeertzjq2023-04-26
| * Merge pull request #23303 from gpanders/more-vim-iterGregory Anders2023-04-25
| |\
| | * refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
| * | feat(lua): vim.keycode (#22960)ii142023-04-25
| * | vim-patch:8.2.5019: cannot get the first screen column of a character (#23312)zeertzjq2023-04-25
| * | vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
| |/
| * vim-patch:71badf9547e8 (#23285)Christian Clason2023-04-23