neovim/runtime/lua/vim
Christian Clason af82eab946
vim-patch:8.2.4826: .cshtml files are not recognized (#18259)
Problem:    .cshtml files are not recognized.
Solution:   Use html filetype for .cshtml files. (Julien Voisin, closes vim/vim#10212)
1f435dafff
2022-04-25 20:02:36 +02:00
..
lsp fix(lsp): unify progress message handling (#18040) 2022-04-20 18:40:52 +02:00
treesitter feat(treesitter): add more default groups to highlight map (#17835) 2022-03-30 22:14:20 +02:00
_editor.lua fix(paste): ignore mappings in Cmdline mode (#18114) 2022-04-17 08:11:53 +08:00
_init_packages.lua refactor(lua): make vim submodule lazy loading declarative 2022-03-07 09:59:22 +01:00
_meta.lua refactor: remove unused runtime lua functions (#16535) 2021-12-05 19:11:20 +01:00
compat.lua
diagnostic.lua fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188) 2022-04-20 08:16:47 -06:00
F.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
filetype.lua vim-patch:8.2.4826: .cshtml files are not recognized (#18259) 2022-04-25 20:02:36 +02:00
highlight.lua refactor(highlight)!: optional arguments for highlight.range as table (#17462) 2022-02-21 21:21:42 +01:00
inspect.lua chore: update inspect.lua to 3.1.3 2022-04-21 16:23:10 +02:00
keymap.lua fix(lua): don't mutate opts parameter of vim.keymap.del (#18227) 2022-04-23 08:01:08 +08:00
lsp.lua fix(lsp): pass offset_encoding in formatexpr() (#18084) 2022-04-11 12:44:31 -07:00
shared.lua feat: add vim.tbl_get (#17831) 2022-03-24 12:01:04 -07:00
treesitter.lua fix(treesitter): create new parser if language is not the same as cached parser (#18149) 2022-04-22 16:15:28 +02:00
ui.lua docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
uri.lua fix(uri): change scheme pattern to not include the comma character (#16797) 2021-12-26 16:36:14 -05:00