aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-12-09 19:13:43 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-09 19:43:46 -0500
commitf33abc4661d069727439958cedeaa4883ea3f298 (patch)
tree5d67b48c5e3b0efa82deea612e9113077828fbd9
parented4356e75da004fc7ae27a39892e6064b76ac76a (diff)
downloadrneovim-f33abc4661d069727439958cedeaa4883ea3f298.tar.gz
rneovim-f33abc4661d069727439958cedeaa4883ea3f298.tar.bz2
rneovim-f33abc4661d069727439958cedeaa4883ea3f298.zip
docs: Fix incorrect Mac path references
-rw-r--r--runtime/doc/filetype.txt2
-rw-r--r--runtime/doc/os_mac.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 0a726072c5..2894814025 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -34,7 +34,7 @@ if you didn't do that already.
Detail: The ":filetype on" command will load one of these files:
Amiga $VIMRUNTIME/filetype.vim
- Mac $VIMRUNTIME:filetype.vim
+ Mac $VIMRUNTIME/filetype.vim
MS-DOS $VIMRUNTIME\filetype.vim
Unix $VIMRUNTIME/filetype.vim
VMS $VIMRUNTIME/filetype.vim
diff --git a/runtime/doc/os_mac.txt b/runtime/doc/os_mac.txt
index 9ed23b4ae1..67790f1dea 100644
--- a/runtime/doc/os_mac.txt
+++ b/runtime/doc/os_mac.txt
@@ -54,7 +54,7 @@ algorithm is used:
You can use the |$VIM| and |$VIMRUNTIME| variable. >
- :so $VIMRUNTIME:syntax:syntax.vim
+ :so $VIMRUNTIME/syntax/syntax.vim
==============================================================================
2. .vimrc and .vim files *mac-vimfile*