comparison runtime/doc/version6.txt @ 3557:9cb3a75a20b9

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Jun 2012 22:38:45 +0200
parents 073ff46fe397
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
3556:1110869e267a 3557:9cb3a75a20b9
2450 vim_FullName() to avoid that various machine specific functions do it 2450 vim_FullName() to avoid that various machine specific functions do it
2451 differently. 2451 differently.
2452 2452
2453 ":n *.c" ":cd .." ":n" didn't use the original directory of the file. Vi only 2453 ":n *.c" ":cd .." ":n" didn't use the original directory of the file. Vi only
2454 does it for the current file (looks like a bug). Now remember the buffer used 2454 does it for the current file (looks like a bug). Now remember the buffer used
2455 for the entry in the argument list and use it's name (adjusted when doing 2455 for the entry in the argument list and use its name (adjusted when doing
2456 ":cd"), unless it's deleted. 2456 ":cd"), unless it's deleted.
2457 2457
2458 When inserting a special key as its name ("<F8>" as four characters) after 2458 When inserting a special key as its name ("<F8>" as four characters) after
2459 moving around in Insert mode, undo didn't work properly. 2459 moving around in Insert mode, undo didn't work properly.
2460 2460
3673 When double clicking on the first character of a word while 'selection' is 3673 When double clicking on the first character of a word while 'selection' is
3674 "exclusive" didn't select that word. 3674 "exclusive" didn't select that word.
3675 3675
3676 3676
3677 Patch 6.0.001 3677 Patch 6.0.001
3678 Problem: Loading the sh.vim syntax file causes error messages . (Corinna 3678 Problem: Loading the sh.vim syntax file causes error messages. (Corinna
3679 Vinschen) 3679 Vinschen)
3680 Solution: Add an "if". (Charles Campbell) 3680 Solution: Add an "if". (Charles Campbell)
3681 Files: runtime/syntax/sh.vim 3681 Files: runtime/syntax/sh.vim
3682 3682
3683 Patch 6.0.002 3683 Patch 6.0.002
9089 Files: src/Make_w16.mak, src/testdir/Make_dos.mak 9089 Files: src/Make_w16.mak, src/testdir/Make_dos.mak
9090 9090
9091 Patch 6.1.402 9091 Patch 6.1.402
9092 Problem: When evaluating a function name with curly braces, an error 9092 Problem: When evaluating a function name with curly braces, an error
9093 is not handled consistently. 9093 is not handled consistently.
9094 Solution: Accept the result of an curly braces expression when an 9094 Solution: Accept the result of a curly braces expression when an
9095 error was encountered. Skip evaluating an expression in curly 9095 error was encountered. Skip evaluating an expression in curly
9096 braces when skipping. (Servatius Brandt) 9096 braces when skipping. (Servatius Brandt)
9097 Files: src/eval.c 9097 Files: src/eval.c
9098 9098
9099 Patch 6.1.403 (extra) 9099 Patch 6.1.403 (extra)