feat/tagfunc: 'tagfunc' now takes two arguments.
commitd268a4d63478c1651c06b4cb177c619f93d89cae
authorLech Lorens <lech.lorens@gmail.com>
Tue, 27 Apr 2010 20:34:56 +0000 (27 22:34 +0200)
committerLech Lorens <lech.lorens@gmail.com>
Sat, 1 May 2010 09:49:58 +0000 (1 11:49 +0200)
tree6324098f201c472962a87a35f70458e5b41c27d8
parent230ff09ca3b3176ccbbb3e53d29e166616014288
feat/tagfunc: 'tagfunc' now takes two arguments.

The first argument passed to 'tagfunc' is the pattern to be searched.
The second argument is a string - a set of flags which may be used to
control the behaviour of 'tagfunc'. The only flag that may appear as the
second argument at this time is 'c', which indicates that 'tagfunc' may
want to look at the context around the cursor to improve the search
result. In other words, the tag search is being performed due to a
normal command being processed, not a command from the command line.
src/edit.c
src/globals.h
src/normal.c
src/tag.c