view src/proto/version.pro @ 3190:54ef99c39139 v7.3.365

updated for version 7.3.365 Problem: Crash when using a large Unicode character in a file that has syntax highlighting. (ngollan) Solution: Check for going past the end of the utf tables. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 15:09:52 +0100
parents e63691e7c504
children 71859e71b1f9
line wrap: on
line source

/* version.c */
void make_version __ARGS((void));
int highest_patch __ARGS((void));
int has_patch __ARGS((int n));
void ex_version __ARGS((exarg_T *eap));
void list_version __ARGS((void));
void intro_message __ARGS((int colon));
void ex_intro __ARGS((exarg_T *eap));
/* vim: set ft=c : */