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
f3bd51a1
Commit
f3bd51a1
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0085
parent
a41461e0
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
runtime/doc/eval.txt
+3
-2
3 additions, 2 deletions
runtime/doc/eval.txt
runtime/doc/spell.txt
+6
-1
6 additions, 1 deletion
runtime/doc/spell.txt
runtime/spell/en.latin1.spl
+0
-0
0 additions, 0 deletions
runtime/spell/en.latin1.spl
src/version.h
+2
-2
2 additions, 2 deletions
src/version.h
with
11 additions
and
5 deletions
runtime/doc/eval.txt
+
3
−
2
View file @
f3bd51a1
*eval.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
1
*eval.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
4
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -440,7 +440,8 @@ Dictionary: >
:echo onedict['a']
11
For more info see |list-identity|.
Two Dictionaries compare equal if all the key-value pairs compare equal. For
more info see |list-identity|.
Dictionary modification ~
...
...
This diff is collapsed.
Click to expand it.
runtime/doc/spell.txt
+
6
−
1
View file @
f3bd51a1
*spell.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
3
*spell.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
4
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -86,6 +86,11 @@ z? For the badly spelled word under the cursor suggest
bored.
You can enter the number of your choice or press
<Enter> if you don't want to replace.
If 'verbose' is non-zero a score will be displayed to
indicate the likeliness to the badly spelled word (the
higher the score the more different).
The score may be slightly wrong for words with
multi-byte characters.
PERFORMANCE
...
...
This diff is collapsed.
Click to expand it.
runtime/spell/en.latin1.spl
+
0
−
0
View file @
f3bd51a1
No preview for this file type
This diff is collapsed.
Click to expand it.
src/version.h
+
2
−
2
View file @
f3bd51a1
...
...
@@ -36,5 +36,5 @@
#define VIM_VERSION_NODOT "vim70aa"
#define VIM_VERSION_SHORT "7.0aa"
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 1
3
)"
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 1
3
, compiled "
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 1
4
)"
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 1
4
, compiled "
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