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
7fcab2a0
Commit
7fcab2a0
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0b01
parent
76b92b28
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nsis/gvim.nsi
+4
-1
4 additions, 1 deletion
nsis/gvim.nsi
runtime/makemenu.vim
+2
-2
2 additions, 2 deletions
runtime/makemenu.vim
with
6 additions
and
3 deletions
nsis/gvim.nsi
+
4
−
1
View file @
7fcab2a0
...
...
@@ -116,7 +116,7 @@ Function .onInit
# $2 - holds the names to create batch files for
StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
StrCpy $1 "-register-OLE"
StrCpy $2 "gvim evim gview gvimdiff"
StrCpy $2 "gvim evim gview gvimdiff
vimtutor
"
FunctionEnd
...
...
@@ -214,6 +214,9 @@ Section "Vim executables and runtime files"
SetOutPath $0\plugin
File ${VIMRT}\plugin\*.*
SetOutPath $0\autoload
File ${VIMRT}\autoload\*.*
SetOutPath $0\syntax
File ${VIMRT}\syntax\*.*
...
...
This diff is collapsed.
Click to expand it.
runtime/makemenu.vim
+
2
−
2
View file @
7fcab2a0
" Script to define the syntax menu in synmenu.vim
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2006 Mar 2
4
" Last Change: 2006 Mar 2
5
" This is used by "make menu" in the src directory.
edit
<
sfile
>:
p
:
h
/synmenu
.
vim
...
...
@@ -143,7 +143,7 @@ SynMenu DE.Diff:diff
SynMenu DE
.
Digital\ Command\ Lang
:
dcl
SynMenu DE
.
Dircolors
:
dircolors
SynMenu DE
.
Django\ template
:
django
SynMenu DE
.
DNS/BIND\ zone
:
dns
SynMenu DE
.
DNS/BIND\ zone
:
bindzone
SynMenu DE
.
DocBook
.
auto
-
detect
:
docbk
SynMenu DE
.
DocBook
.
SGML
:
docbksgml
SynMenu DE
.
DocBook
.
XML
:
docbkxml
...
...
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