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
b2ec307f
Commit
b2ec307f
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0087
parent
e756604f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/doc/todo.txt
+3
-23
3 additions, 23 deletions
runtime/doc/todo.txt
runtime/doc/version7.txt
+8
-1
8 additions, 1 deletion
runtime/doc/version7.txt
with
11 additions
and
24 deletions
runtime/doc/todo.txt
+
3
−
23
View file @
b2ec307f
*todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
6
*todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
7
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -30,20 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
synID() no longer works.
Range(0) should return an empty list (Servatius Brandt).
:let @= 'asdf' gives confusing error message. Make @= writable?
a few builtin functions call set_var() internally to set a variable. They do
not check for a valid variable name. Example: setbufvar(1, ";", 1) sets a
variable named ";". (Servatius Brandt)
Patch for if_python to make exit work better with threads. (ugo)
Still seems to fail 15% of the time.
Vim 7 breaks, works OK with 6.3 version of if_python (Thakkar)
Add extra list of file locations. Can be used with:
:ltag list of matching tags, like :tselect
...
...
@@ -111,15 +97,9 @@ PLANNED FOR VERSION 7.0:
- Add SPELLCHECKER, with support for many languages.
- Spell checking code todo's:
- Code for making suggestions:
- Hebrew runs out of memory.
- When 'spellfile' directory doesn't exist, ask user to create it?
- Aspell has the "special" character, useful?
- The score is a bit wrong for substituting multi-byte characters.
At the head byte remember how may bytes are still to follow, do
the scoring at the tail byte. But don't even try when the score
plus the minimal penalty (similar char) goes over maximum.
- similar_chars() is too slow.
use a lookuptable for single-byte
use a hashtable for multi-byte
support letter appearing in several lists?
- When putting map string in .spl file check for duplicate chars.
- GUI: Selecting text doesn't work at the prompt.
- Should "z?" replacement be redo-able with "."?
...
...
This diff is collapsed.
Click to expand it.
runtime/doc/version7.txt
+
8
−
1
View file @
b2ec307f
*version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
5
*version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 1
7
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -661,6 +661,9 @@ Win32: If the user changes the setting for the number of lines a scroll wheel
click scrolls it is now used immediately. Previously Vim would need to be
restarted.
When using @= in an expression the value is expression @= contains. ":let @=
= value" can be used to set the register contents.
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
...
...
@@ -1131,4 +1134,8 @@ may cause the hit-enter prompt. Typing 'a then didn't result in the accented
character. Put the character typed at the prompt back in the typeahead buffer
so that mapping is done in the right mode.
setbufvar() and setwinvar() did not give error messages.
It was possible to set a variable with an illegal name, e.g. with setbufvar().
vim:tw=78:ts=8:ft=help:norl:
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