Re: Patch 7.4.829

2015-08-26 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Bram Moolenaar schrieb am 25.08.2015 um 12:27: Patch 7.4.829 Problem:Crash when clicking in beval balloon. (Travis Lebsock) Solution: Use PostMessage() instead of DestroyWindow(). (Raymond Ko, PR 298) Files: src/gui_w32.c *** ../vim-7.4.828/src/gui_w32.c 2015-08-11

Re: Patch 7.4.840

2015-08-26 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Yegappan Lakshmanan schrieb am 26.08.2015 um 23:33: Based on the following posts: http://blogs.msdn.com/b/oldnewthing/archive/2011/09/26/10216420.aspx http://blogs.msdn.com/b/oldnewthing/archive/2005/07/27/443824.aspx sending a WM_CLOSE and WM_NCDESTROY message to a window is not

Re: Odd result for sort([ '1', '5', '48', '25', '5', '28', '6'], 'n')

2015-12-03 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Luc Hermitte schrieb am 03.12.2015 um 14:52: > > I'm not sure whether sort() can be applied with 'n' parameter on lists of > strings that encode numbers. > > Right now (v7.4-908) the result produced is: ['1', '5', '48', '25', '5', > '28', '6'] which is really odd. > > Is this a vim bug,

Re: Cannot find helptag :[range]

2017-02-06 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hello Tony, Tony Mechelynck schrieb am 07.02.2017 um 02:00: > The helptag :[range] is defined at line 334 of helpfile motion.txt. > But it cannot be found. When I do > > :help :[range] > > I get to helptag :r instead, at line 1901 of helpfile insert.txt, and > that even after doing

Re: Patch 7.4.2236

2016-09-02 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi Bram, Bram Moolenaar schrieb am 21.08.2016 um 17:45: > > Patch 7.4.2236 > Problem:The 'langnoremap' option leads to double negatives. And it does > not work for the last character of a mapping. > Solution: Add 'langremap' with the opposite value. Keep 'langnoremap' for >

Re: setpos() behaves erratically at times

2016-09-23 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Axel Bender schrieb am 22.09.2016 um 16:03: > The following image shows an erratical behavior of setpos() that I > cannot explain. When calling setpos("'<", ...), setpos("'>", ...) for > that matter, the behavior is OK for the first calls to setpos(). > However, from a certain number of

Re: setpos() behaves erratically at times

2016-09-27 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Axel Bender schrieb am 25.09.2016 um 12:36: > IS the conclusion I made in my previous post correct? > > Can we generally NOT assume to start in CHARWISE Visual mode when entering > operator-pending mode? > > If so, where would that be described in the docs? I'm not sure, but you are

Re: Vim 8.x "Diff with Vim" right click not working

2016-10-21 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Sebastian YEPES schrieb am 21.10.2016 um 13:23: > On Friday, October 21, 2016 at 8:02:13 AM UTC+2, KF Leong wrote: >> On Thursday, 20 October 2016 08:46:11 UTC+8, Sebastian YEPES wrote: >>> Hello, >>> >>> I have noticed that after upgrading from 7.x to 8.x the "Diff with Vim" >>> right

Re: [vim/vim] Injecting `$VAR` in `job_start()` calls (#1158)

2016-10-12 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Luc Hermitte (Vim Github Repository) schrieb am 12.10.2016 um 10:40: > I've tested that: > > :let job = job_start(['sh', '-c', 'echo "foo"']) > :echo job_info(job) > > returns > > |{'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, > 'channel': channel 23 closed,

Re: [bug] Exiting insertion mode with C-c extremely slow when file extension is .sql

2017-03-03 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Grégoire Verdier schrieb am 03.03.2017 um 13:32: > Hi ! > I'm using C-c instead of Esc and I've recently faced a problem when editing > sql files. > > Whenever I press C-c to exit the insertion mode, it takes at least 2 or 3 > seconds. > > However, if I open the file like this `vim -u

Re: Vim does NOT ignore the case even if diffopt=icase

2017-08-18 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Rick Howe schrieb am 18.08.2017 um 13:17: > Window 1: > AA > AA > AA > AA > > Window 2: > AA > Aa > aA > aa > > :set diffopt=icase > :diffthis (on both window) > > Yes, vim ignores the case. > But... > > Window 1: > A#A > A#A > A#A > A#A > > Window 2: > A=A > A=a > a=A > a=a > > Vim

Re: Patch 8.0.1127

2017-09-19 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Bram Moolenaar schrieb am 18.09.2017 um 21:51: > > Patch 8.0.1127 > Problem:Test_peek_and_get_char fails on 32 bit system. (Eliminate > Riesebieter) > Solution: Avoid an integer overflow. (James McCoy, closes #2116) I'm glad Elimar only reported the bug and did not also

Re: Wrong message E764 in Windows 10

2019-05-08 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Antonio Giovanni Colombo schrieb am 08.05.2019 um 15:39: > > I just checked, and I don't set the value in my .vimrc (neither in Linux > nor in Windows). > > The Windows Vim tells me that the spellfile is not set: >  spellfile= > > The Ubuntu Vim tells me that the spellfile is in: >  

Re: Wrong message E764 in Windows 10

2019-05-09 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi Antonio, Antonio Giovanni Colombo schrieb am 08.05.2019 um 21:17: > > it turns out that executing the same commands on the same file on the same PC, > using Windows Vim and using Ubuntu Vim, Vim does exactly the same things, but > in > one case the message E764 is issued (Windows), while in

Re: Wrong message E764 in Windows 10

2019-05-08 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Antonio Giovanni Colombo schrieb am 08.05.2019 um 10:37: > > while editing a file (using Vim 8.1.1286) in Windows 10, giving a "zg" > command to add a word to the wordlist, I get an unexpected message (in > Italian -- which is fine) > "E764: opzione 'spellfile' non impostata", and the word is

Re: Patch 9.0.0795

2022-10-21 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Bram Moolenaar schrieb am 19.10.2022 um 15:03: [...] > > ! readblob({fname} [, {offset} [, {size}]]) *readblob()* > Read file {fname} in binary mode and return a |Blob|. > + If {offset} is specified, read the file from the specified > +

Re: sluggish processing of autocommands

2023-02-24 Fir de Conversatie 'Jürgen Krämer' via vim_dev
[Quoting re-ordered] Hi Dave, ben.k...@gmail.com schrieb am 22.02.2023 um 15:47: > On Tuesday, February 21, 2023 at 5:01:04 AM UTC-5 Dave McCooey wrote: >> >> Hello, >> >> I recently added the following autocommands to my _vimrc file: >> >> :hi ExtraWhiteSpace ctermbg=58 "