Mercurial > vim
view src/gui_gtk_res.xml @ 27199:d4f254d02d7c v8.2.4128
patch 8.2.4128: crash when method cannot be found
Commit: https://github.com/vim/vim/commit/64283d5e1f5487e2dbaa17d478e6eae040daa064
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 18 10:37:29 2022 +0000
patch 8.2.4128: crash when method cannot be found
Problem: Crash when method cannot be found. (Christian J. Robinson)
Solution: Don't mix up pointer names.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 18 Jan 2022 11:45:04 +0100 |
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>