comparison src/proto/charset.pro @ 6927:58d9f967ae1a v7.4.782

patch 7.4.782 Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode. Solution: Fix the reported problems. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 13:03:48 +0200
parents ef83b423ebf7
children ad432f8f68fb
comparison
equal deleted inserted replaced
6926:b2839b524d9f 6927:58d9f967ae1a
47 int vim_tolower __ARGS((int c)); 47 int vim_tolower __ARGS((int c));
48 char_u *skiptowhite __ARGS((char_u *p)); 48 char_u *skiptowhite __ARGS((char_u *p));
49 char_u *skiptowhite_esc __ARGS((char_u *p)); 49 char_u *skiptowhite_esc __ARGS((char_u *p));
50 long getdigits __ARGS((char_u **pp)); 50 long getdigits __ARGS((char_u **pp));
51 int vim_isblankline __ARGS((char_u *lbuf)); 51 int vim_isblankline __ARGS((char_u *lbuf));
52 void vim_str2nr __ARGS((char_u *start, int *hexp, int *len, int dooct, int dohex, long *nptr, unsigned long *unptr)); 52 void vim_str2nr __ARGS((char_u *start, int *hexp, int *len, int dooct, int dohex, long *nptr, unsigned long *unptr, int strlen));
53 int hex2nr __ARGS((int c)); 53 int hex2nr __ARGS((int c));
54 int hexhex2nr __ARGS((char_u *p)); 54 int hexhex2nr __ARGS((char_u *p));
55 int rem_backslash __ARGS((char_u *str)); 55 int rem_backslash __ARGS((char_u *str));
56 void backslash_halve __ARGS((char_u *p)); 56 void backslash_halve __ARGS((char_u *p));
57 char_u *backslash_halve_save __ARGS((char_u *p)); 57 char_u *backslash_halve_save __ARGS((char_u *p));