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
9048f940
Commit
9048f940
authored
17 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.1
parent
ebcbd022
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
runtime/doc/autocmd.txt
+1
-1
1 addition, 1 deletion
runtime/doc/autocmd.txt
runtime/doc/usr_21.txt
+1
-1
1 addition, 1 deletion
runtime/doc/usr_21.txt
runtime/doc/usr_24.txt
+1
-1
1 addition, 1 deletion
runtime/doc/usr_24.txt
src/configure.in
+2
-2
2 additions, 2 deletions
src/configure.in
with
5 additions
and
5 deletions
runtime/doc/autocmd.txt
+
1
−
1
View file @
9048f940
*autocmd.txt* For Vim version 7.1
b
. Last change: 2007 Mar 27
*autocmd.txt* For Vim version 7.1. Last change: 2007 Mar 27
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
This diff is collapsed.
Click to expand it.
runtime/doc/usr_21.txt
+
1
−
1
View file @
9048f940
*usr_21.txt* For Vim version 7.1
b
. Last change: 2007 May 01
*usr_21.txt* For Vim version 7.1. Last change: 2007 May 01
VIM USER MANUAL - by Bram Moolenaar
...
...
This diff is collapsed.
Click to expand it.
runtime/doc/usr_24.txt
+
1
−
1
View file @
9048f940
*usr_24.txt* For Vim version 7.1
b
. Last change: 2006 Jul 23
*usr_24.txt* For Vim version 7.1. Last change: 2006 Jul 23
VIM USER MANUAL - by Bram Moolenaar
...
...
This diff is collapsed.
Click to expand it.
src/configure.in
+
2
−
2
View file @
9048f940
...
...
@@ -424,9 +424,9 @@ if test "$enable_mzschemeinterp" = "yes"; then
if test "X$vi_cv_path_mzscheme_pfx" != "X"; then
if test -f "${vi_cv_path_mzscheme_pfx}/lib/libmzgc.a"; then
MZSCHEME_LIBS="${vi_cv_path_mzscheme_pfx}/lib/libmz
gc
.a ${vi_cv_path_mzscheme_pfx}/lib/libmz
scheme
.a"
MZSCHEME_LIBS="${vi_cv_path_mzscheme_pfx}/lib/libmz
scheme
.a ${vi_cv_path_mzscheme_pfx}/lib/libmz
gc
.a"
else
MZSCHEME_LIBS="-L${vi_cv_path_mzscheme_pfx}/lib -lmz
gc -lmzscheme
"
MZSCHEME_LIBS="-L${vi_cv_path_mzscheme_pfx}/lib -lmz
scheme -lmzgc
"
if test "$GCC" = yes; then
dnl Make Vim remember the path to the library. For when it's not in
dnl $LD_LIBRARY_PATH.
...
...
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