mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
docs: Fix incorrect Mac path references
This commit is contained in:
@@ -34,7 +34,7 @@ if you didn't do that already.
|
|||||||
|
|
||||||
Detail: The ":filetype on" command will load one of these files:
|
Detail: The ":filetype on" command will load one of these files:
|
||||||
Amiga $VIMRUNTIME/filetype.vim
|
Amiga $VIMRUNTIME/filetype.vim
|
||||||
Mac $VIMRUNTIME:filetype.vim
|
Mac $VIMRUNTIME/filetype.vim
|
||||||
MS-DOS $VIMRUNTIME\filetype.vim
|
MS-DOS $VIMRUNTIME\filetype.vim
|
||||||
Unix $VIMRUNTIME/filetype.vim
|
Unix $VIMRUNTIME/filetype.vim
|
||||||
VMS $VIMRUNTIME/filetype.vim
|
VMS $VIMRUNTIME/filetype.vim
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ algorithm is used:
|
|||||||
|
|
||||||
You can use the |$VIM| and |$VIMRUNTIME| variable. >
|
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*
|
2. .vimrc and .vim files *mac-vimfile*
|
||||||
|
|||||||
Reference in New Issue
Block a user