Skip to content

Commit 1c1d7c9

Browse files
committed
Use _ instead of - in helptags
1 parent 9e04721 commit 1c1d7c9

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Accordion lets you set the maximum number of vsplits you want to see, and shrink
77

88
If you want to view changes to a file over time, it's got a fancy diff mode. Even if you're not big on vsplits, you may want to consider Accordion for this feature alone.
99

10-
Version 0.5.3
10+
Version 0.5.4
1111

1212
But I Don't Use Splits!
1313
-----------------------
@@ -32,7 +32,7 @@ Accordion will shrink all but two vsplits, and visible vsplits will be diffed ag
3232
The easiest way to open versions of a file is to run [fugitive](https://github.com/tpope/vim-fugitive)'s `:Glog --reverse`, highlight the desired changes in the quickfix list, and hit the [unstack](https://github.com/mattboehm/vim-unstack) shortcut.
3333
See the [screenshots](#Screenshots) below for an example of diff mode in action.
3434

35-
There are also commands to temporarily change the layout without starting/stopping. To learn more about these, type `:help accordion-running-once`.
35+
There are also commands to temporarily change the layout without starting/stopping. To learn more about these, type `:help accordion_running_once`.
3636

3737
Screenshots
3838
-----------

doc/accordion.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
Author: Matthew Boehm <http://github.com/mattboehm>
55

66
==============================================================================
7-
CONTENTS *accordion-contents*
7+
CONTENTS *accordion_contents*
88

9-
╓ Introduction ─────────────────────────────── |accordion-intro|
9+
╓ Introduction ─────────────────────────────── |accordion_intro|
1010
11-
╠ Commands ─────────────────────────────────── |accordion-commands|
12-
║ ├ Starting................................. |accordion-starting|
13-
║ ├ Stopping................................. |accordion-stopping|
14-
║ ├ Zooming.................................. |accordion-zooming|
15-
║ └ Running Once............................. |accordion-running-once|
11+
╠ Commands ─────────────────────────────────── |accordion_commands|
12+
║ ├ Starting................................. |accordion_starting|
13+
║ ├ Stopping................................. |accordion_stopping|
14+
║ ├ Zooming.................................. |accordion_zooming|
15+
║ └ Running Once............................. |accordion_running_once|
1616
17-
╠ Configuration ────────────────────────────── |accordion-configuration|
18-
║ ├ Suggested vimrc settings................. |accordion-suggested-settings|
19-
║ └ Options.................................. |accordion-options|
17+
╠ Configuration ────────────────────────────── |accordion_configuration|
18+
║ ├ Suggested vimrc settings................. |accordion_suggested_settings|
19+
║ └ Options.................................. |accordion_options|
2020
21-
╙ Limitations ──────────────────────────────── |accordion-limitations|
21+
╙ Limitations ──────────────────────────────── |accordion_limitations|
2222

2323
==============================================================================
24-
INTRODUCTION *accordion-intro*
24+
INTRODUCTION *accordion_intro*
2525

2626
Accordion is a window manager for people who love vsplits. Tell it the maximum
2727
number of vsplits you want to see and any extra vsplits will be shrunk for
2828
you. As you change windows, the viewport moves with you.
2929

3030

3131
==============================================================================
32-
COMMANDS *accordion-commands*
32+
COMMANDS *accordion_commands*
3333

3434
------------------------------------------------------------------------------
35-
STARTING *accordion-starting*
35+
STARTING *accordion_starting*
3636

3737
:Accordion <size> *:Accordion*
3838
Start enforcing that the current tab is <size> vsplits wide
@@ -45,15 +45,15 @@ STARTING *accordion-starting*
4545
are always diffed against each other.
4646

4747
------------------------------------------------------------------------------
48-
STOPPING *accordion-stopping*
48+
STOPPING *accordion_stopping*
4949

5050
:AccordionStop *:AccordionStop*
5151
Turn off auto-layout and reset window sizes.
5252
Tries to turn off tab-specific rule. If there is none, tries to turn off
5353
global rule.
5454

5555
------------------------------------------------------------------------------
56-
ZOOMING *accordion-zooming*
56+
ZOOMING *accordion_zooming*
5757

5858
:AccordionZoomIn *:AccordionZoomIn*
5959
Subtract 1 from maximum number of vsplits
@@ -65,26 +65,26 @@ ZOOMING *accordion-zooming*
6565
Tries to modify tab setting. If there is none, modifies global setting
6666

6767
------------------------------------------------------------------------------
68-
RUNNING ONCE *accordion-running-once*
68+
RUNNING ONCE *accordion_running_once*
6969

7070
:AccordionOnce <size> *:AccordionOnce*
7171
Show only <size> windows and shrink the rest.
7272
This does not start a layout, so if you switch windows, the viewport won't
7373
update.
74-
To start a layout, see |accordion-running|
74+
To start a layout, see |accordion_running|
7575
To reset your windows to normal, run |:AccordionClear|
7676

7777
:AccordionClear *:AccordionClear*
7878
Unlock/resize windows
7979
If accordion is still running, as soon as you switch windows, the layout
8080
will be applied again
81-
If you want to stop accordion from running, see |accordion-stopping|.
81+
If you want to stop accordion from running, see |accordion_stopping|.
8282

8383
==============================================================================
84-
CONFIGURATION *accordion-configuration*
84+
CONFIGURATION *accordion_configuration*
8585

8686
------------------------------------------------------------------------------
87-
SUGGESTED VIMRC SETTINGS *accordion-suggested-settings*
87+
SUGGESTED VIMRC SETTINGS *accordion_suggested_settings*
8888

8989
If you want to always enforce a maximum number of vsplits to 4 >
9090
AccordionAll 4
@@ -107,18 +107,18 @@ and <C-w> kinda makes sense as you are messing with windows >
107107

108108

109109
------------------------------------------------------------------------------
110-
OPTIONS *accordion-options*
110+
OPTIONS *accordion_options*
111111

112112
accordion_listening *accordion_listening*
113113
Values: 0/1
114114
Default: 1
115115
If true, accordion listens for the window change event.
116-
This must be 1 to use any of the commands in |accordion-starting|.
116+
This must be 1 to use any of the commands in |accordion_starting|.
117117
You can set this to 0 if you're only planning to use the commands in
118-
|accordion-running-once| or do not plan on using accordion at all.
118+
|accordion_running_once| or do not plan on using accordion at all.
119119

120120
==============================================================================
121-
LIMITATIONS *accordion-limitations*
121+
LIMITATIONS *accordion_limitations*
122122

123123
1. |AccordionStop| only calls |AccordionClear| on the current tab even if
124124
there are other tabs that were locked

0 commit comments

Comments
 (0)