Bram Moolenaar
92653584da
updated for version 7.3.340
...
Problem: When 'verbosefile' is set ftplugof.vim can give an error.
Solution: Only remove filetypeplugin autocommands when they exist. (Yasuhiro
Matsumoto)
2011-10-20 18:12:32 +02:00
Bram Moolenaar
b8cf4ab4b7
Added tag v7-3-339 for changeset b5a2b4c0c1ca
2011-10-20 16:35:35 +02:00
Bram Moolenaar
ad9f9e6bef
updated for version 7.3.339
...
Problem: "make shadow" doesn't link all test files.
Solution: Add a line in Makefile and Filelist.
2011-10-20 16:35:35 +02:00
Bram Moolenaar
64f6022ed7
Added tag v7-3-338 for changeset 7919a3d7333b
2011-10-12 22:02:14 +02:00
Bram Moolenaar
6ec662e8bc
updated for version 7.3.338
...
Problem: Using getchar() in an expression mapping doesn't work well.
Solution: Don't save and restore the typeahead. (James Vega)
2011-10-12 22:02:14 +02:00
Bram Moolenaar
0345e7b4cf
Added tag v7-3-337 for changeset 176bfa951339
2011-10-12 21:04:20 +02:00
Bram Moolenaar
34f05937b7
updated for version 7.3.337
...
Problem: Screen doesn't update after resizing the xterm until a character
is typed.
Solution: When the select call is interrupted check do_resize. (Taylor
Hedberg)
2011-10-12 21:04:20 +02:00
Bram Moolenaar
dba54d6637
Added tag v7-3-336 for changeset 52526aec4afb
2011-10-12 19:53:52 +02:00
Bram Moolenaar
85446b4aea
updated for version 7.3.336
...
Problem: When a tags file specifies an encoding different from 'enc' it
may hang and using a pattern doesn't work.
Solution: Convert the whole line. Continue reading the header after the
SORT tag. Add test83. (Yukihiro Nakadaira)
2011-10-12 19:53:52 +02:00
Bram Moolenaar
a32ec197a2
Added tag v7-3-335 for changeset dc3f90a73fb3
2011-10-12 16:57:13 +02:00
Bram Moolenaar
7430cfdd1d
updated for version 7.3.335
...
Problem: When 'imdisable' is reset from an autocommand in Insert mode it
doesn't take effect.
Solution: Call im_set_active() in Insert mode. (Taro Muraoka)
2011-10-12 16:57:13 +02:00
Bram Moolenaar
7b456f0685
Added tag v7-3-334 for changeset fdc723632298
2011-10-12 14:11:46 +02:00
Bram Moolenaar
886b7d4dff
updated for version 7.3.334
...
Problem: Latest MingW about XSUBPP referencing itself. (Gongqian Li)
Solution: Rename the first use to XSUBPPTRY.
2011-10-12 14:11:45 +02:00
Bram Moolenaar
849be489de
Added tag v7-3-333 for changeset 992b24149a9e
2011-10-04 21:22:44 +02:00
Bram Moolenaar
1b0fda4fd4
updated for version 7.3.333
...
Problem: Using "." to repeat a Visual delete counts the size in bytes, not
characters. (Connor Lane Smith)
Solution: Store the virtual column numbers instead of byte positions.
2011-10-04 21:22:44 +02:00
Bram Moolenaar
a80969cb05
Added tag v7-3-332 for changeset 0ecfe54a273f
2011-10-04 18:03:47 +02:00
Bram Moolenaar
de7e37c7a4
updated for version 7.3.332
...
Problem: Indent after "public:" is not increased in C++ code. (Lech Lorens)
Solution: Check for namespace after the regular checks. (partly by Martin
Gieseking)
2011-10-04 18:03:47 +02:00
Bram Moolenaar
13d8bf1e31
Added tag v7-3-331 for changeset 4b8c614c1c91
2011-10-04 17:00:21 +02:00
Bram Moolenaar
c83d35248a
updated for version 7.3.331
...
Problem: "vit" selects wrong text when a tag name starts with the same text
as an outer tag name. (Ben Fritz)
Solution: Add "\>" to the pattern to check for word boundary.
2011-10-04 17:00:20 +02:00
Bram Moolenaar
563c27a457
Added tag v7-3-330 for changeset abb03be99d66
2011-10-04 16:43:53 +02:00
Bram Moolenaar
b69aa571f1
updated for version 7.3.330
...
Problem: When longjmp() is invoked if the X server gives an error the state
is not properly restored.
Solution: Reset vgetc_busy. (Yukihiro Nakadaira)
2011-10-04 16:43:53 +02:00
Bram Moolenaar
400b7a96c7
Add files aaded by patch 7.3.326.
2011-10-03 22:12:32 +02:00
Bram Moolenaar
00515d5096
Added tag v7-3-329 for changeset ec901ddc84d5
2011-09-30 18:35:57 +02:00
Bram Moolenaar
ad96a77efa
updated for version 7.3.329
...
Problem: When skipping over code from ":for" to ":endfor" get an error for
calling a dict function. (Yasuhiro Matsumoto)
Solution: Ignore errors when skipping over :call command.
2011-09-30 18:35:57 +02:00
Bram Moolenaar
8ab9878aab
Added tag v7-3-328 for changeset 5b53cea62e5d
2011-09-30 17:46:21 +02:00
Bram Moolenaar
e0df790b3e
updated for version 7.3.328
...
Problem: When command line wraps the cursor may be displayed wrong when
there are multi-byte characters.
Solution: Position the cursor before drawing the text. (Yasuhiro Matsumoto)
2011-09-30 17:46:21 +02:00
Bram Moolenaar
ed1bac3dc6
Added tag v7-3-327 for changeset 9028c70adafd
2011-09-30 17:30:31 +02:00
Bram Moolenaar
819f8a846b
updated for version 7.3.327
...
Problem: When jumping to a help tag a closed fold doesn't open.
Solution: Save and restore KeyTyped. (Yasuhiro Matsumoto)
2011-09-30 17:30:31 +02:00
Bram Moolenaar
d82fd27929
Added tag v7-3-326 for changeset d3758064ff99
2011-09-30 16:56:02 +02:00
Bram Moolenaar
c987dc714d
updated for version 7.3.326
...
Problem: MingW 4.6 no longer supports the -mno-cygwin option.
Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
2011-09-30 16:56:02 +02:00
Bram Moolenaar
d9e1c67bc5
Added tag v7-3-325 for changeset 8aca621c0091
2011-09-30 16:39:48 +02:00
Bram Moolenaar
427edf1b42
updated for version 7.3.325
...
Problem: A duplicated function argument gives an internal error.
Solution: Give a proper error message. (based on patch by Tyru)
2011-09-30 16:39:48 +02:00
Bram Moolenaar
5b57b6b110
Added tag v7-3-324 for changeset f04619f1fc16
2011-09-30 16:23:32 +02:00
Bram Moolenaar
7be1fff251
updated for version 7.3.324
...
Problem: Completion for ":compiler" shows color scheme names.
Solution: Fix the directory name. (James Vega)
2011-09-30 16:23:32 +02:00
Bram Moolenaar
8238b5a625
Added tag v7-3-323 for changeset 3bdb646fc8a4
2011-09-30 14:44:54 +02:00
Bram Moolenaar
51d1c3e069
updated for version 7.3.323
...
Problem: The default 'errorformat' does not ignore some "included from"
lines.
Solution: Add a few more patterns. (Ben Boeckel)
2011-09-30 14:44:54 +02:00
Bram Moolenaar
ae69c8f6a0
Added tag v7-3-322 for changeset 38a7fd904347
2011-09-21 20:09:42 +02:00
Bram Moolenaar
1be1131004
updated for version 7.3.322
...
Problem: #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef.
Solution: Check the MSC version and 64 bit flags. (Sergiu Dotenco)
2011-09-21 20:09:42 +02:00
Bram Moolenaar
7a8c854e46
Added tag v7-3-321 for changeset fc0804089b29
2011-09-21 19:50:05 +02:00
Bram Moolenaar
eb673295ac
updated for version 7.3.321
...
Problem: Code not following Vim style.
Solution: Fix the style. (Elias Diem)
2011-09-21 19:50:05 +02:00
Bram Moolenaar
585971eaaa
Updated a few runtime files.
2011-09-21 19:22:10 +02:00
Bram Moolenaar
77b06dc012
Added tag v7-3-320 for changeset 738ea87c1964
2011-09-21 19:10:46 +02:00
Bram Moolenaar
e08090fb4f
updated for version 7.3.320
...
Problem: When a 0xa0 character is in a sourced file the error message for
unrecognized command does not show the problem.
Solution: Display 0xa0 as <a0>.
2011-09-21 19:10:46 +02:00
Bram Moolenaar
56c3c3b2fc
Added tag v7-3-319 for changeset dc7f2f975920
2011-09-21 18:23:05 +02:00
Bram Moolenaar
5e4e9f6f8c
updated for version 7.3.319
...
Problem: Redobuff doesn't always include changes of the completion leader.
Solution: Insert backspaces as needed. (idea by Taro Muraoka)
2011-09-21 18:23:05 +02:00
Bram Moolenaar
f1abb15df8
Added tag v7-3-318 for changeset d68f20a86a3e
2011-09-21 17:33:53 +02:00
Bram Moolenaar
4926376cca
updated for version 7.3.318
...
Problem: "C" on the last line deletes that line if it's blank.
Solution: Only delete the last line for a delete operation. (James Vega)
2011-09-21 17:33:53 +02:00
Bram Moolenaar
5356836a52
Added tag v7-3-317 for changeset 92a181a1cec3
2011-09-21 17:15:39 +02:00
Bram Moolenaar
71d6eee251
updated for version 7.3.317
...
Problem: Calling debug.debug() in Lua may cause Vim to hang.
Solution: Add a better debug method. (Rob Hoelz, Luis Carvalho)
2011-09-21 17:15:39 +02:00
Bram Moolenaar
39792e2894
Added tag v7-3-316 for changeset 33c140e4664d
2011-09-21 13:40:17 +02:00