Skip to content

Commit 5d52987

Browse files
committed
man.rst: Fix typo in command example
Reported via the Debian but tracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925381
1 parent 89d1ae5 commit 5d52987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ though. All you need to do is copy (or preferably make a symbolic link) the
558558
script to `~/.vim/ftdetect/githubmsg.vim`::
559559

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

0 commit comments

Comments
 (0)