Bram Moolenaar
fe0b07b0d1
Added tag v7-3-654 for changeset 73557eda7027
2012-09-05 18:45:28 +02:00
Bram Moolenaar
d271b32a43
updated for version 7.3.654
...
Problem: When creating a Vim dictionary from Python objects an empty key
might be used.
Solution: Do not use empty keys, throw an IndexError. (ZyX)
2012-09-05 18:45:28 +02:00
Bram Moolenaar
328fdacb2f
Added tag v7-3-653 for changeset fd0c7452fa51
2012-09-05 17:57:39 +02:00
Bram Moolenaar
ad4530dd8d
updated for version 7.3.653
...
Problem: MingW needs build rule for included XPM files. Object directory
for 32 and 64 builds is the same, also for MSVC.
Solution: Add MingW build rule to use included XPM files. Add the CPU or
architecture to the object directory name. (Sergey Khorev)
2012-09-05 17:57:39 +02:00
Bram Moolenaar
fdd5d4ecc3
Added tag v7-3-652 for changeset 5edf3c51aa93
2012-09-05 17:28:21 +02:00
Bram Moolenaar
1cbfd1bf76
updated for version 7.3.652
...
Problem: Workaround for Python crash isn't perfect.
Solution: Change the type of the length argument. (Sean Estabrooks)
2012-09-05 17:28:21 +02:00
Bram Moolenaar
0b3222cbfa
Added tag v7-3-651 for changeset ece544e85821
2012-09-05 15:15:07 +02:00
Bram Moolenaar
5cdaa1a236
updated for version 7.3.651
...
Problem: Completion after ":help \{-" gives an error message.
Solution: Prepend a backslash.
2012-09-05 15:15:07 +02:00
Bram Moolenaar
663b28d8d9
Added tag v7-3-650 for changeset a638ae0f1b0c
2012-09-05 15:03:30 +02:00
Bram Moolenaar
9b3382d4ce
updated for version 7.3.650
...
Problem: Completion after ":help \{-" gives an error message and messes up
the command line.
Solution: Cancel the tag search if the pattern can't be compiled. (Yasuhiro
Matsumoto)
2012-09-05 15:03:30 +02:00
Bram Moolenaar
6e506022ed
Added tag v7-3-649 for changeset 063765c3cebb
2012-09-05 14:18:45 +02:00
Bram Moolenaar
0756cbd3bf
updated for version 7.3.649
...
Problem: When 'clipboard' is set to "unnamed" small deletes end up in the
numbered registers. (Ingo Karkat)
Solution: Use the original register name to decide whether to put a delete
in a numbered register. (Christian Brabandt)
2012-09-05 14:18:45 +02:00
Bram Moolenaar
0b9b2aafce
Added tag v7-3-648 for changeset 76c099d45772
2012-09-05 13:30:41 +02:00
Bram Moolenaar
0096690dc6
updated for version 7.3.648
...
Problem: Crash when using a very long file name. (ZyX)
Solution: Properly check length of buffer space.
2012-09-05 13:30:40 +02:00
Bram Moolenaar
022fe030b9
Added tag v7-3-647 for changeset 29fe4e5c1db1
2012-09-05 12:16:45 +02:00
Bram Moolenaar
9b89832f62
updated for version 7.3.647
...
Problem: "gnd" doesn't work correctly in Visual mode.
Solution: Handle Visual mode differently in "gn". (Christian Brabandt)
2012-09-05 12:16:45 +02:00
Bram Moolenaar
1528d71a99
Added tag v7-3-646 for changeset e70485d3f81d
2012-08-29 18:50:54 +02:00
Bram Moolenaar
8d0092a645
updated for version 7.3.646
...
Problem: When reloading a buffer the undo file becomes unusable unless ":w"
is executed. (Dmitri Frank)
Solution: After reloading the buffer write the undo file. (Christian
Brabandt)
2012-08-29 18:50:54 +02:00
Bram Moolenaar
65e62b4ea9
Added tag v7-3-645 for changeset 1810ee914648
2012-08-29 16:55:13 +02:00
Bram Moolenaar
fb099eec41
updated for version 7.3.645
...
Problem: No tests for patch 7.3.625 and 7.3.637.
Solution: Add more tests for the "gn" command and try/catch. (Christian
Brabandt)
2012-08-29 16:55:13 +02:00
Bram Moolenaar
d5b76dcad4
Added tag v7-3-644 for changeset fb7c028dcac7
2012-08-29 16:34:27 +02:00
Bram Moolenaar
57fc75275b
updated for version 7.3.644
...
Problem: Dead code for BeOS GUI.
Solution: Remove unused __BEOS__ stuff.
2012-08-29 16:34:27 +02:00
Bram Moolenaar
cdc279fb1b
Added tag v7-3-643 for changeset fdac34e3afa5
2012-08-29 16:26:04 +02:00
Bram Moolenaar
7af10b00a2
updated for version 7.3.643
...
Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are
wrong. (Christian Robinson)
Solution: Move the check for gui.starting from ui_get_shellsize() to
check_shellsize().
2012-08-29 16:26:04 +02:00
Bram Moolenaar
4402a00f6b
Added tag v7-3-642 for changeset 79ac6744237c
2012-08-29 15:50:26 +02:00
Bram Moolenaar
2bddbc693c
updated for version 7.3.642
...
Problem: Segfault with specific autocommands. Was OK after 7.3.449 and
before 7.3.545. (Richard Brown)
Solution: Pass TRUE for abort_if_last in the call to close_buffer().
(Christian Brabandt)
2012-08-29 15:50:26 +02:00
Bram Moolenaar
c06e93c61c
Added tag v7-3-641 for changeset c068389057c9
2012-08-29 15:22:25 +02:00
Bram Moolenaar
7c986abef2
updated for version 7.3.641
...
Problem: ":mkview" uses ":normal" instead of ":normal!" for folds. (Dan)
Solution: Add the bang. (Christian Brabandt)
2012-08-29 15:22:25 +02:00
Bram Moolenaar
4dc835380c
Added tag v7-3-640 for changeset c2c3577021ed
2012-08-29 14:26:27 +02:00
Bram Moolenaar
7a9e4f667a
updated for version 7.3.640
...
Problem: It's not easy to build Vim on Windows with XPM support.
Solution: Binary files for 7.3.639. (Sergey Khorev)
2012-08-29 14:26:27 +02:00
Bram Moolenaar
439b9820c6
Added tag v7-3-639 for changeset 1ec385a8faf4
2012-08-29 14:18:33 +02:00
Bram Moolenaar
f9c846c6d0
updated for version 7.3.639
...
Problem: It's not easy to build Vim on Windows with XPM support.
Solution: Include the required files, they are quite small. Update the
MSVC makefile to use them. Binary files are in the next patch.
(Sergey Khorev)
2012-08-29 14:18:33 +02:00
Bram Moolenaar
e592794a83
Fix version.c, 638 was there twice.
2012-08-23 22:28:46 +02:00
Bram Moolenaar
8a7acaa3a3
Added tag v7-3-638 for changeset c0256c4bd91e
2012-08-23 18:58:14 +02:00
Bram Moolenaar
7224fd567e
updated for version 7.3.638
2012-08-23 18:58:14 +02:00
Bram Moolenaar
e5e10f790d
Added tag v7-3-637 for changeset 3b62d8f36cdf
2012-08-23 18:43:10 +02:00
Bram Moolenaar
8bd35e012f
updated for version 7.3.637
...
Problem: Cannot catch the error caused by a foldopen when there is no fold.
(ZyX, Issue 48)
Solution: Do not break out of the loop early when inside try/catch.
(Christian Brabandt) Except when there is a syntax error.
2012-08-23 18:43:10 +02:00
Bram Moolenaar
0b3879cfd2
Added tag v7-3-636 for changeset 616bc1ad4f12
2012-08-23 15:53:05 +02:00
Bram Moolenaar
49df86dbd8
updated for version 7.3.636
...
Problem: Not all zero-width matches handled correctly for "gn".
Solution: Move zero-width detection to a separate function. (Christian
Brabandt)
2012-08-23 15:53:05 +02:00
Bram Moolenaar
5cd83e3385
Added tag v7-3-635 for changeset f7f68f83fc33
2012-08-23 13:28:55 +02:00
Bram Moolenaar
c087e7815a
updated for version 7.3.635
...
Problem: Issue 21: System call during startup sets 'lines' to a wrong
value. (Karl Yngve)
Solution: Don't set the shell size while the GUI is still starting up.
(Christian Brabandt)
2012-08-23 13:28:55 +02:00
Bram Moolenaar
ef1a272076
Added tag v7-3-634 for changeset b7eea2409507
2012-08-23 12:59:02 +02:00
Bram Moolenaar
8e201f55f6
updated for version 7.3.634
...
Problem: Month/Day format for undo is confusing. (Marcin Szamotulski)
Solution: Always use Year/Month/Day, should work for everybody.
2012-08-23 12:59:02 +02:00
Bram Moolenaar
b7e49604c7
Update runtime files.
2012-08-15 17:43:31 +02:00
Bram Moolenaar
a81e8339c6
Added tag v7-3-633 for changeset ad5fbf3596e0
2012-08-15 17:26:57 +02:00
Bram Moolenaar
e5a834fd32
updated for version 7.3.633
...
Problem: Selection remains displayed as selected after selecting another
text.
Solution: Call xterm_update() before select(). (Andrew Pimlott)
2012-08-15 17:26:57 +02:00
Bram Moolenaar
26bcc2a201
Added tag v7-3-632 for changeset 44038a9777aa
2012-08-15 16:21:33 +02:00
Bram Moolenaar
011ede4a2f
updated for version 7.3.632
...
Problem: Cannot select beyond 222 columns with the mouse in xterm.
Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-08-15 16:21:32 +02:00
Bram Moolenaar
330c68d41e
Added tag v7-3-631 for changeset 99f076ca8d84
2012-08-15 14:05:05 +02:00
Bram Moolenaar
5a5561d91b
updated for version 7.3.631
...
Problem: Cannot complete user names.
Solution: Add user name completion. (Dominique Pelle)
2012-08-15 14:05:05 +02:00