Blame SOURCES/vim-7.3-manpage-typo-668894-675480.patch
|
|
1fa1ff |
diff -up vim73/runtime/doc/vim.1.668894 vim73/runtime/doc/vim.1
|
|
|
1fa1ff |
--- vim73/runtime/doc/vim.1.668894 2010-05-15 13:04:00.000000000 +0200
|
|
|
1fa1ff |
+++ vim73/runtime/doc/vim.1 2012-08-28 12:41:36.000000000 +0200
|
|
|
1fa1ff |
@@ -73,7 +73,7 @@ To edit a file that starts with a dash,
|
|
|
1fa1ff |
.TP
|
|
|
1fa1ff |
\-
|
|
|
1fa1ff |
The file to edit is read from stdin. Commands are read from stderr, which
|
|
|
1fa1ff |
-should be a tty.
|
|
|
1fa1ff |
+should be a TTY.
|
|
|
1fa1ff |
.TP
|
|
|
1fa1ff |
\-t {tag}
|
|
|
1fa1ff |
The file to edit and the initial cursor position depends on a "tag", a sort
|
|
|
1fa1ff |
@@ -321,7 +321,7 @@ When N is omitted, open one tab page for
|
|
|
1fa1ff |
\-R
|
|
|
1fa1ff |
Read-only mode.
|
|
|
1fa1ff |
The 'readonly' option will be set.
|
|
|
1fa1ff |
-You can still edit the buffer, but will be prevented from accidently
|
|
|
1fa1ff |
+You can still edit the buffer, but will be prevented from accidentally
|
|
|
1fa1ff |
overwriting a file.
|
|
|
1fa1ff |
If you do want to overwrite a file, add an exclamation mark to the Ex command,
|
|
|
1fa1ff |
as in ":w!".
|