Bram Moolenaar
fdd55fb50f
updated for version 7.3.281
...
Problem: After using "expand('%:8')" the buffer name is changed.
Solution: Make a copy of the file name before shortening it.
2011-08-17 15:23:23 +02:00
Bram Moolenaar
42ef9b2a90
Added tag v7-3-280 for changeset 58bba69b3371
2011-08-10 18:36:54 +02:00
Bram Moolenaar
8f5c2cef16
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
08b91fee99
Added tag v7-3-279 for changeset 342b17608967
2011-08-10 17:44:45 +02:00
Bram Moolenaar
9d92d15761
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
b8e3f25686
Added tag v7-3-278 for changeset 6622f28b7e87
2011-08-10 17:25:52 +02:00
Bram Moolenaar
d3f965cd11
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
87198cb851
Added tag v7-3-277 for changeset e5b17a5f6516
2011-08-10 17:08:03 +02:00
Bram Moolenaar
51c7ff1b15
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
56c252a451
Added tag v7-3-276 for changeset 37a54a85413e
2011-08-10 16:31:24 +02:00
Bram Moolenaar
7de168b99a
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
d76e5210fc
Added tag v7-3-275 for changeset 125c7bf52271
2011-08-10 15:56:27 +02:00
Bram Moolenaar
c47026a9e3
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
fa06bcbfd3
Added tag v7-3-274 for changeset 1bb6776fa8c4
2011-08-10 14:32:39 +02:00
Bram Moolenaar
3022795081
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
17ef08a081
Added tag v7-3-273 for changeset 7d4e5e31d8c1
2011-08-10 13:21:46 +02:00
Bram Moolenaar
036c633a6f
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
9fdb1dde05
Added tag v7-3-272 for changeset 02f5abca10ae
2011-08-10 12:38:08 +02:00
Bram Moolenaar
67558ca8b8
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
912fdb5935
Added tag v7-3-271 for changeset 32a52f06f33b
2011-08-10 12:19:04 +02:00
Bram Moolenaar
2b762ecef6
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
bf9dd5c985
Added tag v7-3-270 for changeset b9182da84c7e
2011-08-10 12:11:01 +02:00
Bram Moolenaar
a67306f44a
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
c6bec97c91
Added tag v7-3-269 for changeset 7f4f5ca70dbd
2011-08-04 22:59:28 +02:00
Bram Moolenaar
b361d7f7c8
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
ebd311996b
Added tag v7-3-268 for changeset ee17ee712512
2011-08-04 19:36:52 +02:00
Bram Moolenaar
96555a4ee0
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
8ecd3ed8f9
Added tag v7-3-267 for changeset ad404f2a4bfa
2011-08-04 19:34:59 +02:00
Bram Moolenaar
af63045dee
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
dc11ec1ed8
Added tag v7-3-266 for changeset 25be7c9dda54
2011-07-27 18:25:44 +02:00
Bram Moolenaar
15e30b8781
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
c3fb28ceb1
Added tag v7-3-265 for changeset eff686fb8de6
2011-07-27 17:58:46 +02:00
Bram Moolenaar
5538e07e2c
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
f40b95f29e
Added tag v7-3-264 for changeset aa40bddeea9a
2011-07-27 17:31:47 +02:00
Bram Moolenaar
b0359d8a83
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
b5416f6520
Added tag v7-3-263 for changeset a56259157c93
2011-07-27 14:15:46 +02:00
Bram Moolenaar
cb35efe79c
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
bced59401e
Added tag v7-3-262 for changeset 847733973bfd
2011-07-27 14:09:09 +02:00
Bram Moolenaar
9832f309e7
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
93ebf12882
Added tag v7-3-261 for changeset 410d42e3d4da
2011-07-27 13:59:21 +02:00
Bram Moolenaar
efb8108f61
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
ef55403af9
Added tag v7-3-260 for changeset cb4682b95909
2011-07-20 18:29:39 +02:00
Bram Moolenaar
fb03f0d720
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
f285830d4e
Added tag v7-3-259 for changeset 59130cd78dfc
2011-07-20 17:58:20 +02:00
Bram Moolenaar
7d5a12e4e0
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
6bcff1df81
Added tag v7-3-258 for changeset bdc3335bd72e
2011-07-20 17:27:25 +02:00
Bram Moolenaar
1a5ecaa8aa
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
eb0b6bb3d0
Added tag v7-3-257 for changeset 1fad9c73d77a
2011-07-20 16:37:24 +02:00
Bram Moolenaar
b2a90b3cc1
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
079f2afb2c
Added tag v7-3-256 for changeset c296c225736e
2011-07-20 15:09:44 +02:00