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
8acbe168
Commit
8acbe168
authored
17 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.1b
parent
c1762ccb
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/doc/hangulin.txt
+1
-1
1 addition, 1 deletion
runtime/doc/hangulin.txt
runtime/plugin/vimballPlugin.vim
+2
-2
2 additions, 2 deletions
runtime/plugin/vimballPlugin.vim
with
3 additions
and
3 deletions
runtime/doc/hangulin.txt
+
1
−
1
View file @
8acbe168
*hangulin.txt* For Vim version 7.1
a
. Last change: 2006 Apr 02
*hangulin.txt* For Vim version 7.1
b
. Last change: 2006 Apr 02
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
...
...
This diff is collapsed.
Click to expand it.
runtime/plugin/vimballPlugin.vim
+
2
−
2
View file @
8acbe168
...
...
@@ -26,8 +26,8 @@ com! -ra -complete=dir -na=+ -bang MkVimball call vimball#MkVimball(<line1>,<l
com
!
-
na
=
?
-
complete
=
dir
UseVimball
call
vimball#Vimball
(
1
,<
f
-
args
>)
com
!
-
na
=
0
VimballList
call
vimball#Vimball
(
0
)
com
!
-
na
=
*
-
complete
=
dir
RmVimball
call
vimball#RmVimball
(<
f
-
args
>)
au
BufEnter
*
.
vba
.
gz
,
*
.
vba
.
bz2
,
*
.
vba
.
zip
call
vimball#Decompress
(
expand
(
"<amatch>"
))
au
BufEnter
*
.
vba
set
noma
bt
=
nofile
fmr
=[[[,]]]
fdm
=
marker
|
call
vimball#ShowMesg
(
0
,
"Source this file to extract it! (:so %)"
)
au
BufEnter
*
.
vba
.
gz
,
*
.
vba
.
bz2
,
*
.
vba
.
zip
call
vimball#Decompress
(
expand
(
"<amatch>"
))
au
BufEnter
*
.
vba
set
local
noma
bt
=
nofile
fmr
=[[[,]]]
fdm
=
marker
|
call
vimball#ShowMesg
(
0
,
"Source this file to extract it! (:so %)"
)
" =====================================================================
" Restoration And Modelines: {{{1
...
...
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