Mercurial > vim
view src/proto/gui_gtk_gresources.pro @ 8763:4b83af41f5db v7.4.1670
commit https://github.com/vim/vim/commit/a32095fc8fdf5fe3d487c86d9cc54adb1236731e
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 28 19:27:13 2016 +0200
patch 7.4.1670
Problem: Completion doesn't work well for a variable containing "#".
Solution: Recognize the "#". (Watiko)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 28 Mar 2016 19:30:06 +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 : */