Skip to content

Commit 41e7078

Browse files
committed
Fix docs
1 parent 1d3d9d5 commit 41e7078

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/context-commentstring.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONTENTS *context-commentstring-contents*
2929
Introduction |context-commentstring-introduction|
3030
Installation |context-commentstring-installation|
3131
Configuration and usage |context-commentstring-configuration|
32-
Movement table |context-commentstring-table|
3332
Customization |context-commentstring-customization|
3433
Bugs and limitations |context-commentstring-bugs|
3534
Credits and considerations |context-commentstring-credits|
@@ -85,7 +84,7 @@ CUSTOMIZATION *context-commentstring-customization*
8584
The plugin works by checking if the current syntax group matches a group of an
8685
embedded language, for example, JavaScript inside HTML. You can check the
8786
default values by looking the source code, or simply with >
88-
echo g:context-commentstring#table
87+
echo g:context#commentstring#table
8988
<
9089

9190
This variable is of type |Dictionary|, and you can modify it to your will. You
@@ -101,7 +100,7 @@ respectively.
101100
You will need to know the names of the syntax group. For that, you can use the
102101
|zS| command provided by |scriptease|, or use this simple but convenient
103102
snippet of code: >
104-
augroup temporary-test
103+
augroup temporary_test
105104
autocmd CursorMoved <buffer>
106105
\ echo map(synstack(line('.'), col('.')),
107106
\ 'synIDattr(v:val, "name")')

0 commit comments

Comments
 (0)