comparison src/proto/search.pro @ 3701:9f48a5432997 v7.3.610

updated for version 7.3.610 Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jul 2012 15:06:34 +0200
parents 488be8cbe19c
children 9e119e0ade5d
comparison
equal deleted inserted replaced
3700:b21287fb280b 3701:9f48a5432997
25 int fwd_word __ARGS((long count, int bigword, int eol)); 25 int fwd_word __ARGS((long count, int bigword, int eol));
26 int bck_word __ARGS((long count, int bigword, int stop)); 26 int bck_word __ARGS((long count, int bigword, int stop));
27 int end_word __ARGS((long count, int bigword, int stop, int empty)); 27 int end_word __ARGS((long count, int bigword, int stop, int empty));
28 int bckend_word __ARGS((long count, int bigword, int eol)); 28 int bckend_word __ARGS((long count, int bigword, int eol));
29 int current_word __ARGS((oparg_T *oap, long count, int include, int bigword)); 29 int current_word __ARGS((oparg_T *oap, long count, int include, int bigword));
30 int current_search __ARGS((long count, int forward));
30 int current_sent __ARGS((oparg_T *oap, long count, int include)); 31 int current_sent __ARGS((oparg_T *oap, long count, int include));
31 int current_block __ARGS((oparg_T *oap, long count, int include, int what, int other)); 32 int current_block __ARGS((oparg_T *oap, long count, int include, int what, int other));
32 int current_tagblock __ARGS((oparg_T *oap, long count_arg, int include)); 33 int current_tagblock __ARGS((oparg_T *oap, long count_arg, int include));
33 int current_par __ARGS((oparg_T *oap, long count, int include, int type)); 34 int current_par __ARGS((oparg_T *oap, long count, int include, int type));
34 int current_quote __ARGS((oparg_T *oap, long count, int include, int quotechar)); 35 int current_quote __ARGS((oparg_T *oap, long count, int include, int quotechar));