Bram Moolenaar
|
187a4f2814
|
patch 8.0.0355: using uninitialized memory when 'isfname' is empty
Problem: Using uninitialized memory when 'isfname' is empty.
Solution: Don't call getpwnam() without an argument. (Dominique Pelle,
closes #1464)
|
2017-02-23 17:07:14 +01:00 |
|
Bram Moolenaar
|
673911457d
|
patch 8.0.0342: double free with EXITFREE and setting 'ttytype'
Problem: Double free when compiled with EXITFREE and setting 'ttytype'.
Solution: Avoid setting P_ALLOCED on 'ttytype'. (Dominique Pelle,
closes #1461)
|
2017-02-19 21:07:04 +01:00 |
|
Bram Moolenaar
|
226c534291
|
patch 8.0.0333: illegal memory access when 'complete' ends in a backslash
Problem: Illegal memory access when 'complete' ends in a backslash.
Solution: Check for trailing backslash. (Dominique Pelle, closes #1478)
|
2017-02-17 14:53:15 +01:00 |
|
Bram Moolenaar
|
aaaf57d8a9
|
patch 8.0.0305: invalid memory access when option has duplicate flag
Problem: Invalid memory access when option has duplicate flag.
Solution: Correct pointer computation. (Dominique Pelle, closes #1442)
|
2017-02-05 14:13:20 +01:00 |
|
Bram Moolenaar
|
698f8b207b
|
patch 8.0.0301: not enough testing for setting options
Problem: No tests for ":set completion" and various errors of the :set
command.
Solution: Add more :set tests. (Dominique Pelle, closes #1440)
|
2017-02-04 15:53:32 +01:00 |
|
Bram Moolenaar
|
f422bcc7f9
|
patch 8.0.0104
Problem: Value of 'thesaurus' option not checked properly.
Solution: Add P_NDNAME flag. (Daisuke Suzuki)
|
2016-11-26 17:45:53 +01:00 |
|
Bram Moolenaar
|
7554da4033
|
patch 8.0.0102
Problem: Cannot set 'dictionary' to a path.
Solution: Allow for slash and backslash. Add a test (partly by Daisuke
Suzuki, closes #1279, closes #1284)
|
2016-11-25 22:04:13 +01:00 |
|
Bram Moolenaar
|
9376f5f482
|
patch 8.0.0057
Problem: Tests fail without the 'keymap' features.
Solution: Check for feature in test.
|
2016-11-04 16:41:20 +01:00 |
|
Bram Moolenaar
|
d0b5138ba4
|
patch 8.0.0056
Problem: When setting 'filetype' there is no check for a valid name.
Solution: Only allow valid characters in 'filetype', 'syntax' and 'keymap'.
|
2016-11-04 15:23:45 +01:00 |
|
Bram Moolenaar
|
ebcccad573
|
patch 7.4.2203
Problem: Test fails with normal features.
Solution: Check is signs are supported.
|
2016-08-12 19:17:13 +02:00 |
|
Bram Moolenaar
|
95ec9d6a6a
|
patch 7.4.2201
Problem: The sign column disappears when the last sign is deleted.
Solution: Add the 'signcolumn' option. (Christian Brabandt)
|
2016-08-12 18:29:59 +02:00 |
|
Bram Moolenaar
|
c8ce615299
|
patch 7.4.2174
Problem: Adding duplicate flags to 'whichwrap' leaves commas behind.
Solution: Also remove the commas. (Naruhiko Nishino)
|
2016-08-07 13:48:20 +02:00 |
|