Skip to content

Commit 5968070

Browse files
Just correcting some awkward spacing (#342)
1 parent 6fb2021 commit 5968070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ If you want to use `vim-pandoc-syntax` without vim-pandoc, you'll need to tell
3535
Vim to load it for certain files. Just add something like this to your vimrc:
3636

3737
~~~ vim
38-
augroup pandoc_syntax
39-
au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
40-
augroup END
38+
augroup pandoc_syntax
39+
au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
40+
augroup END
4141
~~~
4242

4343
For vimwiki users, use

0 commit comments

Comments
 (0)