Skip to content

Commit 3a4036e

Browse files
author
Nicolas Porcel
committed
Fix ftdetect macro
1 parent 8bd9df3 commit 3a4036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/rmarkdown.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
augroup rmarkdown
2-
au! BufRead,BufNewFile *.Rmd setfiletype rmarkdown
2+
au! BufRead,BufNewFile *.Rmd set filetype=rmarkdown
33
augroup END

0 commit comments

Comments
 (0)