diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-09 19:13:43 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-09 19:43:46 -0500 |
commit | f33abc4661d069727439958cedeaa4883ea3f298 (patch) | |
tree | 5d67b48c5e3b0efa82deea612e9113077828fbd9 /runtime/doc/os_mac.txt | |
parent | ed4356e75da004fc7ae27a39892e6064b76ac76a (diff) | |
download | rneovim-f33abc4661d069727439958cedeaa4883ea3f298.tar.gz rneovim-f33abc4661d069727439958cedeaa4883ea3f298.tar.bz2 rneovim-f33abc4661d069727439958cedeaa4883ea3f298.zip |
docs: Fix incorrect Mac path references
Diffstat (limited to 'runtime/doc/os_mac.txt')
-rw-r--r-- | runtime/doc/os_mac.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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* |