view src/gui_gtk_res.xml @ 29790:8874cb642b70 v9.0.0234

patch 9.0.0234: cannot make difference between :normal end and argument char Commit: https://github.com/vim/vim/commit/8d69637133e17370491b83da8657a15b991c2f76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 10:40:07 2022 +0100 patch 9.0.0234: cannot make difference between :normal end and argument char Problem: Cannot make difference between the end of :normal and a character in its argument. Solution: Add the "typebuf_was_empty" flag. (closes #10950)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 11:45: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>