view src/gui_gtk_res.xml @ 8995:3cf6704d6efc v7.4.1783

commit https://github.com/vim/vim/commit/af98a49dd0ef1661b4998f118151fddbf6e4df75 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 24 14:40:12 2016 +0200 patch 7.4.1783 Problem: The old regexp engine doesn't handle character classes correctly. (Manuel Ortega) Solution: Use regmbc() instead of regc(). Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Apr 2016 14: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>