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
1cbe5f73
Commit
1cbe5f73
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0178
parent
c7486e03
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
runtime/autoload/tar.vim
+12
-8
12 additions, 8 deletions
runtime/autoload/tar.vim
runtime/doc/spell.txt
+14
-14
14 additions, 14 deletions
runtime/doc/spell.txt
runtime/doc/todo.txt
+3
-7
3 additions, 7 deletions
runtime/doc/todo.txt
with
29 additions
and
29 deletions
runtime/autoload/tar.vim
+
12
−
8
View file @
1cbe5f73
" tar.vim: Handles browsing tarfiles
" AUTOLOAD PORTION
" Date:
Nov
2
8
, 2005
" Version:
5
" Date:
Dec
2
4
, 2005
" Version:
7
" Maintainer: Charles E Campbell, Jr <drchipNOSPAM at campbellfamily dot biz>
" License: Vim License (see vim's :help license)
"
...
...
@@ -24,7 +24,7 @@ set cpo&vim
if
exists
(
"g:loaded_tar"
)
finish
endif
let
g:loaded_tar
=
"v
5
"
let
g:loaded_tar
=
"v
7
"
" ---------------------------------------------------------------------
" Default Settings: {{{1
...
...
@@ -93,7 +93,7 @@ fun! tar#Browse(tarfile)
else
exe
"silent r! tar -"
.
g:tar_browseoptions
.
" '"
.
a:tarfile
.
"'"
endif
%
g
@/$@
d
silent
%
g
@/$@
d
setlocal
noma
nomod
ro
noremap
<
silent
>
<
buffer
>
<
cr
>
:
call
<
SID
>
TarBrowseSelect
()<
cr
>
...
...
@@ -146,7 +146,7 @@ fun! tar#Read(fname,mode)
if
tarfile
=~
#
'\.\(gz\|tgz\)$'
" call Decho("exe silent r! gzip -d -c '".tarfile."'| tar -OPxf - '".fname."'")
exe
"silent r! gzip -d -c '"
.
tarfile
.
"'| tar -"
.
g:tar_readoptions
.
" - '"
.
fname
.
"'"
elseif
a:fnam
e
=~
#
'\.bz2$'
elseif
tarfil
e
=~
#
'\.bz2$'
" call Decho("exe silent r! bzip2 -d -c '".tarfile."'| tar -".g:tar_readoptions." - '".fname."'")
exe
"silent r! bzip2 -d -c '"
.
tarfile
.
"'| tar -"
.
g:tar_readoptions
.
" - '"
.
fname
.
"'"
else
...
...
@@ -242,16 +242,20 @@ fun! tar#Write(fname)
" call Decho("tarfile<".tarfile."> fname<".fname.">")
let
dirpath
=
substitute
(
fname
,
'/[^/]\+$'
,
''
,
'e'
)
if
fname
=~
'/'
let
dirpath
=
substitute
(
fname
,
'/[^/]\+$'
,
''
,
'e'
)
if
executable
(
"cygpath"
)
let
dirpath
=
substitute
(
system
(
"cygpath "
.
dirpath
),
'\n'
,
''
,
'e'
)
endif
call
mkdir
(
dirpath
,
"p"
)
endif
if
tarfile
!~
'/'
let
tarfile
=
curdir
.
'/'
.
tarfile
endif
" call Decho("tarfile<".tarfile."> fname<".fname.">")
call
mkdir
(
dirpath
,
"p"
)
exe
"w! "
.
fname
if
executable
(
"cygpath"
)
let
dirpath
=
substitute
(
system
(
"cygpath "
.
dirpath
),
'\n'
,
''
,
'e'
)
let
tarfile
=
substitute
(
system
(
"cygpath "
.
tarfile
),
'\n'
,
''
,
'e'
)
endif
...
...
This diff is collapsed.
Click to expand it.
runtime/doc/spell.txt
+
14
−
14
View file @
1cbe5f73
*spell.txt* For Vim version 7.0aa. Last change: 2005 Dec
0
9
*spell.txt* For Vim version 7.0aa. Last change: 2005 Dec
2
9
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -680,8 +680,8 @@ The word with all upper-case characters will always be OK.
ALS ALS als Als ALs AlS aLs aLS
AlS AlS ALS als Als ALs aLs aLS
The KE
P
affix ID can be used to specifically match a word with identical
case
only, see below |spell-KE
P
|.
The KE
EPCASE
affix ID can be used to specifically match a word with identical
case
only, see below |spell-KE
EPCASE
|.
Note in line 5 to 7 that non-word characters are used. You can include
any character in a word. When checking the text a word still only matches
...
...
@@ -694,10 +694,10 @@ affix file, see |spell-SLASH|. Note that without this SLASH item the
word will be "TCP,IP".
*spell-affix-vim*
A flag that Vim adds and is not in Myspell is the flag defined with KE
P in the
affix file. This has the meaning that case matters. This can be used
if the
word does not have the first letter in upper case at the start of a
sentence.
Example (assuming that = was used for KE
P
):
A flag that Vim adds and is not in Myspell is the flag defined with KE
EPCASE
in the
affix file. This has the meaning that case matters. This can be used
if the
word does not have the first letter in upper case at the start of a
sentence.
Example (assuming that = was used for KE
EPCASE
):
word list matches does not match ~
's morgens/= 's morgens 'S morgens 's Morgens 'S MORGENS
...
...
@@ -884,22 +884,22 @@ Of course, the letter used should itself not appear in any word! The letter
must be ASCII, thus a single byte.
KEEP-CASE WORDS *spell-KE
P
*
KEEP-CASE WORDS *spell-KE
EPCASE
*
In the affix file a KE
P
line can be used to define the affix name used
for
keep-case words. Example:
In the affix file a KE
EPCASE
line can be used to define the affix name used
for
keep-case words. Example:
KE
P
= ~
KE
EPCASE
= ~
See above for an example |spell-affix-vim|.
RARE WORDS *spell-RAR*
RARE WORDS *spell-RAR
E
*
In the affix file a RAR line can be used to define the affix name used for
In the affix file a RAR
E
line can be used to define the affix name used for
rare words. Example:
RAR ? ~
RAR
E
? ~
Rare words are highlighted differently from bad words. This is to be used for
words that are correct for the language, but are hardly ever used and could be
...
...
This diff is collapsed.
Click to expand it.
runtime/doc/todo.txt
+
3
−
7
View file @
1cbe5f73
*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 2
8
*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 2
9
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -30,24 +30,20 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
Win32: test52 fails.
ccomplete:
- When an option is set: In completion mode and the user types (identifier)
characters, advance to the first match instead of removing the popup menu.
If there is no match remove the selection. (Yegappan Lakshmanan)
- Complete the longest common match instead of the first match?
For all kinds of completions? Configurable?
- !_TAG_FILE_FORMAT and it's ilk are listed in the global completions
Can't reproduce it right now...
- Window resize when poup is displayed
- When completing something that is a structure, add the "." or "->" right
away. How to figure out if it's a pointer or not?
- When a typedef or struct is local to a file only use it in that file?
- !_TAG_FILE_FORMAT and it's ilk are listed in the global completions
Can't reproduce it right now...
spelling:
- Use KEEPCASE instead of "KEP". It applies to the word including affixes
Hunspell also uses it.
- Hunspell has NOSUGGEST flag (use for obscene words?)
- Check out Hunspell 1.1.2.
- Look into hungarian dictionary:
...
...
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