view src/proto/gui_gtk_gresources.pro @ 20743:a672feb8fc4f v8.2.0924

patch 8.2.0924: cannot save and restore a register properly Commit: https://github.com/vim/vim/commit/bb861e293e0170455184079fa537278754b07911 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 18:16:36 2020 +0200 patch 8.2.0924: cannot save and restore a register properly Problem: Cannot save and restore a register properly. Solution: Add getreginfo() and make setreg() accept a dictionary. (Andy Massimino, closes #3370)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 18:30:03 +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 : */