From f33abc4661d069727439958cedeaa4883ea3f298 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 9 Dec 2014 19:13:43 -0500 Subject: docs: Fix incorrect Mac path references --- runtime/doc/filetype.txt | 2 +- runtime/doc/os_mac.txt | 2 +- 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* -- cgit