comparison runtime/bugreport.vim @ 15729:fe57e4f0eac1

Update runtime files. commit https://github.com/vim/vim/commit/314dd79cac2adc10304212d1980d23ecf6782cfc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 3 15:27:20 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Feb 2019 15:30:09 +0100
parents 03b3684919e3
children 4027cefc2aab
comparison
equal deleted inserted replaced
15728:479381bd1728 15729:fe57e4f0eac1
1 :" Use this script to create the file "bugreport.txt", which contains 1 :" Use this script to create the file "bugreport.txt", which contains
2 :" information about the environment of a possible bug in Vim. 2 :" information about the environment of a possible bug in Vim.
3 :" 3 :"
4 :" Maintainer: Bram Moolenaar <Bram@vim.org> 4 :" Maintainer: Bram Moolenaar <Bram@vim.org>
5 :" Last change: 2005 Jun 12 5 :" Last change: 2019 Jan 27
6 :" 6 :"
7 :" To use inside Vim: 7 :" To use inside Vim:
8 :" :so $VIMRUNTIME/bugreport.vim 8 :" :so $VIMRUNTIME/bugreport.vim
9 :" Or, from the command line: 9 :" Or, from the command line:
10 :" vim -s $VIMRUNTIME/bugreport.vim 10 :" vim -s $VIMRUNTIME/bugreport.vim
52 : echo "--- Scripts sourced ---" 52 : echo "--- Scripts sourced ---"
53 : scriptnames 53 : scriptnames
54 :endif 54 :endif
55 :set all 55 :set all
56 :set termcap 56 :set termcap
57 :if has("autocmd") 57 :au
58 : au
59 :endif
60 :if 1 58 :if 1
61 : echo "--- Normal/Visual mode mappings ---" 59 : echo "--- Normal/Visual mode mappings ---"
62 :endif 60 :endif
63 :map 61 :map
64 :if 1 62 :if 1