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
6ad01d60
Commit
6ad01d60
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0090
parent
30abd28f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/compiler/msvc.vim
+3
-7
3 additions, 7 deletions
runtime/compiler/msvc.vim
runtime/doc/todo.txt
+13
-13
13 additions, 13 deletions
runtime/doc/todo.txt
with
16 additions
and
20 deletions
runtime/compiler/msvc.vim
+
3
−
7
View file @
6ad01d60
" Vim compiler file
" Compiler: Miscrosoft Visual C
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 200
4 Mar 19
" Last Change: 200
5 Jun 22
if
exists
(
"current_compiler"
)
finish
endif
let
current_compiler
=
"msvc"
if
exists
(
":CompilerSet"
)
!=
2
" older Vim always used
:
setlocal
command
-
nargs
=
* CompilerSet
setlocal
<
args
>
endif
" The errorformat for MSVC is the default.
CompilerSet
errorformat
&
CompilerSet
makeprg
=
nmake
setlocal
errorformat
&
setlocal
makeprg
=
nmake
This diff is collapsed.
Click to expand it.
runtime/doc/todo.txt
+
13
−
13
View file @
6ad01d60
...
...
@@ -99,25 +99,25 @@ PLANNED FOR VERSION 7.0:
- Add SPELLCHECKER, with support for many languages.
- Spell checking code todo's:
- Code for making suggestions:
- ":mkspell" runs out of memory for Polish with utf-8.
- When 'spellfile' directory doesn't exist, ask user to create it?
- When 'spelllang' has more than one language only .add file of
first is used?
- Aspell has the "special" character, useful?
- Can "the the" be added as a bad word?
Add BAD item in .aff file, set WF_BANNED flag.
- Simple and fast sound-a-like: mapping list for first char and rest
vowel as first char: *
remove other vowels
- How about words that are split over two lines? E.g., "et al.".
- When putting map string in .spl file check for duplicate chars.
- Hebrew: also use prefixes for suggestions. See message from
Kaminsky (June 20) for ideas.
- When "tn" has been marked as bad word it's sometimes still used
for suggestions. Depends on the order.
- Suggestions for "t he": works well when 'spellsuggest' is "fast",
not when it's "best" or "double". Sound of "the" is "@", for "t
he" it is "t h".
- The sound-folding doesn't work for multi-byte characters. It's
very slow too.
- Simple and fast sound-a-like: mapping list for first char and rest
vowel as first char: *
remove other vowels
- When 'spellfile' directory doesn't exist, ask user to create it?
- When 'spelllang' has more than one language only .add file of
first is used?
- Also put list of word characters in word list file. Otherwise the
one for Italian may differ from the one used for English.
- Make "en-rare" spell file.
- Make "en-rare" spell file. Support additional files, e.g.
"medical".
Convention: use en_US (language_region) and en-rare (language-field)
Add hl groups to 'spelllang'?
:set spelllang=en_us,en-rare/SpellRare,en-math/SpellMath
...
...
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