Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
fdac490d
Commit
fdac490d
authored
20 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0056
parent
8bf59b95
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ex_cmds.c
+4
-0
4 additions, 0 deletions
src/ex_cmds.c
src/proto/misc2.pro
+1
-0
1 addition, 0 deletions
src/proto/misc2.pro
with
5 additions
and
0 deletions
src/ex_cmds.c
+
4
−
0
View file @
fdac490d
...
...
@@ -4663,6 +4663,7 @@ ex_global(eap)
return
;
}
#if 0
#ifdef HAVE_SETJMP_H
/*
* Matching with a regexp may cause a very deep recursive call of
...
...
@@ -4681,6 +4682,7 @@ ex_global(eap)
got_int = TRUE;
goto jumpend;
}
#endif
#endif
/*
...
...
@@ -4698,9 +4700,11 @@ ex_global(eap)
line_breakcheck
();
}
#if 0
#ifdef HAVE_SETJMP_H
jumpend:
mch_endjmp();
#endif
#endif
/*
...
...
This diff is collapsed.
Click to expand it.
src/proto/misc2.pro
+
1
−
0
View file @
fdac490d
...
...
@@ -52,6 +52,7 @@ void ga_concat __ARGS((garray_T *gap, char_u *s));
void
ga_append
__ARGS
((
garray_T
*
gap
,
int
c
));
int
name_to_mod_mask
__ARGS
((
int
c
));
int
simplify_key
__ARGS
((
int
key
,
int
*
modifiers
));
int
handle_x_keys
__ARGS
((
int
key
));
char_u
*
get_special_key_name
__ARGS
((
int
c
,
int
modifiers
));
int
trans_special
__ARGS
((
char_u
**
srcp
,
char_u
*
dst
,
int
keycode
));
int
find_special_key
__ARGS
((
char_u
**
srcp
,
int
*
modp
,
int
keycode
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment