Skip to content

Commit 63b47b3

Browse files
authored
Merge pull request #31 from doronbehar/setf-vs-set_ft
Use setfiletype instead of set filetype
2 parents f628c19 + 42f83eb commit 63b47b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/nix.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
" Maintainer: Daiderd Jordan <[email protected]>
44
" URL: https://github.com/LnL7/vim-nix
55

6-
au BufRead,BufNewFile *.nix set filetype=nix
6+
au BufRead,BufNewFile *.nix setf nix

0 commit comments

Comments
 (0)