mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.2-230
This commit is contained in:
@@ -3708,11 +3708,10 @@ get_map_mode(cmdp, forceit)
|
|||||||
* Clear all mappings or abbreviations.
|
* Clear all mappings or abbreviations.
|
||||||
* 'abbr' should be FALSE for mappings, TRUE for abbreviations.
|
* 'abbr' should be FALSE for mappings, TRUE for abbreviations.
|
||||||
*/
|
*/
|
||||||
/*ARGSUSED*/
|
|
||||||
void
|
void
|
||||||
map_clear(cmdp, arg, forceit, abbr)
|
map_clear(cmdp, arg, forceit, abbr)
|
||||||
char_u *cmdp;
|
char_u *cmdp;
|
||||||
char_u *arg;
|
char_u *arg UNUSED;
|
||||||
int forceit;
|
int forceit;
|
||||||
int abbr;
|
int abbr;
|
||||||
{
|
{
|
||||||
@@ -3741,12 +3740,11 @@ map_clear(cmdp, arg, forceit, abbr)
|
|||||||
/*
|
/*
|
||||||
* Clear all mappings in "mode".
|
* Clear all mappings in "mode".
|
||||||
*/
|
*/
|
||||||
/*ARGSUSED*/
|
|
||||||
void
|
void
|
||||||
map_clear_int(buf, mode, local, abbr)
|
map_clear_int(buf, mode, local, abbr)
|
||||||
buf_T *buf; /* buffer for local mappings */
|
buf_T *buf UNUSED; /* buffer for local mappings */
|
||||||
int mode; /* mode in which to delete */
|
int mode; /* mode in which to delete */
|
||||||
int local; /* TRUE for buffer-local mappings */
|
int local UNUSED; /* TRUE for buffer-local mappings */
|
||||||
int abbr; /* TRUE for abbreviations */
|
int abbr; /* TRUE for abbreviations */
|
||||||
{
|
{
|
||||||
mapblock_T *mp, **mpp;
|
mapblock_T *mp, **mpp;
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
230,
|
||||||
/**/
|
/**/
|
||||||
229,
|
229,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user