diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-03 15:27:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-03 15:27:20 +0100 |
commit | 314dd79cac2adc10304212d1980d23ecf6782cfc (patch) | |
tree | 8295f63e75dc7e7983500435f5b2af061264cb80 /runtime/bugreport.vim | |
parent | 63d1fea8141c3dfb36aeb9de60e5f1f90450acff (diff) | |
download | vim-git-314dd79cac2adc10304212d1980d23ecf6782cfc.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/bugreport.vim')
-rw-r--r-- | runtime/bugreport.vim | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/bugreport.vim b/runtime/bugreport.vim index f0c045e6c..f7886a908 100644 --- a/runtime/bugreport.vim +++ b/runtime/bugreport.vim @@ -2,7 +2,7 @@ :" information about the environment of a possible bug in Vim. :" :" Maintainer: Bram Moolenaar <Bram@vim.org> -:" Last change: 2005 Jun 12 +:" Last change: 2019 Jan 27 :" :" To use inside Vim: :" :so $VIMRUNTIME/bugreport.vim @@ -54,9 +54,7 @@ :endif :set all :set termcap -:if has("autocmd") -: au -:endif +:au :if 1 : echo "--- Normal/Visual mode mappings ---" :endif |