diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2017-07-13 19:02:53 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2017-07-15 11:01:45 -0400 |
commit | 8e48d7c19e0a01d17fbda1c21a8fa69c039cec7a (patch) | |
tree | f45a744af0feb105f7040da9a64c88c2a49e2466 /runtime/tutor | |
parent | cb0282ad986e5b496aa89e3a78984a1307344ff4 (diff) | |
download | rneovim-8e48d7c19e0a01d17fbda1c21a8fa69c039cec7a.tar.gz rneovim-8e48d7c19e0a01d17fbda1c21a8fa69c039cec7a.tar.bz2 rneovim-8e48d7c19e0a01d17fbda1c21a8fa69c039cec7a.zip |
tutor: disable old method for setting "expect" regions
tutor: remove movement mappings
Diffstat (limited to 'runtime/tutor')
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor.json b/runtime/tutor/en/vim-01-beginner.tutor.json index 5bf50581ab..3f55971a09 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor.json +++ b/runtime/tutor/en/vim-01-beginner.tutor.json @@ -1,8 +1,4 @@ { - "settings" : { - "use_maps": 0, - "check_internal_expects": 0 - }, "expect": { "24": -1, "102": "The cow jumped over the moon.", |