annotate src/proto/digraph.pro @ 5936:88a6e9f33822
v7.4.309
updated for version 7.4.309
Problem: When increasing the size of the lower window, the upper window
jumps back to the top. (Ron Aaron)
Solution: Change setting the topline. (Nobuhiro Takasaki)
author |
Bram Moolenaar <bram@vim.org> |
date |
Wed, 28 May 2014 13:43:04 +0200 |
parents |
9e119e0ade5d |
children |
21b0a39d13ed |
rev |
line source |
7
|
1 /* digraph.c */
|
1118
|
2 int do_digraph __ARGS((int c));
|
|
3 int get_digraph __ARGS((int cmdline));
|
3929
|
4 int getdigraph __ARGS((int char1, int char2, int meta_char));
|
1118
|
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 : */
|