Mercurial > vim
view src/proto/version.pro @ 8144:efbb9916290c v7.4.1366
commit https://github.com/vim/vim/commit/663128270e6ea6b529c45ceee4b369734b8b2fdb
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 20 15:10:50 2016 +0100
patch 7.4.1366
Problem: Typo in test and resulting error in test result.
Solution: Fix the typo and correct the result. (James McCoy, close https://github.com/vim/vim/issues/650)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 20 Feb 2016 15:15:04 +0100 |
parents | 21b0a39d13ed |
children | 8ca1da2a043b |
line wrap: on
line source
/* version.c */ void make_version(void); int highest_patch(void); int has_patch(int n); void ex_version(exarg_T *eap); void list_version(void); void maybe_intro_message(void); void intro_message(int colon); void ex_intro(exarg_T *eap); /* vim: set ft=c : */