vim-patch:7.4.831

Problem:    When expanding `=expr` on the command line and encountering an
            error, the command is executed anyway.
Solution:   Bail out when an error is detected.

3f188935ec
This commit is contained in:
watiko
2016-02-12 16:29:05 +09:00
parent fc51f86b72
commit c8561ecf26
2 changed files with 16 additions and 16 deletions

View File

@@ -459,7 +459,7 @@ static int included_patches[] = {
834,
833,
// 832,
// 831,
831,
830,
// 829 NA
828,