Mercurial > vim
view src/proto/if_cscope.pro @ 30944:109aa4913cba v9.0.0806
patch 9.0.0806: 'langmap' works differently when there are modifiers
Commit: https://github.com/vim/vim/commit/49660f5139d3fd55326a54eadf6bb31a3ffec2bf
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu Oct 20 17:59:38 2022 +0100
patch 9.0.0806: 'langmap' works differently when there are modifiers
Problem: 'langmap' works differently when there are modifiers.
Solution: Only apply 'langmap' to a character where modifiers have no
effect. (closes #11395, closes #11404)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 20 Oct 2022 19:00:04 +0200 |
parents | 05b240971884 |
children |
line wrap: on
line source
/* if_cscope.c */ char_u *get_cscope_name(expand_T *xp, int idx); void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx); void ex_cscope(exarg_T *eap); void ex_scscope(exarg_T *eap); void ex_cstag(exarg_T *eap); int cs_fgets(char_u *buf, int size); void cs_free_tags(void); void cs_print_tags(void); void cs_end(void); void f_cscope_connection(typval_T *argvars, typval_T *rettv); /* vim: set ft=c : */