diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-09-27 10:45:06 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-09-27 10:45:06 -0400 |
commit | 43dacff2aee173a7c2b3966353aa67af15d54a1e (patch) | |
tree | 66184bf967f3e1da3ea3d5ef1de202da9a0d7e41 | |
parent | ded4a502199b283ac7d1184db7eae250c1255ad0 (diff) | |
parent | 5ec5e9ae43d5f5f99a02215372bf1124a18541fe (diff) | |
download | rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.tar.gz rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.tar.bz2 rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.zip |
Merge pull request #3398 from fmoralesc/update-vim-tutor
tutor-mode: update plugin
-rw-r--r-- | runtime/ftplugin/tutor.vim | 1 | ||||
-rw-r--r-- | runtime/syntax/tutor.vim | 2 | ||||
-rw-r--r-- | runtime/tutor/tutor.tutor | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/runtime/ftplugin/tutor.vim b/runtime/ftplugin/tutor.vim index 237176f5eb..0a28d7def4 100644 --- a/runtime/ftplugin/tutor.vim +++ b/runtime/ftplugin/tutor.vim @@ -4,6 +4,7 @@ call tutor#SetupVim() " Buffer Settings: {{{1 +setlocal noreadonly if !exists('g:tutor_debug') || g:tutor_debug == 0 setlocal buftype=nofile setlocal concealcursor+=inv diff --git a/runtime/syntax/tutor.vim b/runtime/syntax/tutor.vim index 99bcb78270..bce9189660 100644 --- a/runtime/syntax/tutor.vim +++ b/runtime/syntax/tutor.vim @@ -20,7 +20,7 @@ syn match tutorSectionBullet /#/ contained containedin=tutorSection syn match tutorTOC /\ctable of contents:/ -syn match tutorConcealedEscapes /\\[`*!\[\]()«»:$-]\@=/ conceal +syn match tutorConcealedEscapes /\\[`*!\[\]():$-]\@=/ conceal syn region tutorEmphasis matchgroup=Delimiter start=/[\*]\@<!\*\*\@!/ end=/[\*]\@<!\*\*\@!/ \ concealends contains=tutorInlineCommand,tutorInlineNormal diff --git a/runtime/tutor/tutor.tutor b/runtime/tutor/tutor.tutor index 852c1ea74a..1ad64a18ff 100644 --- a/runtime/tutor/tutor.tutor +++ b/runtime/tutor/tutor.tutor @@ -60,7 +60,7 @@ is displayed like 1. Format the line below so it becomes a lesson description: ----> This is text with importat information {expect:This is text with **important information**} +---> This is text with important information {expect:This is text with **important information**} ---> This is text with **important information** {expect:This is text with **important information**} Note: Some words (e.g., NOTE, IMPORTANT, tip, ATTENTION, etc.) will also be @@ -130,7 +130,7 @@ and are hidden by default. Links to them look like # Tutorial links -You can also have links to other tutorials. For this, you'll write the wnchor in the format +You can also have links to other tutorials. For this, you'll write the anchor in the format @tutor:TUTORIAL |