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