aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/os_unix.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-12-10 00:07:19 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-19 15:28:49 -0500
commita62fe49d3caa40b8a6efb6528cce725f4dffa78a (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /runtime/doc/os_unix.txt
parenta5e1723bb1716f9ec2f45162b64731a8ce8fa21f (diff)
downloadrneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.gz
rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.bz2
rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.zip
Remove Amiga remnants
Notes regarding the removal of specific items: - Aztec C: only on the Amiga. - mch_check_win(): doesn't exist anymore. - Comment in ex_cmds.c: It seems the context for this comment was removed, but the comment was inadvertantly left alone.
Diffstat (limited to 'runtime/doc/os_unix.txt')
-rw-r--r--runtime/doc/os_unix.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/os_unix.txt b/runtime/doc/os_unix.txt
index 6273597d27..49f19c6661 100644
--- a/runtime/doc/os_unix.txt
+++ b/runtime/doc/os_unix.txt
@@ -9,10 +9,10 @@ This file contains the particularities for the Unix version of Vim.
For compiling Vim on Unix see "INSTALL" and "Makefile" in the src directory.
-The default help file name is "/usr/local/lib/vim/help.txt"
-The files "$HOME/.vimrc" and "$HOME/.exrc" are used instead of "s:.vimrc" and
-"s:.exrc". Additionally "/usr/local/etc/vimrc" is used first.
-If "/usr/local/share" exists it is used instead of "/usr/local/lib".
+The default help file name is "/usr/local/lib/vim/help.txt" The files
+"$HOME/.vimrc" and "$HOME/.exrc" are used for configuration. Additionally
+"/usr/local/etc/vimrc" is used first. If "/usr/local/share" exists it is used
+instead of "/usr/local/lib".
Temporary files (for filtering) are put in "/tmp". If you want to place them
somewhere else, set the environment variable $TMPDIR to the directory you