Mercurial > vim
view src/proto/if_cscope.pro @ 15091:e8fdc71f3ea0 v8.1.0556
patch 8.1.0556: saving/restoring search patterns share saved last_idx
commit https://github.com/vim/vim/commit/ed8bc78d2386d22656ba1d3e5cf739dd12964dce
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 1 21:08:21 2018 +0100
patch 8.1.0556: saving/restoring search patterns share saved last_idx
Problem: Saving/restoring search patterns share saved last_idx.
Solution: Use a separate saved last_idx for saving search patterns for
functions and incremental search.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 01 Dec 2018 21:15:04 +0100 |
parents | bd674706408a |
children | 5c8906f653f5 |
line wrap: on
line source
/* if_cscope.c */ char_u *get_cscope_name(expand_T *xp, int idx); void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx); void ex_cscope(exarg_T *eap); void ex_scscope(exarg_T *eap); void ex_cstag(exarg_T *eap); int cs_fgets(char_u *buf, int size); void cs_free_tags(void); void cs_print_tags(void); int cs_connection(int num, char_u *dbpath, char_u *ppath); void cs_end(void); /* vim: set ft=c : */