aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-11-28 00:58:31 +0100
committerGitHub <noreply@github.com>2023-11-28 07:58:31 +0800
commita314703cf1b9ccc654162c5d55b819aee66aa8b6 (patch)
tree2edacde6492c0bad2f5dbe7f2e1d1b90df80f600 /runtime
parent718053b7a97c4e2fbaa6077d3c9f4dc7012c8aad (diff)
downloadrneovim-a314703cf1b9ccc654162c5d55b819aee66aa8b6.tar.gz
rneovim-a314703cf1b9ccc654162c5d55b819aee66aa8b6.tar.bz2
rneovim-a314703cf1b9ccc654162c5d55b819aee66aa8b6.zip
vim-patch:9.0.2131: not all nushell files detected (#26260)
Problem: not all nushell files detected Solution: use *.nu to detect nushell files closes: vim/vim#13586 https://github.com/vim/vim/commit/b9efc72c2432f2d2a633c12d3a5b9fc3efb7b6e7 Co-authored-by: Daniel Buch Hansen <boogiewasthere@gmail.com>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/lua/vim/filetype.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index cb2656d9ba..c6200f16bb 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -716,6 +716,7 @@ local extension = {
tr = 'nroff',
nsi = 'nsis',
nsh = 'nsis',
+ nu = 'nu',
obj = 'obj',
objdump = 'objdump',
cppobjdump = 'objdump',
@@ -1387,8 +1388,6 @@ local filename = {
Neomuttrc = 'neomuttrc',
['.netrc'] = 'netrc',
NEWS = detect.news,
- ['env.nu'] = 'nu',
- ['config.nu'] = 'nu',
['.ocamlinit'] = 'ocaml',
['.octaverc'] = 'octave',
octaverc = 'octave',