3f2a0e4680be
Fixes path error
author | Martin Lundberg <martin.lundberg@gmail.com> |
---|---|
date | Fri, 06 Jul 2012 12:01:19 +0300 |
parents | 5d5ce69f0944 |
children | 405fe87b3cf8 |
branches/tags | (none) |
files | chapters/44.markdown |
Changes
--- a/chapters/44.markdown Fri Jul 06 11:59:48 2012 +0300 +++ b/chapters/44.markdown Fri Jul 06 12:01:19 2012 +0300 @@ -72,7 +72,7 @@ :set filetype? This time Vim displays `filetype=potion`. When Vim started up it loaded the -autocommand group inside `~/.vim/bundle/potion.vim`, and when it opened +autocommand group inside `~/.vim/bundle/ftdetect/potion.vim`, and when it opened `factorial.pn` the autocommand fired, setting the `filetype` to `potion`. Now that we've taught Vim to recognize Potion files we can move on to actually