summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2022-10-04feat(lsp): add bufnr option to lsp.start (#20473)August Masquelier1
2022-10-01refactor(diagnostic): remove deprecated function (#20423)Raphael1
2022-10-01refactor(lsp): remove deprecated lsp functions (#20421)Mathias Fußenegger1
2022-09-30docs: fix typos (#20394)dundargoc1
2022-09-29fix(filetype): add missing return to changelog detection function (#20403)Jonas Strittmatter1
2022-09-29fix(query): fix unnatural order for inherits in treesitter queries (#20298)Sergey Berezhnoy1
2022-09-28feat(gen_help_html.lua): adapt to new parserJustin M. Keyes1
2022-09-27vim-patch:9.0.0604: luacheckrc file is not recognized (#20371)ObserverOfTime1
2022-09-27vim-patch:9.0.0602: new TypeScript extensions are not recognizedChristian Clason1
2022-09-27vim-patch:9.0.0600: GYP files are not recognizedChristian Clason1
2022-09-27vim-patch:9.0.0599: latexmkrc files are not recognizedChristian Clason1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes9
2022-09-25Merge #20331 refactor(treesitter)!: rename x_position => x_posJustin M. Keyes1
2022-09-25vim-patch:9.0.0583: only recognizing .m3u8 files is inconsistent (#20342)Christian Clason1
2022-09-25refactor(treesitter): rename x_position => x_posJustin M. Keyes1
2022-09-24vim-patch:9.0.0566: Nim files are not recognized (#20317)Christian Clason1
2022-09-24fix(lsp): create missing directory before creating file (#19835)shaunsingh1
2022-09-24vim-patch:9.0.0562: HSL playlist files are not recognized (#20307)Christian Clason1
2022-09-23fix(lsp): use correct function name in deprecated message (#20308)Mike1
2022-09-22Merge pull request #20103 from lewis6991/refactor/vim_optLewis Russell1
2022-09-21feat(filetype): expand environment variables in filetype patterns (#20145)Jonas Strittmatter1
2022-09-20fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed1
2022-09-20vim-patch:9.0.0510: Chatito files are not recognized (#20260)Christian Clason1
2022-09-20feat(lua): move compat module from runtime to test (#20257)Lewis Russell1
2022-09-20docs(lua): opts in `vim.keymap.{set,del}` can be optional (#20255)Lewis Russell1
2022-09-20fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger1
2022-09-18vim-patch:9.0.0497: LyRiCs files are not recognized (#20239)Christian Clason1
2022-09-16vim-patch:9.0.0479: in :def function all closures in loop get the sam… (#20...Christian Clason1
2022-09-16fix(treesitter): return full metadata for get_captures_at_position (#20203)Christian Clason1
2022-09-15fix(diagnostic): populate data key in DiagnosticChanged autocmd in reset (#20...Gregory Anders1
2022-09-14docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason7
2022-09-13feat(fs): extend fs.find to accept predicate (#20193)Mathias Fußenegger1
2022-09-13feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)Gregory Anders1
2022-09-12Merge pull request #20141 from vigoux/ts-self-inheritsChristian Clason1
2022-09-12vim-patch:9.0.0448: SubRip files are not recognized (#20167)Christian Clason1
2022-09-11vim-patch:9.0.0443: blueprint files are not recognized (#20155)Christian Clason1
2022-09-11fix(treesitter): prevent endless loop on self-inheritenceThomas Vigouroux1
2022-09-10fix(lsp): schedule removal of client object (#20148)Gregory Anders1
2022-09-10vim-patch:9.0.0434: gitignore files are not recognized (#20143)Christian Clason1
2022-09-09vim-patch:9.0.0427: Drupal theme files are not recognized (#20138)Christian Clason1
2022-09-09vim-patch:9.0.0424: gitattributes files are not recognized (#20134)Christian Clason1
2022-09-09refactor(vim.opt): de-nest codeLewis Russell1
2022-09-09refactor(vim.opt): use local function syntaxLewis Russell1
2022-09-09refactor(vim.opt): optimize append/prepend/removeLewis Russell1
2022-09-09refactor(vim.opt): dry up and tidyLewis Russell1
2022-09-09refactor(vim.opt): remove value_mutator()Lewis Russell1
2022-09-09refactor(vim.opt): unify vim.bo/wo buildingLewis Russell1
2022-09-08docs(lsp): update rpc.start stdio limitations (#20120)Mathias Fußenegger1
2022-09-08refactor(vim.opt): remove make_meta_accessor()Lewis Russell1
2022-09-08fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael1