Mercurial > vim
view src/gui_gtk_res.xml @ 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 | e2fe7a67b3a4 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/org/vim/gui/icon"> <file>stock_vim_build_tags.png</file> <file>stock_vim_find_help.png</file> <file>stock_vim_save_all.png</file> <file>stock_vim_session_load.png</file> <file>stock_vim_session_new.png</file> <file>stock_vim_session_save.png</file> <file>stock_vim_shell.png</file> <file>stock_vim_window_maximize.png</file> <file>stock_vim_window_maximize_width.png</file> <file>stock_vim_window_minimize.png</file> <file>stock_vim_window_minimize_width.png</file> <file>stock_vim_window_split.png</file> <file>stock_vim_window_split_vertical.png</file> </gresource> </gresources>