aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.0465: missing filecopy() function (#29989)zeertzjq2024-08-06
* docs(filetype): consolidate comments in dev_vimpatch.txtChristian Clason2024-08-03
* docs(filetype): add note about prefering explicit lists over patternEvgeni Chasnovski2024-08-03
* refactor(filetype): use extension match instead of pattern if possibleEvgeni Chasnovski2024-08-03
* refactor(filetype): use file name match instead of pattern if possibleEvgeni Chasnovski2024-08-03
* fix(lsp): redundant spaces in lsp log (#29970)Jaehwang Jung2024-08-03
* feat(lsp): announce codeLens resolveSupport (#29956)Mathias Fußenegger2024-08-03
* vim-patch:9.1.0655: filetype: goaccess config file not recognizedChristian Clason2024-08-03
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
* fix(watch): exclude .git when using inotifywait (#29914)Manuel2024-08-01
* vim-patch:partial:f10911e: Update runtime files (#29936)zeertzjq2024-08-01
* fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2024-07-31
* feat(lsp): lsp.completion support set deprecated (#29882)glepnir2024-07-31
* vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txtzeertzjq2024-07-30
* fix(treesitter): highlight anonymous nodes in inspect_treeRiley Bruins2024-07-29
* feat(treesitter): allow get_node to return anonymous nodesRiley Bruins2024-07-29
* feat(treesitter): add node_for_range functionRiley Bruins2024-07-29
* vim-patch:9.1.0636: filetype: ziggy files are not recognizedChristian Clason2024-07-29
* vim-patch:9.1.0635: filetype: SuperHTML template files not recognizedChristian Clason2024-07-29
* vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29...zeertzjq2024-07-29
* fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger2024-07-27
* fix(version): return nil with empty stringMaria José Solano2024-07-27
* vim-patch:9.1.0616: filetype: Make syntax highlighting off for MS Makefiles (...zeertzjq2024-07-27
* vim-patch:9.1.0612: filetype: deno.lock file not recognizedChristian Clason2024-07-25
* fix(health): fix pyenv root and python exepath detect issueAbao Zhang2024-07-24
* vim-patch:9.1.0610: filetype: OpenGL Shading Language files are not detected ...Gregory Anders2024-07-23
* vim-patch:9.1.0603: filetype: use correct extension for DraculaChristian Clason2024-07-19
* vim-patch:9.1.0602: filetype: Prolog detection can be improvedzeertzjq2024-07-19
* vim-patch:eb6d733: runtime(doc): fix more inconsistencies in assert function ...zeertzjq2024-07-19
* perf(filetype): implement parent pattern pre-matching (#29660)Evgeni Chasnovski2024-07-18
* vim-patch:9.1.0596: filetype: devscripts config files are not recognized (#29...Christian Clason2024-07-18
* vim-patch:c1b3984: runtime(doc): minor updates. (#29778)zeertzjq2024-07-18
* fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh2024-07-17
* fix(treesitter): recognize aliased parsers in omnifunc, query linterRiley Bruins2024-07-17
* vim-patch:9.1.0593: filetype: Asymptote files are not recognizedChristian Clason2024-07-17
* vim-patch:9.1.0592: runtime: filetype: Mediawiki files are not recognizedChristian Clason2024-07-17
* vim-patch:9.1.0591: filetype: *.wl files are not recognizedChristian Clason2024-07-17
* fix(lsp): don't show codelens for buffers that don't support it (#29690)Riley Bruins2024-07-16
* fix(snippet): modify base indentation when there's actually whitespace (#29670)Maria José Solano2024-07-16
* vim-patch:df62c62: runtime(doc): grammar fixes in options.txt (#29729)zeertzjq2024-07-15
* docs(lpeg): merge upstream changesMaria José Solano2024-07-15
* docs: misc (#29622)dundargoc2024-07-15
* vim-patch:9.1.0586: ocaml runtime files are outdatedChristian Clason2024-07-14
* vim-patch:9.1.0583: filetype: *.pdf_tex files are not recognizedChristian Clason2024-07-14
* Merge pull request #29632 from echasnovski/filetype-refactorLewis Russell2024-07-13
|\
| * refactor(filetype): use Lua patterns without implicit anchoringEvgeni Chasnovski2024-07-12
| * refactor(filetype): extract expanding env. vars in separate functionEvgeni Chasnovski2024-07-12
| * perf(filetype): cache (more) pattern data during "add" timeEvgeni Chasnovski2024-07-12
| * refactor(filetype): unify matching patterns with pos/neg priorityEvgeni Chasnovski2024-07-12