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
4f99eae0
Commit
4f99eae0
authored
14 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
Better text for 'concealcursor' in :options window.
parent
fa9a3709
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/doc/syntax.txt
+6
-2
6 additions, 2 deletions
runtime/doc/syntax.txt
runtime/optwin.vim
+1
-1
1 addition, 1 deletion
runtime/optwin.vim
with
7 additions
and
3 deletions
runtime/doc/syntax.txt
+
6
−
2
View file @
4f99eae0
*syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 2
3
*syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 2
4
VIM REFERENCE MANUAL by Bram Moolenaar
VIM REFERENCE MANUAL by Bram Moolenaar
...
@@ -256,7 +256,7 @@ you can see the actual color, except for "Ignore"):
...
@@ -256,7 +256,7 @@ you can see the actual color, except for "Ignore"):
*Underlined text that stands out, HTML links
*Underlined text that stands out, HTML links
*Ignore left blank, hidden
*Ignore left blank, hidden
|hl-Ignore|
*Error any erroneous construct
*Error any erroneous construct
...
@@ -275,6 +275,10 @@ can be used for the same group.
...
@@ -275,6 +275,10 @@ can be used for the same group.
The following names are reserved and cannot be used as a group name:
The following names are reserved and cannot be used as a group name:
NONE ALL ALLBUT contains contained
NONE ALL ALLBUT contains contained
*hl-Ignore*
When using the Ignore group, you may also consider using the conceal
mechanism. See |conceal|.
==============================================================================
==============================================================================
3. Syntax loading procedure *syntax-loading*
3. Syntax loading procedure *syntax-loading*
...
...
This diff is collapsed.
Click to expand it.
runtime/optwin.vim
+
1
−
1
View file @
4f99eae0
...
@@ -377,7 +377,7 @@ if has("conceal")
...
@@ -377,7 +377,7 @@ if has("conceal")
call
append
(
"$"
,
"conceallevel\tcontrols whether concealable text is hidden"
)
call
append
(
"$"
,
"conceallevel\tcontrols whether concealable text is hidden"
)
call
append
(
"$"
,
"\t(local to window)"
)
call
append
(
"$"
,
"\t(local to window)"
)
call
<
SID
>
OptionL
(
"cole"
)
call
<
SID
>
OptionL
(
"cole"
)
call
append
(
"$"
,
"concealcursor\t
controls whether concealable text is hidden
in the cursor line"
)
call
append
(
"$"
,
"concealcursor\t
modes in which text
in the cursor line
can be concealed
"
)
call
append
(
"$"
,
"\t(local to window)"
)
call
append
(
"$"
,
"\t(local to window)"
)
call
<
SID
>
OptionL
(
"cocu"
)
call
<
SID
>
OptionL
(
"cocu"
)
endif
endif
...
...
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