aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-09-27 10:45:06 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-09-27 10:45:06 -0400
commit43dacff2aee173a7c2b3966353aa67af15d54a1e (patch)
tree66184bf967f3e1da3ea3d5ef1de202da9a0d7e41 /runtime/ftplugin
parentded4a502199b283ac7d1184db7eae250c1255ad0 (diff)
parent5ec5e9ae43d5f5f99a02215372bf1124a18541fe (diff)
downloadrneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.tar.gz
rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.tar.bz2
rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.zip
Merge pull request #3398 from fmoralesc/update-vim-tutor
tutor-mode: update plugin
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/tutor.vim1
1 files changed, 1 insertions, 0 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