Mercurial > vim
view src/proto/gui_gtk_gresources.pro @ 30079:105f946422d1 v9.0.0377
patch 9.0.0377: argument assignment does not work
Commit: https://github.com/vim/vim/commit/eb5adf19d15de4dd1d148954ac5345154f0fea60
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 4 13:41:37 2022 +0100
patch 9.0.0377: argument assignment does not work
Problem: Argument assignment does not work.
Solution: Skip over "=".
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 04 Sep 2022 14:45:02 +0200 |
parents | 744c66477ba9 |
children |
line wrap: on
line source
/* auto/gui_gtk_gresources.c */ GResource *gui_gtk_get_resource(void); void gui_gtk_unregister_resource(void); void gui_gtk_register_resource(void); /* vim: set ft=c : */