Mercurial > vim
view src/proto/if_tcl.pro @ 17722:bf807c68ac80 v8.1.1858
patch 8.1.1858: test for multi-byte mapping fails on some systems
commit https://github.com/vim/vim/commit/2f710afe7f166973c879bf7424678ba84368c1bb
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 16 20:56:03 2019 +0200
patch 8.1.1858: test for multi-byte mapping fails on some systems
Problem: Test for multi-byte mapping fails on some systems.
Solution: Test in another way.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 16 Aug 2019 21:00:03 +0200 |
parents | 21b0a39d13ed |
children | 9a1b96ae26d1 |
line wrap: on
line source
/* if_tcl.c */ void vim_tcl_init(char *arg); int tcl_enabled(int verbose); void tcl_end(void); void ex_tcl(exarg_T *eap); void ex_tclfile(exarg_T *eap); void ex_tcldo(exarg_T *eap); void tcl_buffer_free(buf_T *buf); void tcl_window_free(win_T *win); /* vim: set ft=c : */