Bug#977429: vim-runtime: vim:spec.vim occurs Error let keyword is missing...

2020-12-15 Thread James McCoy
Control: reopen -1 On Wed, Dec 16, 2020 at 10:47:38AM +0900, Yukiharu YABUKI wrote: > Hi, maintainer > > This is the code which has issue > in /usr/share/vim/vim82/ftplugin/spec.vim > > line 113. You can check the source. > > > 103 if (chgline == -1) > 104

Bug#977429: vim-runtime: vim:spec.vim occurs Error let keyword is missing...

2020-12-15 Thread Yukiharu YABUKI
Hi, maintainer This is the code which has issue in /usr/share/vim/vim82/ftplugin/spec.vim line 113. You can check the source. 103 if (chgline == -1) 104 let option = confirm("Can't find %changelog. Create one? "," of file\n\n",3) 105

Bug#977429: vim-runtime: vim:spec.vim occurs Error let keyword is missing...

2020-12-15 Thread Yukiharu YABUKI
On Tue, 15 Dec 2020 08:09:13 -0500 James McCoy wrote: > On Tue, Dec 15, 2020 at 09:41:18AM +0900, YABUKI Yukiharu wrote: > > I ran accross a bug when I use spec.vim. > > > > I set g:spec_chglog_format in ~/.vimrc and > > ``` > > au BufNewFile,BufRead *.changelog setf spec > > ``` > > > > Then

Bug#977429: vim-runtime: vim:spec.vim occurs Error let keyword is missing...

2020-12-14 Thread YABUKI Yukiharu
Package: vim-runtime Version: 2:8.2.1913-1 Severity: normal Dear Maintainer, I ran accross a bug when I use spec.vim. I set g:spec_chglog_format in ~/.vimrc and ``` au BufNewFile,BufRead *.changelog setf spec ``` Then push '\c', spec.vim gives me Error. I investigate this. I found let keyword