Skip to content
Snippets Groups Projects
Commit fcb7ab61 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Fix typos in documentation. (Dominique Pelle)

parent 9e193ac7
No related merge requests found
......@@ -205,7 +205,7 @@ Press any of the following keys: >
*sqlanywhere*
*oracle* *plsql* *sqlj*
*sqlserver*
*mysql* *postgress* *psql*
*mysql* *postgresql* *psql*
*informix*
All relational databases support SQL. There is a portion of SQL that is
......
......@@ -277,7 +277,7 @@ used for building Vim.
To use the Perl interface the Perl DLL must be in your search path.
If Vim reports it cannot find the perl512.dll, make sure your $PATH includes
the directory where it is localted. The Perl installer normally does that.
the directory where it is located. The Perl installer normally does that.
In a console window type "path" to see what directories are used.
The name of the DLL must match the Perl version Vim was compiled with.
......
......@@ -947,7 +947,7 @@ the different input methods or disable them temporarily.
WHAT IS IME
IME is a part of East asian version Windows. That helps you to input
multibyte character. English and other language version Windows does not
have any IME. (Also there are no need usually.) But there is one that
have any IME. (Also there is no need usually.) But there is one that
called Microsoft Global IME. Global IME is a part of Internet Explorer
4.0 or above. You can get more information about Global IME, at below
URL.
......
......@@ -36,6 +36,11 @@ GTK: torn-off menu doesn't work.
:find completion has duplicates. (Bjorn Winckler, 2010 Jul 18)
Win64: diff.exe crashes on Win64. (Julianne Bailey, 2006 Dec 12)
Build another diff.exe somehow?
Hang in search HL, CTRL-C should clear it. (Dimitar Dimitrov, 2010 Jul 19)
Conceal: don't show for 'hlmatch' when 'modifiable' is off?
And don't care about 'cursorline'.
......@@ -96,6 +101,9 @@ I often see pasted text (from Firefox, to Vim in xterm) appear twice.
Also, Vim in xterm sometimes loses copy/paste ability (probably after running
an external command).
Win32: The "4913" file is sometimes not deleted. Perhaps another program has
opened it? Use FILE_FLAG_DELETE_ON_CLOSE? (Craig Barkhouse, 2009 Nov 6)
Jumplist doesn't work properly in Insert mode? (Jean Johner, 2010 Mar 20)
Problem with transparent cmdline. Also: Terminal title is wrong with
......@@ -445,9 +453,6 @@ an alternate solution, also for src/ex_getln.c.
This also fails when the file or directory name contains "%". (Thoml, 2008
July 7)
Win32: The "4913" file is sometimes not deleted. Perhaps another program has
opened it? Use FILE_FLAG_DELETE_ON_CLOSE? (Craig Barkhouse, 2009 Nov 6)
The str2special() function doesn't handle multi-byte characters properly.
Patch from Vladimir Vichniakov, 2007 Apr 24.
Should clean up the whole function. Also allow modifiers like <S-Char-32>?
......@@ -691,9 +696,6 @@ Win32: using "gvim --remote-tab-silent fname" sometimes gives an empty screen
with the more prompt. Caused by setting the guitablabel? (Thomas Michael
Engelke, 2007 Dec 20 - 2008 Jan 17)
Win64: diff.exe crashes on Win64. (Julianne Bailey, 2006 Dec 12)
Build another diff.exe somehow?
Win64: Seek error in swap file for a very big file (3 Gbyte). Check storing
pointer in long and seek offset in 64 bit var.
......
......@@ -29,7 +29,7 @@ when you have last written the file. You can do that with this command: >
The "f" stands for "file" here.
You can repeat this command to go further back in the past. Or use a count
diferent from 1 to go back faster.
different from 1 to go back faster.
If you go back too far, go forward again with: >
......
......@@ -307,7 +307,7 @@ Also see |postscript-cjk-printing|. (Mike Williams)
Tab pages *new-tab-pages*
---------
A tab page is page with one or more windows with a label (aka tab) at the top.
A tab page is a page with one or more windows with a label (aka tab) at the top.
By clicking on the label you can quickly switch between the tab pages. And
with the keyboard, using the |gt| (Goto Tab) command. This is a convenient
way to work with many windows.
......@@ -2763,7 +2763,7 @@ Motif: default to using XpmAttributes instead of XpmAttributes_21.
A few more changes for 64 bit MS-Windows. (George Reilly)
Got ml_get errors when doing "o" and selecting in other window where there are
less line shorter than the cursor position in the other window. ins_mouse()
less lines shorter than the cursor position in the other window. ins_mouse()
was using position in wrong window.
Win32 GUI: Crash when giving a lot of messages during startup. Allocate twice
......@@ -2943,7 +2943,7 @@ another, the cursor was displayed at the end of the line instead of after the
match. Now show the cursor after the match while still searching for matches.
GUI: The mouse shape changed on the statusline even when 'mouse' was empty and
they can't be dragged..
they can't be dragged.
GTK2: Selecting a button in the confirm() dialog with Tab or cursor keys and
hitting Enter didn't select that button. Removed GTK 1 specific code. (Neil
......@@ -7433,7 +7433,7 @@ Solution: Sleep a bit when the selection event hasn't been received yet.
Files: src/ui.c
Patch 7.2.014
Problem: synstack() doesn't work in an emptly line.
Problem: synstack() doesn't work in an empty line.
Solution: Accept column zero as a valid position.
Files: src/eval.c
......@@ -7783,7 +7783,7 @@ Solution: Add type cast.
Files: src/spell.c
Patch 7.2.070
Problem: Crash when a function returns a:000. (Matt Wozkiski)
Problem: Crash when a function returns a:000. (Matt Wozniski)
Solution: Don't put the function struct on the stack, allocate it. Free it
only when nothing in it is used.
Files: src/eval.c
......@@ -7880,7 +7880,7 @@ Files: src/if_python.c
Patch 7.2.085
Problem: ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8.
Solution: Put the <M-b> character in the input buffer as valid utf-8.
(partly by Matt Wosniski)
(partly by Matt Wozniski)
Files: src/term.c
Patch 7.2.086
......@@ -7891,7 +7891,7 @@ Files: src/diff.c
Patch 7.2.087
Problem: Adding URL to 'path' doesn't work to edit a file.
Solution: Skip simplify_filename() for URLs. (Matt Wosniski)
Solution: Skip simplify_filename() for URLs. (Matt Wozniski)
Files: src/misc2.c
Patch 7.2.088 (extra)
......@@ -8009,7 +8009,7 @@ Files: src/spell.c
Patch 7.2.107
Problem: When using a GUI dialog and ":echo" commands the messages are
deleted after the dialog. (Vicent Birebent)
deleted after the dialog. (Vincent Birebent)
Solution: Don't call msg_end_prompt() since there was no prompt.
Files: src/message.c
......@@ -8603,7 +8603,7 @@ Solution: Fix the makefile. (George Reilly)
Files: src/Make_mvc.mak
Patch 7.2.205 (extra)
Problem: Win32: No support for High DPI awarenes.
Problem: Win32: No support for High DPI awareness.
Solution: Fix the manifest file. (George Reilly)
Files: src/Make_mvc.mak, src/gvim.exe.mnf
......@@ -9300,7 +9300,7 @@ Files: src/misc1.c
Patch 7.2.327
Problem: Unused functions in Workshop.
Solution: Add "#if 0" and minor cleanup. (Dominique Pelle)
Files: src/workshop.c, src/integration.c, src/ingegration.h
Files: src/workshop.c, src/integration.c, src/integration.h
Patch 7.2.328
Problem: has("win64") does not return 1 on 64 bit MS-Windows version.
......@@ -9763,7 +9763,7 @@ Files: src/ex_cmds.c
Patch 7.2.410
Problem: Highlighting directories for completion doesn't work properly.
Solution: Don't halve backslashes when not needed, expaned "~/".
Solution: Don't halve backslashes when not needed, expanded "~/".
(Dominique Pelle)
Files: src/ex_getln.c
......@@ -10019,7 +10019,7 @@ Fixed MSVC makefile use of /Wp64 flag.
Correct use of long instead of off_t for file size. (James Vega)
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Add a few #ifdefs to exclude functions that are not used. (Dominique Pelle)
Remove old and unused method to allocate memory for undo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment