Bram Moolenaar
18ca87eb44
Added tag v7-3-430 for changeset a9f8dd20a49f
2012-02-05 20:08:36 +01:00
Bram Moolenaar
039b3449d8
updated for version 7.3.430
...
Problem: When a custom filetype detection uses "augroup END" the conf
fileytpe detection does not have the filetypedetect group.
Solution: Always end the group and include filetypedetect in the conf
autocommand. (Lech Lorens)
2012-02-05 20:08:36 +01:00
Bram Moolenaar
d5b2b4d274
Added tag v7-3-429 for changeset c9366ca36f6f
2012-02-05 01:18:48 +01:00
Bram Moolenaar
ea09aef397
updated for version 7.3.429
...
Problem: When 'cpoptions' includes "E" "c0" in the first column is an
error. The redo register is then set to the errornous command.
Solution: Do not set the redo register if the command fails because of an
empty region. (Hideki Eiraku)
2012-02-05 01:18:48 +01:00
Bram Moolenaar
6ff44243b3
Added tag v7-3-428 for changeset d473f39aeadf
2012-02-05 00:48:00 +01:00
Bram Moolenaar
f56439a251
updated for version 7.3.428
...
Problem: Win32: an xpm file without a mask crashes Vim.
Solution: Fail when the mask is missing. (Dave Bodenstab)
2012-02-05 00:48:00 +01:00
Bram Moolenaar
4aa1c44ff4
Added tag v7-3-427 for changeset 45467d77047d
2012-02-05 00:39:19 +01:00
Bram Moolenaar
5dc93ea619
updated for version 7.3.427
...
Problem: readfile() can be slow with long lines.
Solution: Use realloc() instead of alloc(). (John Little)
2012-02-05 00:39:18 +01:00
Bram Moolenaar
1754627300
Added tag v7-3-426 for changeset c70c005f61fb
2012-02-04 23:35:00 +01:00
Bram Moolenaar
94f6708715
updated for version 7.3.426
...
Problem: With '$' in 'cpoptions' the $ is not displayed in the first
column.
Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and
Hirohito Higashi)
2012-02-04 23:35:00 +01:00
Bram Moolenaar
e7e9d1e506
Added tag v7-3-425 for changeset 7b17a38eb223
2012-02-04 22:44:32 +01:00
Bram Moolenaar
18c970d243
updated for version 7.3.425
...
Problem: Search history lines are duplicated. (Edwin Steiner)
Solution: Convert separator character from space to NUL.
2012-02-04 22:44:32 +01:00
Bram Moolenaar
5ec5c0ac36
Added tag v7-3-424 for changeset 2e4539dc2de7
2012-02-04 22:01:48 +01:00
Bram Moolenaar
6121816fe5
updated for version 7.3.424
...
Problem: Win16 version missing some functions.
Solution: Add #defines for the functions.
2012-02-04 22:01:48 +01:00
Bram Moolenaar
397e6e995e
Added tag v7-3-423 for changeset b7811ab264bf
2012-02-04 21:59:02 +01:00
Bram Moolenaar
a3f97d330b
updated for version 7.3.423
...
Problem: Small mistakes in comments, proto and indent.
Solution: Fix the mistakes.
Also update runtime files
2012-02-04 21:59:01 +01:00
Bram Moolenaar
42b8d0905d
Added tag v7-3-422 for changeset 60f6df978a41
2012-02-04 20:17:26 +01:00
Bram Moolenaar
c96eea8a96
updated for version 7.3.422
...
Problem: Python 3 does not have __members__.
Solution: Add "name" and "number" in another way. (lilydjwg)
2012-02-04 20:17:26 +01:00
Bram Moolenaar
481a37cee7
Added tag v7-3-421 for changeset 076003f52582
2012-01-28 18:03:35 +01:00
Bram Moolenaar
399c0ade89
updated for version 7.3.421
...
Problem: Get E832 when setting 'undofile' in vimrc and there is a file to
be edited on the command line. (Toothpik)
Solution: Do not try reading the undo file for a file that wasn't loaded.
2012-01-28 18:03:35 +01:00
Bram Moolenaar
c182d6b4e1
Added tag v7-3-420 for changeset ded8f5add04c
2012-01-26 20:58:26 +01:00
Bram Moolenaar
661533484a
updated for version 7.3.420
...
Problem: "it" and "at" don't work properly with a dash in the tag name.
Solution: Require a space to match the tag name. (Christian Brabandt)
2012-01-26 20:58:26 +01:00
Bram Moolenaar
e325a542b5
Added tag v7-3-419 for changeset f4574729f6df
2012-01-26 20:41:26 +01:00
Bram Moolenaar
edb3284b45
updated for version 7.3.419
...
Problem: DBCS encoding in a user command does not always work.
Solution: Skip over DBCS characters. (Yasuhiro Matsumoto)
2012-01-26 20:41:26 +01:00
Bram Moolenaar
2279689472
Added tag v7-3-418 for changeset 4500a0ad2e0a
2012-01-26 18:58:38 +01:00
Bram Moolenaar
b14fac3031
updated for version 7.3.418
...
Problem: When a user complete function returns -1 an error message is
given.
Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto)
2012-01-26 18:58:38 +01:00
Bram Moolenaar
d329fec2ef
Added tag v7-3-417 for changeset 63d3541d0733
2012-01-26 18:56:48 +01:00
Bram Moolenaar
228d026ef8
updated for version 7.3.417
...
Problem: Test 43 fails with a tiny build.
Solution: Only run test 43 with at least a small build.
2012-01-26 18:56:47 +01:00
Bram Moolenaar
208bd57c5f
Added tag v7-3-416 for changeset 22a626604672
2012-01-26 18:52:42 +01:00
Bram Moolenaar
0c138d5c13
updated for version 7.3.416
...
Problem: Compiler warning for wrong pointer.
Solution: Add type cast.
2012-01-26 18:52:06 +01:00
Bram Moolenaar
a4bbae4a0b
Added tag v7-3-416 for changeset 5c5ca538693f
2012-01-26 18:03:07 +01:00
Bram Moolenaar
eb45303650
updated for version 7.3.416
...
Problem: Compiler warning for wrong pointer.
Solution: Add type cast.
2012-01-26 18:03:07 +01:00
Bram Moolenaar
bcefff30cb
Added tag v7-3-415 for changeset e7e4dbac7ded
2012-01-26 14:32:30 +01:00
Bram Moolenaar
d55c29cbde
updated for version 7.3.415
...
Problem: Completion of functions stops once a dictionary is encountered.
(James McCoy)
Solution: Return an empty string instead of NULL.
2012-01-26 14:32:30 +01:00
Bram Moolenaar
3c225b54c4
Added tag v7-3-414 for changeset c7861dd3b593
2012-01-26 13:40:08 +01:00
Bram Moolenaar
85730ac25d
updated for version 7.3.414
...
Problem: Using CTRL-A on "000" drops the leading zero, while on "001" it
doesn't.
Solution: Detect "000" as an octal number. (James McCoy)
2012-01-26 13:40:08 +01:00
Bram Moolenaar
6b66fff6ec
Added tag v7-3-413 for changeset 821c8be2e9d6
2012-01-26 13:01:59 +01:00
Bram Moolenaar
71850c2e4b
updated for version 7.3.413
...
Problem: Build warnings on MS-Windows.
Solution: Add type casts. (Mike Williams)
2012-01-26 13:01:59 +01:00
Bram Moolenaar
0086556fcf
Added tag v7-3-412 for changeset aaee60933022
2012-01-26 11:45:30 +01:00
Bram Moolenaar
a9b9200e3e
updated for version 7.3.412
...
Problem: Storing a float in a session file has an additional '&'.
Solution: Remove the '&'. (Yasuhiro Matsumoto)
2012-01-26 11:45:30 +01:00
Bram Moolenaar
fe85efe631
Added tag v7-3-411 for changeset 8066fb7e3564
2012-01-26 11:43:09 +01:00
Bram Moolenaar
a8dd3f8d97
updated for version 7.3.411
...
Problem: Pasting in Visual mode using the "" register does not work. (John
Beckett)
Solution: Detect that the write is overwriting the pasted register.
(Christian Brabandt)
2012-01-26 11:43:09 +01:00
Bram Moolenaar
59a1a68d04
Added tag v7-3-410 for changeset 5cf2a671d8eb
2012-01-23 20:48:40 +01:00
Bram Moolenaar
d08d2e5a8f
updated for version 7.3.410
...
Problem: Compiler error for // comment. (Joachim Schmitz)
Solution: Turn into /* comment */.
2012-01-23 20:48:40 +01:00
Bram Moolenaar
28c3eac9a5
Added tag v7-3-409 for changeset 7b59c2c032ca
2012-01-20 21:14:00 +01:00
Bram Moolenaar
0226bb39ed
updated for version 7.3.409
...
Problem: The license in pty.c is unclear.
Solution: Add a comment about the license.
2012-01-20 21:13:59 +01:00
Bram Moolenaar
3625badb5c
Update runtime files.
2012-01-20 21:08:56 +01:00
Bram Moolenaar
865c57cb89
Added tag v7-3-408 for changeset 1fec3c62f6e8
2012-01-20 20:54:20 +01:00
Bram Moolenaar
083f6dcdeb
updated for version 7.3.408
...
Problem: Missing declaration.
Solution: Add the declaration. (John Marriott)
2012-01-20 20:54:19 +01:00
Bram Moolenaar
76a92868d6
Added tag v7-3-407 for changeset 55cebc7e5de0
2012-01-20 20:44:43 +01:00