commit | 0e57dd859ecb1e8a3b91509d2f4343e839340eb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 16 22:56:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 16 22:56:03 2019 +0200 |
tree | 50e5f097f3fe10851e7af017cea6cdef35b12402 | |
parent | 69198cb8c08f124729c41a4681f2d142228a9139 [diff] [blame] |
patch 8.1.2047: cannot check the current state Problem: Cannot check the current state. Solution: Add the state() function.
diff --git a/src/proto/main.pro b/src/proto/main.pro index 2c07cea..caf435e 100644 --- a/src/proto/main.pro +++ b/src/proto/main.pro
@@ -2,6 +2,7 @@ int vim_main2(void); void common_init(mparm_T *paramp); int is_not_a_term(void); +int op_pending(void); void may_trigger_safestate(int safe); void state_no_longer_safe(void); void leave_unsafe_state(void);