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
db003517
Commit
db003517
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0225
parent
114216c4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/proto.h
+1
-1
1 addition, 1 deletion
src/proto.h
src/testdir/test61.ok
+22
-0
22 additions, 0 deletions
src/testdir/test61.ok
src/vim.h
+7
-1
7 additions, 1 deletion
src/vim.h
with
30 additions
and
2 deletions
src/proto.h
+
1
−
1
View file @
db003517
...
...
@@ -255,7 +255,7 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
# include "if_perlsfio.pro"
#endif
#if
def
ined(FEAT_MBYTE) && defined(MACOS_X)
#ifdef
MACOS_CONVERT
# include "os_mac_conv.pro"
#endif
...
...
This diff is collapsed.
Click to expand it.
src/testdir/test61.ok
0 → 100644
+
22
−
0
View file @
db003517
456789
3456789
23456789
123456789
123456789
1111 -----
123456
1234567
12345678
123456789
456789
3456789
23456789
123456789
123456789
123456
2222 -----
123456abc
123456
123456789
123456
123456abc
This diff is collapsed.
Click to expand it.
src/vim.h
+
7
−
1
View file @
db003517
...
...
@@ -80,7 +80,6 @@
# define FEAT_GUI_MAC
#endif
#if defined(FEAT_GUI_MOTIF) \
|| defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_ATHENA) \
...
...
@@ -192,6 +191,11 @@
# endif
#endif
/* The Mac conversion stuff doesn't work under X11. */
#if defined(FEAT_MBYTE) && defined(MACOS_X)
# define MACOS_CONVERT
#endif
/* Can't use "PACKAGE" here, conflicts with a Perl include file. */
#ifndef VIMPACKAGE
# define VIMPACKAGE "vim"
...
...
@@ -1083,6 +1087,7 @@ enum auto_event
EVENT_FILEAPPENDPRE
,
/* before appending to a file */
EVENT_FILEAPPENDCMD
,
/* appende to a file using command */
EVENT_FILECHANGEDSHELL
,
/* after shell command that changed file */
EVENT_FILECHANGEDSHELLPOST
,
/* after (not) reloading changed file */
EVENT_FILECHANGEDRO
,
/* before first change to read-only file */
EVENT_FILEREADPOST
,
/* after reading a file */
EVENT_FILEREADPRE
,
/* before reading a file */
...
...
@@ -1114,6 +1119,7 @@ enum auto_event
EVENT_VIMENTER
,
/* after starting Vim */
EVENT_VIMLEAVE
,
/* before exiting Vim */
EVENT_VIMLEAVEPRE
,
/* before exiting Vim and writing .viminfo */
EVENT_VIMRESIZED
,
/* after Vim window was resized */
EVENT_WINENTER
,
/* after entering a window */
EVENT_WINLEAVE
,
/* before leaving a window */
EVENT_ENCODINGCHANGED
,
/* after changing the 'encoding' option */
...
...
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