aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* vim-patch:9.1.0242: filetype: octave history files are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0241: filetype: mysql history files are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0240: filetype: some python tools config files are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0239: filetype: gnuplot history files are not recognisedChristian Clason2024-04-01
* vim-patch:9.1.0238: filetype: jupyterlab and sublime config are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0237: filetype: mplstyle files are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0236: filetype: texlua files are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0235: filetype: supertux files are not recognizedChristian Clason2024-04-01
* vim-patch:9.1.0234: filetype: support for Intel HEX files is lackingChristian Clason2024-04-01
* fix(lsp): abort callHierarchy on no result (#28102)Marcin Szamotulski2024-03-31
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* fix: support UNC paths in vim.fs.normalizedundargoc2024-03-30
* fix(fs): allow backslash characters in unix pathsJames Trew2024-03-29
* vim-patch:9.1.0228: Two unrelated things are tested by a single test (#28093)zeertzjq2024-03-29
* vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* vim-patch:9.1.0211: page-wise scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* docs: fix typos (#27868)dundargoc2024-03-28
* feat(tui): query extended underline support using DECRQSS (#28052)zeertzjq2024-03-28
* vim-patch:9.1.0196: filetype: support for gnuplot files is lacking (#27972)Christian Clason2024-03-27
* fix(treesitter): return correct match table in iter_captures()Lewis Russell2024-03-27
* feat(diagnostic): add support for many namespaces filtering in GetOpts (#28045)Mayrom2024-03-26
* docs: remove remaining mentions of hkmap (#28038)zeertzjq2024-03-26
* fix(filetype): don't use fnamemodify() with :e for extension (#27976)zeertzjq2024-03-26
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(test): typingLewis Russell2024-03-25
* vim-patch:ab01adf7c65bChristian Clason2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998)Calvin Bochulak2024-03-23
* vim-patch:9.1.0199: Not enough tests for the slice() function (#27991)zeertzjq2024-03-23
* fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)Jaehwang Jung2024-03-22
* vim-patch:9.1.0188: filetype: no support for Vento files (#27935)Christian Clason2024-03-20
* refactor(treesitter): redesign query iteratingLewis Russell2024-03-19
* vim-patch:9.1.0187: filetype: no support for Dafny files (#27918)Christian Clason2024-03-18
* fix(treesitter): revert to using iter_captures in highlighterLewis Russell2024-03-17
* fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda2024-03-17
* refactor(lua): type annotationsLewis Russell2024-03-16
* Merge pull request #27674 from glepnir/snippet_indentbfredl2024-03-15
|\
| * fix(snippet): correct indent with newlineglepnir2024-03-01
* | vim-patch:9.1.0181: no overflow check for string formatting (#27863)zeertzjq2024-03-15
* | fix(terminal): disable reflow againChristian Clason2024-03-14
* | refactor(treesitter): move some logic into functionsLewis Russell2024-03-14
* | fix(treesitter): highlight injections properlyLewis Russell2024-03-14
* | vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)Sean Dewar2024-03-13
* | Merge pull request #27839 from seandewar/vim-9.1.0169Sean Dewar2024-03-12
|\ \
| * | vim-patch:9a660d2883f9Sean Dewar2024-03-12
| * | vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar2024-03-12
* | | fix(treesitter): use 0 as initial value for computing maximum (#27837)Gregory Anders2024-03-12
|/ /
* | feat(treesitter): support URLs (#27132)Gregory Anders2024-03-12
* | fix: move fswatch linux check inside of vim.schedule (#27824)Tomas Slusny2024-03-12