Skip to content

Commit ec56a3b

Browse files
zhuangyafmoralesc
authored andcommitted
BufFilePRE => BufFilePre (#199)
1 parent 34339e2 commit ec56a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Vim to load it for certain files. Just add something like this to your vimrc:
3434

3535
~~~ vim
3636
augroup pandoc_syntax
37-
au! BufNewFile,BufFilePRe,BufRead *.md set filetype=markdown.pandoc
37+
au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
3838
augroup END
3939
~~~
4040

0 commit comments

Comments
 (0)