summaryrefslogtreecommitdiff
path: root/src/INSTALLx.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-15 13:56:02 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-15 13:56:02 +0200
commitfff2beeeaa2c02a18fa4b2a6807717679e1a6dcf (patch)
treec7f77628ab6a605e7d1c111556a32a52e5c6006e /src/INSTALLx.txt
parent00a927d62b68a3523cb1c4f9aa3f7683345c8182 (diff)
downloadvim-git-fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf.tar.gz
First step in the Vim 7.3 branch. Changed version numbers.
Diffstat (limited to 'src/INSTALLx.txt')
-rw-r--r--src/INSTALLx.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/INSTALLx.txt b/src/INSTALLx.txt
index b3e9122b1..e03f54d4a 100644
--- a/src/INSTALLx.txt
+++ b/src/INSTALLx.txt
@@ -50,7 +50,7 @@ You need to set the following "configure" command line switches:
--host.
--with-tlib=... :
- Which terminal library to.
+ Which terminal library to use.
For example, "ncurses".
@@ -68,26 +68,26 @@ ac_cv_sizeof_int:
machines.
vi_cv_path_python_conf:
- If Python support is enabled, set this variables to the path for
+ If Python support is enabled, set this variable to the path for
Python's library implementation. This is a path like
"/usr/lib/pythonX.Y/config" (the directory contains a file
"config.c").
vi_cv_var_python_epfx:
- If Python support is enabled, set this variables to the execution
+ If Python support is enabled, set this variable to the execution
prefix of your Python interpreter (that is, where it thinks it is
running).
This is the output of the following Python script:
import sys; print sys.exec_prefix
vi_cv_var_python_pfx:
- If Python support is enabled, set this variables to the prefix of your
- Python interpreter (that is, where was installed).
+ If Python support is enabled, set this variable to the prefix of your
+ Python interpreter (that is, where it was installed).
This is the output of the following Python script:
import sys; print sys.prefix
vi_cv_var_python_version:
- If Python support is enabled, set this variables to the version of the
+ If Python support is enabled, set this variable to the version of the
Python interpreter that will be used.
This is the output of the following Python script:
import sys; print sys.version[:3]
@@ -133,11 +133,11 @@ vim_cv_toupper_broken:
vim_cv_tty_group:
The default group of pseudo terminals. Either set to the numeric value
- of the your tty group or to "world" if they are world accessable.
+ of your tty group or to "world" if they are world accessible.
vim_cv_tty_mode:
- The default mode of pseudo terminals if they are not world accessable.
- Most propably the value "0620".
+ The default mode of pseudo terminals if they are not world accessible.
+ Most probably the value "0620".
4. EXAMPLE: