Q Freebasic.vim

2019-09-09 Fir de Conversatie Mark Manning
So of course - the moment I send an e-mail - I remember. Freebasic.vim file has been updated at vim.org. :-) Mark Manning -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Q new Freebasic.vim file

2019-09-09 Fir de Conversatie Mark Manning
I was looking at the freeBasic.vim file and found some errors in it. Where do I upload it to? It has been so long I've forgotten. :-/ Mark -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Patch 8.1.2019

2019-09-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.2019 Problem:'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693) Files: runtime/doc/options.txt, runtime/doc/quickref.txt, runtime/doc/syntax.txt, runtime/optwin.vim,

Patch 8.1.2018

2019-09-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.2018 Problem:Using freed memory when out of memory and displaying message. Solution: Make a copy of the message first. Files: src/main.c, src/message.c, src/normal.c *** ../vim-8.1.2017/src/main.c 2019-08-17 16:33:19.868881645 +0200 --- src/main.c 2019-09-09

Re: updated German translations

2019-09-09 Fir de Conversatie Christian Brabandt
On Mo, 09 Sep 2019, Bram Moolenaar wrote: > > Christian wrote: > > > attached is a patch to update the german translations. > > Thanks! > > > While looking at the translations, I also noticed missing tags for the > > error messages E221 and E172 > > They are in eval.txt. Indeed. And I

Re: updated German translations

2019-09-09 Fir de Conversatie Bram Moolenaar
Christian wrote: > attached is a patch to update the german translations. Thanks! > While looking at the translations, I also noticed missing tags for the > error messages E221 and E172 They are in eval.txt. > Also, the check.vim script didn't like me re-ordering the output of the > date

Patch 8.1.2017

2019-09-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.2017 Problem:Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes #4762) Files: runtime/doc/autocmd.txt, runtime/doc/cmdline.txt, src/ex_getln.c, src/testdir/test_cmdline.vim ***

Debugging autocommand help

2019-09-09 Fir de Conversatie Pontus Leitzler
Hi, I'm having issues with a autocommand not being triggered occasionally and would like some pointers to how I can debug this further. It is in the context of a plugin for Go that is written in Go and uses channels to communicate with vim (https://github.com/govim/govim). The plugin defines

updated German translations

2019-09-09 Fir de Conversatie Christian Brabandt
Bram, attached is a patch to update the german translations. While looking at the translations, I also noticed missing tags for the error messages E221 and E172 Also, the check.vim script didn't like me re-ordering the output of the date and complained about different number of % signs. I