Bram Moolenaar
9f368a11b2
updated for version 7.3.280
...
Problem: ":lmake" does not update the quickfix window title.
Solution: Update the title. (Lech Lorens)
2011-08-10 18:36:54 +02:00
Bram Moolenaar
a4fc0ce9eb
Added tag v7-3-279 for changeset 342b17608967
2011-08-10 17:44:45 +02:00
Bram Moolenaar
ee5543b7de
updated for version 7.3.279
...
Problem: With GTK, when gvim is full-screen and a tab is opened and using a
specific monitor configuration the window is too big.
Solution: Adjust the window size like on MS-Windows. (Yukihiro Nakadaira)
2011-08-10 17:44:45 +02:00
Bram Moolenaar
aa016a5bfe
Added tag v7-3-278 for changeset 6622f28b7e87
2011-08-10 17:25:52 +02:00
Bram Moolenaar
4cc118bb3d
updated for version 7.3.278
...
Problem: Passing the file name to open in VisVim doesn't work.
Solution: Adjust the index and check for end of buffer. (Jiri Sedlak)
2011-08-10 17:25:51 +02:00
Bram Moolenaar
b26f0fb957
Added tag v7-3-277 for changeset e5b17a5f6516
2011-08-10 17:08:03 +02:00
Bram Moolenaar
4f487cb1a0
updated for version 7.3.277
...
Problem: MS-Windows: some characters do not show in dialogs.
Solution: Use the wide methods when available. (Yanwei Jia)
2011-08-10 17:08:03 +02:00
Bram Moolenaar
9b6d1038ba
Added tag v7-3-276 for changeset 37a54a85413e
2011-08-10 16:31:24 +02:00
Bram Moolenaar
a44e66647e
updated for version 7.3.276
...
Problem: GvimExt sets $LANG in the wrong way.
Solution: Save the environment and use it for gvim. (Yasuhiro Matsumoto)
2011-08-10 16:31:23 +02:00
Bram Moolenaar
2fc242e6cc
Added tag v7-3-275 for changeset 125c7bf52271
2011-08-10 15:56:27 +02:00
Bram Moolenaar
af81f033f9
updated for version 7.3.275
...
Problem: MS-Windows: When using a black background some screen updates
cause the window to flicker.
Solution: Add WS_CLIPCHILDREN to CreateWindow(). (René Aguirre)
2011-08-10 15:56:27 +02:00
Bram Moolenaar
e1cd0dfcd0
Added tag v7-3-274 for changeset 1bb6776fa8c4
2011-08-10 14:32:39 +02:00
Bram Moolenaar
5ebe10cd56
updated for version 7.3.274
...
Problem: With concealed characters tabs do not have the right size.
Solution: Use VCOL_HLC instead of vcol. (Eiichi Sato)
2011-08-10 14:32:39 +02:00
Bram Moolenaar
eae54ba84f
Added tag v7-3-273 for changeset 7d4e5e31d8c1
2011-08-10 13:21:46 +02:00
Bram Moolenaar
025402ead3
updated for version 7.3.273
...
Problem: A BOM in an error file is seen as text. (Aleksey Baibarin)
Solution: Remove the BOM from the text before evaluating. (idea by Christian
Brabandt)
2011-08-10 13:21:46 +02:00
Bram Moolenaar
69761f00d2
Added tag v7-3-272 for changeset 02f5abca10ae
2011-08-10 12:38:08 +02:00
Bram Moolenaar
b6f9d20ef4
updated for version 7.3.272
...
Problem: ":put =list" does not add an empty line for a trailing empty
item.
Solution: Add a trailing NL when turning a list into a string.
2011-08-10 12:38:08 +02:00
Bram Moolenaar
994b223919
Added tag v7-3-271 for changeset 32a52f06f33b
2011-08-10 12:19:04 +02:00
Bram Moolenaar
6fb1ea8d7f
updated for version 7.3.271
...
Problem: Code not following Vim coding style.
Solution: Fix the style. (Elias Diem)
2011-08-10 12:19:04 +02:00
Bram Moolenaar
c58a35b454
Added tag v7-3-270 for changeset b9182da84c7e
2011-08-10 12:11:01 +02:00
Bram Moolenaar
8b4e70c31d
updated for version 7.3.270
...
Problem: Illegal memory access.
Solution: Swap conditions. (Dominique Pelle)
2011-08-10 12:11:01 +02:00
Bram Moolenaar
57747fd2bf
Added tag v7-3-269 for changeset 7f4f5ca70dbd
2011-08-04 22:59:28 +02:00
Bram Moolenaar
1e1f876bc1
updated for version 7.3.269
...
Problem: 'shellcmdflag' only works with one flag.
Solution: Split into multiple arguments. (Gary Johnson)
2011-08-04 22:59:28 +02:00
Bram Moolenaar
e1fae7284e
Added tag v7-3-268 for changeset ee17ee712512
2011-08-04 19:36:52 +02:00
Bram Moolenaar
b35ffe84c6
updated for version 7.3.268
...
Problem: Vim freezes when executing an external command with zsh.
Solution: Use O_NOCTTY both in the master and slave. (Bjorn Winckler)
2011-08-04 19:36:52 +02:00
Bram Moolenaar
c2d6883594
Added tag v7-3-267 for changeset ad404f2a4bfa
2011-08-04 19:34:59 +02:00
Bram Moolenaar
a810a2915f
updated for version 7.3.267
...
Problem: Ruby on Mac OS X 10.7 may crash.
Solution: Avoid alloc(0). (Bjorn Winckler)
2011-08-04 19:34:59 +02:00
Bram Moolenaar
ff09e61694
Added tag v7-3-266 for changeset 25be7c9dda54
2011-07-27 18:25:44 +02:00
Bram Moolenaar
f33d8610ca
updated for version 7.3.266
...
Problem: In Gvim with iBus typing space in Insert mode doesn't work.
Solution: Clear xim_expected_char after checking it.
2011-07-27 18:25:44 +02:00
Bram Moolenaar
d7868fe396
Added tag v7-3-265 for changeset eff686fb8de6
2011-07-27 17:58:46 +02:00
Bram Moolenaar
4fbfd3b72d
updated for version 7.3.265
...
Problem: When storing a pattern in search history there is no proper check
for the separator character.
Solution: Pass the separator character to in_history(). (Muraoka Taro)
2011-07-27 17:58:46 +02:00
Bram Moolenaar
e3c8fb2cc5
Added tag v7-3-264 for changeset aa40bddeea9a
2011-07-27 17:31:47 +02:00
Bram Moolenaar
67755f963f
updated for version 7.3.264
...
Problem: When the current directory name contains wildcard characters, such
as "foo[with]bar", the tags file can't be found. (Jeremy
Erickson)
Solution: When searching for matching files also match without expanding
wildcards. This is a bit of a hack.
2011-07-27 17:31:47 +02:00
Bram Moolenaar
2dcdd2a153
Added tag v7-3-263 for changeset a56259157c93
2011-07-27 14:15:46 +02:00
Bram Moolenaar
2999bcc962
updated for version 7.3.263
...
Problem: Perl and Tcl have a few code style problems.
Solution: Clean it up. (Elias Diem)
2011-07-27 14:15:46 +02:00
Bram Moolenaar
bb18281bd3
Added tag v7-3-262 for changeset 847733973bfd
2011-07-27 14:09:09 +02:00
Bram Moolenaar
a0aba21f7a
updated for version 7.3.262
...
Problem: Photon code style doesn't match Vim style.
Solution: Clean up some of it. (Elias Diem)
2011-07-27 14:09:09 +02:00
Bram Moolenaar
ef6d40a9c4
Added tag v7-3-261 for changeset 410d42e3d4da
2011-07-27 13:59:21 +02:00
Bram Moolenaar
dc9a599bb4
updated for version 7.3.261
...
Problem: G++ error message errornously recognized as error.
Solution: Ignore "In file included from" line also when it ends in a colon.
(Fernando Castillo)
2011-07-27 13:59:21 +02:00
Bram Moolenaar
e967a23863
Added tag v7-3-260 for changeset cb4682b95909
2011-07-20 18:29:39 +02:00
Bram Moolenaar
851cd145ab
updated for version 7.3.260
...
Problem: CursorHold triggers on an incomplete mapping. (Will Gray)
Solution: Don't trigger CursorHold when there is typeahead.
2011-07-20 18:29:39 +02:00
Bram Moolenaar
12011cfc3e
Added tag v7-3-259 for changeset 59130cd78dfc
2011-07-20 17:58:20 +02:00
Bram Moolenaar
073aa81247
updated for version 7.3.259
...
Problem: Equivalence classes only work for latin characters.
Solution: Add the Unicode equivalence characters. (Dominique Pelle)
2011-07-20 17:58:20 +02:00
Bram Moolenaar
3f7b3209d8
Added tag v7-3-258 for changeset bdc3335bd72e
2011-07-20 17:27:25 +02:00
Bram Moolenaar
d293bc15ca
updated for version 7.3.258
...
Problem: MS-Windows: The edit with existing vim context menu entries can be
unwanted.
Solution: Let a registry entry disable them. (Jerome Vuarand)
2011-07-20 17:27:25 +02:00
Bram Moolenaar
136af5316e
Added tag v7-3-257 for changeset 1fad9c73d77a
2011-07-20 16:37:24 +02:00
Bram Moolenaar
e01174b1f3
updated for version 7.3.257
...
Problem: Not all completions are available to user commands.
Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique
Pelle)
2011-07-20 16:37:24 +02:00
Bram Moolenaar
103ac57ae2
Added tag v7-3-256 for changeset c296c225736e
2011-07-20 15:09:44 +02:00
Bram Moolenaar
ac79fd3bee
updated for version 7.3.256
...
Problem: Javascript indenting not sufficiently tested.
Solution: Add more tests. (Luc Deschenaux) Mark the lines that are indented
wrong.
2011-07-20 15:09:43 +02:00
Bram Moolenaar
fc6320cf98
Added tag v7-3-255 for changeset aa998de9f959
2011-07-20 15:04:59 +02:00