Bram Moolenaar
fa1e1ceb53
Added tag v7-3-310 for changeset 51ce22ba89d1
2011-09-14 16:05:15 +02:00
Bram Moolenaar
e2c3db8732
updated for version 7.3.310
...
Problem: Code not following Vim style.
Solution: Fix the style. (Elias Diem)
2011-09-14 16:05:15 +02:00
Bram Moolenaar
e88772b64e
Added tag v7-3-309 for changeset 6eae1b42c668
2011-09-14 15:41:58 +02:00
Bram Moolenaar
faad9e2122
updated for version 7.3.309
...
Problem: Warnings for pointer types.
Solution: Change PySliceObject to PyObject.
2011-09-14 15:41:58 +02:00
Bram Moolenaar
eeb32dea66
Added tag v7-3-308 for changeset 61c5e1527bd8
2011-09-14 15:39:29 +02:00
Bram Moolenaar
71e566374d
updated for version 7.3.308
...
Problem: Writing to 'verbosefile' has problems, e.g. for :highlight.
Solution: Do not use a separate verbose_write() function but write with the
same code that does redirecting. (Yasuhiro Matsumoto)
2011-09-14 15:39:29 +02:00
Bram Moolenaar
599f47a358
Added tag v7-3-307 for changeset 880b7dd69331
2011-09-14 15:01:58 +02:00
Bram Moolenaar
e62dffc460
updated for version 7.3.307
...
Problem: Python 3 doesn't support slice assignment.
Solution: Implement slices. (Brett Overesch, Roland Puntaier)
2011-09-14 15:01:58 +02:00
Bram Moolenaar
620b6a81cd
Added tag v7-3-306 for changeset 0787bb5f387b
2011-09-14 14:43:25 +02:00
Bram Moolenaar
4975483018
updated for version 7.3.306
...
Problem: When closing a window there is a chance that deleting a scrollbar
triggers a GUI resize, which uses the window while it is not in a
valid state.
Solution: Set the buffer pointer to NULL to be able to detect the invalid
situation. Fix a few places that used the buffer pointer
incorrectly.
2011-09-14 14:43:25 +02:00
Bram Moolenaar
3d8eef75b5
Added tag v7-3-305 for changeset 0e06c025f66f
2011-09-14 14:33:51 +02:00
Bram Moolenaar
1c9e55dc24
updated for version 7.3.305
...
Problem: Auto-loading a function while editing the command line causes
scrolling up the display.
Solution: Don't set msg_scroll when defining a function and the user is not
typing. (Yasuhiro Matsumoto)
2011-09-14 14:33:51 +02:00
Bram Moolenaar
a6b1384474
Added tag v7-3-304 for changeset b3a523ced6bd
2011-09-14 10:49:46 +02:00
Bram Moolenaar
62848a8221
updated for version 7.3.304
...
Problem: Strawberry Perl doesn't work on MS-Windows.
Solution: Use xsubpp if needed. (Yasuhiro Matsumoto)
2011-09-14 10:49:46 +02:00
Bram Moolenaar
30bdf0412e
Added tag v7-3-303 for changeset d832d642f520
2011-09-08 23:24:14 +02:00
Bram Moolenaar
68d8e0cdc3
updated for version 7.3.303
...
Problem: Compilation error.
Solution: Correct return type from int to pid_t. (Danek Duvall)
2011-09-08 23:24:14 +02:00
Bram Moolenaar
a190e77b43
Added tag v7-3-302 for changeset 61b2f2662310
2011-09-08 23:22:40 +02:00
Bram Moolenaar
0e825cadec
updated for version 7.3.302
...
Problem: Test 19 fails without 'smartindent' and +eval.
Solution: Don't use ":exe". Source small.vim.
2011-09-08 23:22:40 +02:00
Bram Moolenaar
82a1c43d4d
Added tag v7-3-301 for changeset 4a7097153089
2011-09-07 19:58:10 +02:00
Bram Moolenaar
29625eda6c
updated for version 7.3.301
...
Problem: When 'smartindent' and 'copyindent' are set a Tab is used even
though 'expandtab' is set.
Solution: Do not insert Tabs. Add a test. (Christian Brabandt)
2011-09-07 19:58:09 +02:00
Bram Moolenaar
acedc9a38e
Added tag v7-3-300 for changeset 2665b456ee59
2011-09-07 19:30:21 +02:00
Bram Moolenaar
e1e886dc1f
updated for version 7.3.300
...
Problem: Python doesn't parse multi-byte argument correctly.
Solution: Use "t" instead of "s". (lilydjwg)
2011-09-07 19:30:21 +02:00
Bram Moolenaar
d673d94bb2
Added tag v7-3-299 for changeset eb4972982bfe
2011-09-07 19:09:01 +02:00
Bram Moolenaar
f2650ff764
updated for version 7.3.299
...
Problem: Source code not in Vim style.
Solution: Adjust the style. (Elias Diem)
2011-09-07 19:09:01 +02:00
Bram Moolenaar
c2b45f2dd6
Added tag v7-3-298 for changeset 43b1d031e302
2011-09-07 18:58:30 +02:00
Bram Moolenaar
e2c67d5a25
updated for version 7.3.298
...
Problem: Built-in colors are different from rgb.txt.
Solution: Adjust the color values. (Benjamin Haskell)
2011-09-07 18:58:29 +02:00
Bram Moolenaar
bc919aaddc
Added tag v7-3-297 for changeset 22550986c713
2011-09-07 18:47:23 +02:00
Bram Moolenaar
ed8ebc3609
updated for version 7.3.297
...
Problem: Can't load Perl 5.14 dynamically.
Solution: Add code in #ifdefs. (Charles Cooper)
2011-09-07 18:47:23 +02:00
Bram Moolenaar
4de9b133a6
Added tag v7-3-296 for changeset c19c15a9e9bf
2011-09-07 15:04:31 +02:00
Bram Moolenaar
a62ee05d73
updated for version 7.3.296
...
Problem: When writing to an external command a zombie process may be left
behind.
Solution: Wait on the process. (James Vega)
2011-09-07 15:04:31 +02:00
Bram Moolenaar
ed7aad195b
Added tag v7-3-295 for changeset 0d8494c05113
2011-09-07 14:06:47 +02:00
Bram Moolenaar
1dd6de0e4c
updated for version 7.3.295
...
Problem: When filtering text with an external command Vim may not read all
the output.
Solution: When select() is interrupted loop and try again. (James Vega)
2011-09-07 14:06:47 +02:00
Bram Moolenaar
7aee3b2f6f
Added tag v7-3-294 for changeset dbd73fe939cf
2011-09-05 20:13:42 +02:00
Bram Moolenaar
df018188ba
updated for version 7.3.294
...
Problem: Patch 289 causes more problems than it solves.
Solution: Rever the patch untill a better solution is found.
2011-09-05 20:13:42 +02:00
Bram Moolenaar
6027889f5f
Added tag v7-3-293 for changeset 6cd0d6413a2e
2011-09-02 14:18:20 +02:00
Bram Moolenaar
b711cb948c
updated for version 7.3.293
...
Problem: MSVC compiler has a problem with non-ASCII characters.
Solution: Avoid non-ASCII characters. (Hong Xu)
2011-09-02 14:18:20 +02:00
Bram Moolenaar
d720f7c724
Added tag v7-3-292 for changeset b6af1c5dd22f
2011-09-02 14:07:36 +02:00
Bram Moolenaar
16013aeade
updated for version 7.3.292
...
Problem: Crash when using fold markers and selecting a visual block that
includes a folded line and goes to end of line. (Sam Lidder)
Solution: Check for the column to be MAXCOL. (James Vega)
2011-09-02 14:07:36 +02:00
Bram Moolenaar
bf11b46d02
Added tag v7-3-291 for changeset e8ee4b4ebf41
2011-09-02 12:27:25 +02:00
Bram Moolenaar
51af0d29da
updated for version 7.3.291
...
Problem: Configure doesn't work properly with Python3.
Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland
Puntaier)
2011-09-02 12:27:25 +02:00
Bram Moolenaar
e02d555935
Added tag v7-3-290 for changeset df33dba4e553
2011-09-02 11:56:20 +02:00
Bram Moolenaar
e6cf4958e0
updated for version 7.3.290
...
Problem: When a BufWriteCmd autocommand resets 'modified' this doesn't
change older buffer states to be marked as 'modified' like
":write" does. (Yukihiro Nakadaira)
Solution: When the BufWriteCmd resets 'modified' then adjust the undo
information like ":write" does.
2011-09-02 11:56:20 +02:00
Bram Moolenaar
4e32250da0
Added tag v7-3-289 for changeset 44ffd0a8abcd
2011-08-28 16:02:28 +02:00
Bram Moolenaar
0693189b3d
updated for version 7.3.289
...
Problem: Complete function isn't called when the leader changed.
Solution: Call ins_compl_restart() when the leader changed. (Taro Muraoka)
2011-08-28 16:02:28 +02:00
Bram Moolenaar
b75ec5b812
Added tag v7-3-288 for changeset e4f3fa1a474e
2011-08-28 16:00:19 +02:00
Bram Moolenaar
9111b07d15
updated for version 7.3.288
...
Problem: has('python') may give an error message for not being able to load
the library after using python3.
Solution: Only give the error when the verbose argument is true.
2011-08-28 16:00:19 +02:00
Bram Moolenaar
cd30e5fb09
Added tag v7-3-287 for changeset 07bc2ccfe555
2011-08-27 15:10:04 +02:00
Bram Moolenaar
7d76998444
updated for version 7.3.287
...
Problem: Can't compile with MSVC and tiny options.
Solution: Move variables and #ifdefs. (Sergey Khorev)
2011-08-27 15:10:04 +02:00
Bram Moolenaar
5440e47038
Added tag v7-3-286 for changeset 3f822e54765c
2011-08-26 16:13:00 +02:00
Bram Moolenaar
92fd93f8ae
updated for version 7.3.286
...
Problem: Crash when using "zd" on a large number of folds. (Sam King)
Solution: Recompute pointer after reallocating array. Move fewer entries
when making room.
2011-08-26 16:13:00 +02:00