summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorDaniel Buch Hansen <boogiewasthere@gmail.com>2023-11-27 20:00:56 +0100
committerChristian Brabandt <cb@256bit.org>2023-11-27 20:00:56 +0100
commitb9efc72c2432f2d2a633c12d3a5b9fc3efb7b6e7 (patch)
tree05370b8cebbdf494f695f095297784a218153622 /runtime/filetype.vim
parentc6754de5dd2585a4f563db603b7d5827bf3fb7f3 (diff)
patch 9.0.2131: not all nushell files detectedv9.0.2131
Problem: not all nushell files detected Solution: use *.nu to detect nushell files closes: #13586 Signed-off-by: Daniel Buch Hansen <boogiewasthere@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 5e9e015290..7033daddea 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1460,7 +1460,7 @@ au BufNewFile,BufRead *.nse setf lua
au BufNewFile,BufRead *.nsi,*.nsh setf nsis
" Nu
-au BufNewFile,BufRead {env,config}.nu setf nu
+au BufNewFile,BufRead *.nu setf nu
" Oblivion Language and Oblivion Script Extender
au BufNewFile,BufRead *.obl,*.obse,*.oblivion,*.obscript setf obse