annotate src/proto/digraph.pro @ 2071:8a0a8f10b43e
v7.2.356
updated for version 7.2.356
Problem: When 'foldmethod' is changed not all folds are closed as expected.
Solution: In foldUpdate() correct the start position and reset fd_flags when
w_foldinvalid is set. (Lech Lorens)
author |
Bram Moolenaar <bram@zimbu.org> |
date |
Wed, 03 Feb 2010 18:14:49 +0100 |
parents |
2b8ff9e3c520 |
children |
9e119e0ade5d |
rev |
line source |
7
|
1 /* digraph.c */
|
1118
|
2 int do_digraph __ARGS((int c));
|
|
3 int get_digraph __ARGS((int cmdline));
|
|
4 int getdigraph __ARGS((int char1, int char2, int meta));
|
|
5 void putdigraph __ARGS((char_u *str));
|
|
6 void listdigraphs __ARGS((void));
|
|
7 char_u *keymap_init __ARGS((void));
|
|
8 void ex_loadkeymap __ARGS((exarg_T *eap));
|
7
|
9 /* vim: set ft=c : */
|