Skip to content

Commit

Permalink
man.rst: Fix typo in command example
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax committed Nov 10, 2020
1 parent 89d1ae5 commit 5d52987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man.rst
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ though. All you need to do is copy (or preferably make a symbolic link) the
script to `~/.vim/ftdetect/githubmsg.vim`::

mkdir -p ~/.vim/ftdetect
ln -s /usr/share/vim/addons/githubmsg.vim ~/.vim/ftdetect/
ln -s /usr/share/vim/addons/ftdetect/githubmsg.vim ~/.vim/ftdetect/
# or if you are copying from the sources:
# ln -s ftdetect.vim ~/.vim/ftdetect/githubmsg.vim

Expand Down

0 comments on commit 5d52987

Please sign in to comment.