comparison runtime/doc/version6.txt @ 5244:eb7ce2918a03

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 16:02:18 +0200
parents 6ec6b7ff2d43
children 09c88160095d
comparison
equal deleted inserted replaced
5243:1acc2a779325 5244:eb7ce2918a03
1 *version6.txt* For Vim version 7.4a. Last change: 2008 Aug 06 1 *version6.txt* For Vim version 7.4a. Last change: 2013 Jul 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
10957 Solution: Save and restore the KeyTyped variable when evaluating 'foldexpr'. 10957 Solution: Save and restore the KeyTyped variable when evaluating 'foldexpr'.
10958 (Taro Muraoka) 10958 (Taro Muraoka)
10959 Files: src/fold.c 10959 Files: src/fold.c
10960 10960
10961 Patch 6.2.160 10961 Patch 6.2.160
10962 Problem: When 'virtualedit' is "all" and 'selection is "exclusive", 10962 Problem: When 'virtualedit' is "all" and 'selection' is "exclusive",
10963 selecting a double-width character below a single-width character 10963 selecting a double-width character below a single-width character
10964 may cause a crash. 10964 may cause a crash.
10965 Solution: Avoid overflow on unsigned integer decrement. (Taro Muraoka) 10965 Solution: Avoid overflow on unsigned integer decrement. (Taro Muraoka)
10966 Files: src/normal.c 10966 Files: src/normal.c
10967 10967
11617 Solution: Don't increment the menu item index. 11617 Solution: Don't increment the menu item index.
11618 Files: src/gui_gtk.c 11618 Files: src/gui_gtk.c
11619 11619
11620 Patch 6.2.256 11620 Patch 6.2.256
11621 Problem: Mac: "macroman" encoding isn't recognized, need to use 11621 Problem: Mac: "macroman" encoding isn't recognized, need to use
11622 "8bit-macroman. 11622 "8bit-macroman".
11623 Solution: Recognize "macroman" with an alias "mac". (Eckehard Berns) 11623 Solution: Recognize "macroman" with an alias "mac". (Eckehard Berns)
11624 Files: src/mbyte.c 11624 Files: src/mbyte.c
11625 11625
11626 Patch 6.2.257 (after 6.2.250) 11626 Patch 6.2.257 (after 6.2.250)
11627 Problem: Signs are deleted for ":bdel", but they could still be useful. 11627 Problem: Signs are deleted for ":bdel", but they could still be useful.