Mercurial > vim
view src/proto/if_ruby.pro @ 7152:cbdc02d71a18 v7.4.887
commit https://github.com/vim/vim/commit/c2b717ebd6719e722dcb5f10e4c74033a53ff7c7
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 29 15:06:14 2015 +0200
patch 7.4.887
Problem: Using uninitialized memory for regexp with back reference.
(Dominique Pelle)
Solution: Initialize end_lnum.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 29 Sep 2015 15:15:04 +0200 |
parents | c9820396afb9 |
children | 21b0a39d13ed |
line wrap: on
line source
/* if_ruby.c */ int ruby_enabled __ARGS((int verbose)); void ruby_end __ARGS((void)); void ex_ruby __ARGS((exarg_T *eap)); void ex_rubydo __ARGS((exarg_T *eap)); void ex_rubyfile __ARGS((exarg_T *eap)); void ruby_buffer_free __ARGS((buf_T *buf)); void ruby_window_free __ARGS((win_T *win)); void vim_ruby_init __ARGS((void *stack_start)); /* vim: set ft=c : */