Mercurial > vim
view src/proto/if_tcl.pro @ 7189:0b4387f570ec v7.4.904
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 2 12:50:55 2015 +0100
patch 7.4.904
Problem: Vim does not provide .desktop files.
Solution: Include and install .desktop files. (James McCoy, closes #455)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Nov 2015 13:00:04 +0100 |
parents | e63691e7c504 |
children | 21b0a39d13ed |
line wrap: on
line source
/* if_tcl.c */ void vim_tcl_init __ARGS((char *arg)); int tcl_enabled __ARGS((int verbose)); void tcl_end __ARGS((void)); void ex_tcl __ARGS((exarg_T *eap)); void ex_tclfile __ARGS((exarg_T *eap)); void ex_tcldo __ARGS((exarg_T *eap)); void tcl_buffer_free __ARGS((buf_T *buf)); void tcl_window_free __ARGS((win_T *win)); /* vim: set ft=c : */