comparison src/proto/misc1.pro @ 18104:e59ff7b5d7a7 v8.1.2047

patch 8.1.2047: cannot check the current state Commit: https://github.com/vim/vim/commit/0e57dd859ecb1e8a3b91509d2f4343e839340eb8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 16 22:56:03 2019 +0200 patch 8.1.2047: cannot check the current state Problem: Cannot check the current state. Solution: Add the state() function.
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Sep 2019 23:00:04 +0200
parents d1e77015f60b
children 1868ec23360e
comparison
equal deleted inserted replaced
18103:71bc51a0d8d8 18104:e59ff7b5d7a7
22 int inindent(int extra); 22 int inindent(int extra);
23 char_u *skip_to_option_part(char_u *p); 23 char_u *skip_to_option_part(char_u *p);
24 void check_status(buf_T *buf); 24 void check_status(buf_T *buf);
25 int ask_yesno(char_u *str, int direct); 25 int ask_yesno(char_u *str, int direct);
26 int is_mouse_key(int c); 26 int is_mouse_key(int c);
27 void f_mode(typval_T *argvars, typval_T *rettv);
28 void f_state(typval_T *argvars, typval_T *rettv);
27 int get_keystroke(void); 29 int get_keystroke(void);
28 int get_number(int colon, int *mouse_used); 30 int get_number(int colon, int *mouse_used);
29 int prompt_for_number(int *mouse_used); 31 int prompt_for_number(int *mouse_used);
30 void msgmore(long n); 32 void msgmore(long n);
31 void beep_flush(void); 33 void beep_flush(void);