@@ -29,7 +29,6 @@ CONTENTS *context-commentstring-contents*
2929Introduction | context-commentstring-introduction |
3030 Installation | context-commentstring-installation |
3131 Configuration and usage | context-commentstring-configuration |
32- Movement table | context-commentstring-table |
3332Customization | context-commentstring-customization |
3433Bugs and limitations | context-commentstring-bugs |
3534Credits and considerations | context-commentstring-credits |
@@ -85,7 +84,7 @@ CUSTOMIZATION *context-commentstring-customization*
8584The plugin works by checking if the current syntax group matches a group of an
8685embedded language, for example, JavaScript inside HTML. You can check the
8786default values by looking the source code, or simply with >
88- echo g:context- commentstring#table
87+ echo g:context# commentstring#table
8988<
9089
9190This variable is of type | Dictionary | , and you can modify it to your will. You
@@ -101,7 +100,7 @@ respectively.
101100You 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
103102snippet 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