comparison src/if_python.c @ 7969:0de25de30ba3 v7.4.1280

commit https://github.com/vim/vim/commit/eba6d8c66c3511a5e1bfe6ffa30c8bea47d129ad Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 19:25:51 2016 +0100 patch 7.4.1280 Problem: Missing case value. Solution: Add VAR_JOB.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 19:30:06 +0100
parents a028a16110e2
children c6443e78cf2d
comparison
equal deleted inserted replaced
7968:c4cbb5689388 7969:0de25de30ba3
1558 break; 1558 break;
1559 case VAR_NUMBER: 1559 case VAR_NUMBER:
1560 case VAR_STRING: 1560 case VAR_STRING:
1561 case VAR_FLOAT: 1561 case VAR_FLOAT:
1562 case VAR_SPECIAL: 1562 case VAR_SPECIAL:
1563 case VAR_JOB:
1563 break; 1564 break;
1564 } 1565 }
1565 } 1566 }
1566 1567
1567 /* Don't generate a prototype for the next function, it generates an error on 1568 /* Don't generate a prototype for the next function, it generates an error on