Re: Patch 8.2.3615

2021-12-10 Fir de Conversatie John Little
On Friday, December 10, 2021 at 10:07:25 PM UTC+13 cbl...@256bit.org wrote: > > Patch 8.2.3615 has been amended a bit by Patch 8.2.3754 so please check > latest version if this is still problematic for you. > Yes, after 8.2.3754 the problem ended. I was unlucky in that my vim update cadence

Re: Patch 8.2.3615

2021-12-09 Fir de Conversatie John Little
have to be reformatted. Turning off cindent is a fix, but the files have source code in some elements and these are affected. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For mor

Re: Escape sequences printed to the console when starting Gvim 8.1

2021-01-07 Fir de Conversatie John Little
After reading here, I went back to the 18.04 install, and updated vim to the latest, and the problem does not occur now. Regards, John Little -- -- 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 i

Re: Escape sequences printed to the console when starting Gvim 8.1

2021-01-07 Fir de Conversatie John Little
t. A workaround is to start the gui early, by putting a "gui" command in .vimrc. Back in 2018 there were a few folks using similar workarounds. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Re: Escape sequences printed to the console when starting Gvim 8.1

2021-01-06 Fir de Conversatie John Little
> - Ubuntu 18.04 with your Vim 8.1 -- has the issue > I wonder why you need Vim 8.1. At https://launchpad.net/~jonathonf/+archive/ubuntu/vim I see only vim 8.2 for 18.04. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post!

Re: GTimeVal warning

2020-09-13 Fir de Conversatie John Little
toothpik >is anyone else getting these when they build? Yes, see the discussion at https://github.com/vim/vim/issues/4987 Some part of GTK2 being deprecated by another. There's nothing this project can do about it, other than giving up on GTK2. Regards, John Little -- -- You

Re: [vim/vim] after restart X server vim boots slows (#6199)

2020-06-04 Fir de Conversatie John Little
ck in, the display got stuck on the splash screen. I conclude that in 20.04, killing an X server with KDE is buggy. Regards, John Little -- -- 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 informat

Re: gvim startup time on Kubuntu 20.04 increased

2020-05-04 Fir de Conversatie John Little
s noticeable. IMO it's crazy that Vim, despite sourcing over 60 scripts, can start in less than 100 ms, and the GUI can need much longer than that. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

gvim startup time on Kubuntu 20.04 increased

2020-05-02 Fir de Conversatie John Little
yone with KDE plasma 5.18.4, or 5.18, on another distro see this? What might be the cause of this? Regards, John Little -- -- 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 h

Re: [vim/vim] In bash syntax you can't escape a backquote in a double-quoted string. (#5991)

2020-04-26 Fir de Conversatie John Little
the problem. The version on github is 189, dated 2019-10-16. Version 188, which I have from the Ubuntu 20.04 repository, does not show the problem. (Neither do versions 125, 133, or 179, which I had lying around.) HTH somebody, and regards, John Little -- -- You received this message from

Re: Error when deleting or yanking while not in insert mode. BadAccess (attempt to access private resource denied)

2020-04-22 Fir de Conversatie John Little
pboard support will not work, though. For editing files on a server, it may be easier to run vim locally, and use netrw to access the files. HTH, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replyin

Re: [vim/vim] :compiler segmentation fault (#5594)

2020-02-08 Fir de Conversatie John Little
, store pointers and allocate each scriptitem_T separately. Also avoids that the growarray pointers change when sourcing a new script. HTH, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to

Re: [vim/vim] Segfault when calling gettabwinvar() with nonexistent tabnr and winnr > 1000 (#5475)

2020-01-14 Fir de Conversatie John Little
I reproduced this, and noticed that the stock Ubuntu version did not, so bisected to find the first bad commit is 9c27b1c6d140ca824a78654c1cb70a43a69b4ec6 Date: Sun May 26 18:48:13 2019 +0200 patch 8.1.1400: using global pointer for tab-local popups is clumsy Problem:Using global pointer f

Re: version8.txt wrongly says that :wsverb command was added in vim-8.2

2019-12-30 Fir de Conversatie John Little
.txt and version8.2.txt, since support for 8.3 filenames is no longer needed. Separating the discussion about each significant release from the list of patches would be sensible too. I imagine that would make maintaining them easier. Regards, John Little -- -- You received this message from the

Re: version8.txt wrongly says that :wsverb command was added in vim-8.2

2019-12-30 Fir de Conversatie John Little
Just noticed that :help patches gives version8.txt, which lists all the patch descriptions since 7.4.1, 6,600 of them, but stops at 8.1.2424; there's no list for the 50 or so 8.2 patches. Now, version8.txt has become unwieldy; at 1.6 MB it's by far the largest file in the repo, and github gru

Re: [vim/vim] gvim spamming console from which it was started (#3628)

2019-12-08 Fir de Conversatie John Little
'd be surprised), or the debian or Ubuntu packagers patched it. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You

Bug of vim script

2019-09-15 Fir de Conversatie John Little
a: is a scope, like g: or s:, for arguments of the function. For example: function WithArgs(first, second) echo a:first a:second echo a:1 a:2 endfunction Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply belo

Re: [vim/vim] inoremap /inoremap do not disable mouse cursor movements (#4900)

2019-09-07 Fir de Conversatie John Little
tmux. Or conceivably, no idea if this would work, enable X forwarding with ssh, run a vim with +X11 and use set mouse=a in vim, then map the scroll events to . Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text

Re: [vim/vim] Fix: 'visualbell' doesn't work (#1789)

2019-07-26 Fir de Conversatie John Little
ing a key down can cause a hang while a key buffer-full of beeps play. I wonder if any such systems are still used or supported. With libcanberra repeating a sound just restarts it and sounds play asynchronously anyway. Regards, John Little -- -- You received this message from the &qu

Re: Using text properties to show rendered documents

2019-06-08 Fir de Conversatie John Little
On Sunday, June 9, 2019 at 3:20:23 AM UTC+12, Paul Jolly wrote: > > Why not just use :self markdown. and a markdown syntax file? > > Apologies, I'm probably missing something obvious here; but what is > the :self command? The obvious typo, surely :setf markdown?

Re: How about sound?

2019-06-06 Fir de Conversatie John Little
te sound theme. The large majority who want nothing to do with sound can continue in their silence, or maybe flash their RGB, or send a command to an odour generator ;). Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your r

Re: How about sound?

2019-06-04 Fir de Conversatie John Little
ves me a 100 ms cowbell. It's only about 15 lines of C. Managing (choosing, distributing) the sound files would be a far larger task than the code I imagine. I've no idea about libcanberra on MS Windows. Regards, John Little -- -- You received this message from the "vim_dev&quo

Re: [vim/vim] Makefile changes (#4376)

2019-05-16 Fir de Conversatie John Little
I suggest making your changes in your own git branch. My workflow is git checkout master git pull git checkout john git merge master I find this cleaner and more flexible than git stash. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your r

make -j reconfig fails, indent.o now depends on auto/osdef.h

2019-01-31 Fir de Conversatie John Little
~ Running make -j subsequently had no trouble, nor did make reconfig. It seems that indent.o should now depend on osdef.h; running make depend regenerated that part of src/Makefile with that dependency for indent.o, and the problem resolved. Perhaps make depend should be run on the master. Reg

Re: [vim/vim] Vim 8.1 is freezing / buffering all input while another process is watching files and performing brief but I/O heavy work (#3834)

2019-01-21 Fir de Conversatie John Little
adline is used for SSDs and cfq for hard discs. What does cat /sys/block/sdb/queue/scheduler say? If it says something like noop deadline [cfq] You might try echo deadline | sudo tee -a /sys/block/sdb/queue/scheduler Regards, John Little -- -- You received this message fro

Re: [BUG] Peculiar bug with session restoration, please repro

2019-01-13 Fir de Conversatie John Little
Solution: Use generic redrawing methods. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message

Re: [vim/vim] Syntax highlighting infelicity for bash (#3773)

2019-01-06 Fir de Conversatie John Little
defined variable: b:is_bash then the code has not been recognized as bash. Note that setting is_bash doesn't have an effect immediately, only after a reload or otherwise re-executing the syntax script, by, say, turning syntax off and on. Regards, John Little -- -- You received this mess

Re: [vim/vim] gVim: diacritic renders on wrong character with particular font at size 11 or above (#3754)

2019-01-03 Fir de Conversatie John Little
he dot. > FWIW, :set gfn=Bistream\ Vera\ Sans\ Mono\ 8 gives me correctly placed > composing characters in gvim with GTK2. (That's very small.) With that font in vim the dot is under the c but at the right of the cell. I suggest checking a larger size of that font. Regards, John Li

Re: [vim/vim] gVim: diacritic renders on wrong character with particular font at size 11 or above (#3754)

2019-01-03 Fir de Conversatie John Little
tion/LiberationMono-Regular.ttf 100 Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are su

Re: [vim/vim] gVim: diacritic renders on wrong character with particular font at size 11 or above (#3754)

2019-01-01 Fir de Conversatie John Little
us character o. The same text in Kate, the Kubuntu default editor, puts the dot under the next character (the r above), in all the fonts I tried. So does Konsole, but xterm renders it correctly. gedit, the GNOME editor, also shows the dot correctly in all the fonts I tried. Weird. Regards, J

gcc 8 -Wcast-function-type warnings

2018-11-25 Fir de Conversatie John Little
ppose we should just ignore these warnings. Other projects are doing this. So, if one wants to use -Wextra, I suggest adding -Wno-cast-function-type as well. Maybe the comment line in the Makefile could be changed. Regards, John Little -- -- You received this message from the "vim_dev&q

Re: [vim/vim] Hard-coded 2 pixel border in GTK gVim (#3575)

2018-10-30 Fir de Conversatie John Little
ds to be removed so that the user's themes and styles and so on are allowed to work. The present code guarantees inconsistency, at least on my screen. Of course, it can't be as easy as that, and I am by no means even slightly proficient with this stuff. Regards, John Little -- -- You r

Re: [vim/vim] Hard-coded 2 pixel border in GTK gVim (#3575)

2018-10-30 Fir de Conversatie John Little
r 16 has always annoyed me, so I've been reducing this in my builds of gvim for a long time. Fixing this border width glitch fits well with the thinner scrollbar. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

linebreak, showbreak, and visual block yank problem

2018-10-24 Fir de Conversatie John Little
mess. I suppose that using a block selection for part of a line that is wrapped with 'linebreak' is marginally useful so this problem is very minor. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply belo

Re: [vim/vim] Can't build from source on latest Fedora 28 (#3398)

2018-09-01 Fir de Conversatie John Little
wrong with your iconv library; I suggest reinstalling it, or removing it. Regards, John Little -- -- 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 http://www.vim.org/maillist.php

Re: [vim/vim] reset tty's termios to expected values on SIGCONT (#3285)

2018-08-06 Fir de Conversatie John Little
ould use this if it gets a SIGCONT it's not expecting. However, the best approach might be, don't do that. IIUC SIGSTOP can't be caught, blocked, or ignored and if vim has the X selection other processes that ask for it will hang. Regards, John Little -- -- You received this mes

Re: [vim/vim] Error detected while processing function 39_Highlight_Matching_Pair: in bash file (#3280)

2018-08-04 Fir de Conversatie John Little
matchparen.vim plugin. Does it still occur with vim --clean -N -c 'ru plugin/matchparen.vim' 2.sh If it does, can you tell us what is in the line in matchparen.vim for which the error is reported? My line 78 is blank. Regards, John Little -- -- You received this message from the &q

Re: [vim/vim] Weird indentation of C labels when a statement block starts on the same line (#3229)

2018-07-18 Fir de Conversatie John Little
ed as the spawn of Satan they are. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message beca

Re: [vim/vim] Weird indentation of C labels when a statement block starts on the same line (#3229)

2018-07-18 Fir de Conversatie John Little
I see your behaviour with vim --clean -c 'set cinoptions+=L' -c 'normal ggVG=' The in-built C indenting doesn't cope with the opening brace on the same line as the label. Neither does 'smartindent'. Regards, John Little -- -- You received this message from

Re: [vim/vim] Can't find pkg-config during configure (#3192)

2018-07-10 Fir de Conversatie John Little
beasts. You could try using CONF_OPT_GUI = --enable-gui=gtk3 --disable-gtktest in the Makefile to skip some of those GTK tests. The version will still gets checked, but it's seems bit redundant in that a version less than 3.0.0 wouldn't be, well, 3. HTH, and regards, John Little

Re: [vim/vim] Vim hangs when showmatch and cpoptions-m are enabled and paste a block containing parens (#3146)

2018-07-03 Fir de Conversatie John Little
I think these have the same cause as the problem reported by Petr Vorel: https://groups.google.com/forum/?hl=en#!topic/vim_dev/GB0OXwfTsdA If your problems are not avoided by :set t_BE= to turn off "bracketed paste" then I imagine it's different. Regards, John Little -- -

Re: [vim/vim] try/catch inconsistent (#3142)

2018-07-03 Fir de Conversatie John Little
> Observation : gvim shows the "Press enter" line, while vim does not. I get the opposite; gvim does not show the prompt, vim does. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you ar

Re: [vim/vim] Is it possible to disable vim from opening too large files? (#3120)

2018-07-01 Fir de Conversatie John Little
ipt_id=1506 Using it might solve your problem, but if it doesn't, it's quite simple, you could adapt it to suit your needs in a few lines of vim script. However, I don't know a good way to abort loading the file, perhaps someone here can tell us. Regards, John Little --

Re: Patch 8.1.0128

2018-06-30 Fir de Conversatie John Little
On Sunday, July 1, 2018 at 2:28:04 AM UTC+12, Bram Moolenaar wrote: > Patch 8.1.0128 Just noticed version.c on github doesn't have patch number 128. No effect, other than a little confusion. Regards, John Little -- -- You received this message from the "vim_dev" maillis

Re: [vim/vim] Scrolling large documents in GVim flickers (#701)

2018-06-25 Fir de Conversatie John Little
uce the flicker. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are subscr

Re: Vim bug when inserting foo}

2018-06-17 Fir de Conversatie John Little
the end of the paste and the result is a mess. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this mess

Re: [vim/vim] gvim --remote-wait spikes high CPU usage (#2975)

2018-06-01 Fir de Conversatie John Little
FWIW, using ps (and top and htop) I see a similar result as you, on Kubuntu 18.04 and vim 8.1.0026. (I was deceived for a while by KSysGuard, the KDE system monitor, showing only 8%, but I think that KSysGuard is dividing by the cpu count.) -- -- You received this message from the "vim_dev"

Re: [vim/vim] wasted space of toolbar in openSUSE Leap 15.0 (#2957)

2018-05-28 Fir de Conversatie John Little
Kazunobu Kuriyama said: >For the record, this issue isn't due to Vim or GTK+ 3, but the icon theme that >doesn't comply with the specs. >...the directory layout of Breeze... Thank you for that explanation. I've been mystified by some icon behaviour in another context with GTK 3. -- -- You

Re: [vim/vim] a symbol disappears and reappears when the cursor passes over it (#2696)

2018-03-07 Fir de Conversatie John Little
On Wednesday, March 7, 2018 at 11:39:36 AM UTC+13, lkintact wrote: > Copy this text into the buffer: Тٌам (these are Cyrillic letters with an Arab > symbol above the "а", probably a result of a poor OCR) > Move the cursor from "м" to "Т" and back several times. The Arab symbol > appears and disap

Re: [vim/vim] gvim exits with "BadWindow (invalid window parameter)" when highlighting large regions (#1023)

2018-02-10 Fir de Conversatie John Little
he comment in x_error_handler in os_unix.c: /* Silently continuing might be an alternative... */ and commenting out the preserve_exit() call. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: [vim/vim] gvim exits with "BadWindow (invalid window parameter)" when highlighting large regions (#1023)

2016-09-09 Fir de Conversatie John Little
e gvim failure. For me, any text file large enough, about 5000 lines, causes gvim to exit if one tries to ggVG. In the vim source directory, eval.c is not big enough, but cat e*.c > x.c makes a file big enough. Regards, John Little -- -- You received this message from the "vim_dev"

Re: [vim/vim] gvim exits with "BadWindow (invalid window parameter)" when highlighting large regions (#1023)

2016-09-04 Fir de Conversatie John Little
I can reproduce this with 7.4.1689, 7.4.2161, and 7.4.2321, all with GTK2 on KDE with plasma 5. I'll have a go later with debug, valgrind and asan. -- -- 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 informa

Re: [vim/vim] SEGV when run gvim in ubuntu 16.04 (#851)

2016-08-08 Fir de Conversatie John Little
t looks generic. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are subscribed to

Re: [vim/vim] SEGV when run gvim in ubuntu 14.04 (#851)

2016-08-08 Fir de Conversatie John Little
t -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -lcanberra (Ignore the canberra stuff, I don't like the GTK bell so have coded in my own. Canberra needs -D_REENTRANT.) HTH, and regards, John Little -- -- You received this message from the "vim_dev" ma

Re: can't build with gui -- config not finding gtk

2016-06-22 Fir de Conversatie John Little
On Tuesday, June 21, 2016 at 7:13:46 PM UTC+12, Tony Mechelynck wrote: > On Mon, Jun 20, 2016 at 3:46 AM, John Little wrote: > [...] > > I'm on a debian-derived distro, [...] > > Then you may have one bit of useful information. Which command would > you run using ap

Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie John Little
To mention the obvious just in case, are you running (in the vim src) make reconfig Sometimes that's necessary due to OS updates, without vim changing. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below t

Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie John Little
4-linux-gnu/pkgconfig/gtk+-2.0.pc is an installed file of package "libgtk2.0-dev". Regards, John Little -- -- 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 http://www.vim.org/

Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie John Little
The GTK check uses the "pkg-config" command. I suggest you look in the generated "configure" script in the auto directory to see what parameters it is being given, then run it yourself, and report the parameters and result here. Regards, John Little -- -- You received t

Re: [vim/vim] configure fails on gcc 6.0 (#800)

2016-05-14 Fir de Conversatie John Little
es: configure:2993: checking whether the C compiler works I conclude that those errors are not your problem. You may have concluded the same, since --enable-rubyinterp has nothing to do with that part of configure's processing. Regards, John Little -- -- You received this message from

Re: Lack of integer overflow handling in range() and for

2016-04-24 Fir de Conversatie John Little
1236kB, file-rss:160kB The point I'm trying to make is that if you ask vim to do stuff beyond the resources of the system it's running on, vim will try, and the failure depends on that system. IMO it would be very difficult to code vim to reliably catch all the ways it can

Re: [vim] On XFCE, the gvim main window opens without having focus (#689)

2016-03-14 Fir de Conversatie John Little
nset. Maybe the fix didn't get to XFCE by 14.04, or you are using something else. Anyway, you could check if DESKTOP_STARTUP_ID is set, and unset it in your .profile or .bashrc. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post!

Re: How to update with local changes

2016-01-19 Fir de Conversatie John Little
On Monday, January 18, 2016 at 9:36:17 PM UTC+13, LCD 47 wrote: > On 17 January 2016, John Little wrote: > > Or, would I be better with the cryptic commands above? (I say cryptic > > because '... use "--set-upstream-to". Something like ...' followed by > &

Re: How to update with local changes

2016-01-19 Fir de Conversatie John Little
t checkout recently. This is a nuisance in that I have to do it every time. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --

Re: How to update with local changes

2016-01-17 Fir de Conversatie John Little
l: Exiting because of an unresolved conflict. $ git commit -a [master 589478d] Merge remote-tracking branch 'refs/remotes/origin/master' How should I make this runtime/doc/tags stuff go away? .gitignore doesn't. Or, would I be better with the cryptic commands above? (I say cryptic be

Re: How to update with local changes

2016-01-17 Fir de Conversatie John Little
l: Exiting because of an unresolved conflict. $ git commit -a [master 589478d] Merge remote-tracking branch 'refs/remotes/origin/master' How should I make this runtime/doc/tags stuff go away? .gitignore doesn't. Or, would I be better with the cryptic commands above? (I say cryptic be

Re: Patch 7.4.995

2016-01-02 Fir de Conversatie John Little
Tony I have used git checkout to back out my change, as patch 1038 does it now. Regards, John Little -- -- 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 http://www.vim.org/ma

Re: Patch 7.4.995

2016-01-02 Fir de Conversatie John Little
my local ubuntu archive mirror has packages only for 2.30.7, 2.31.3 and 2.32.[12] for ubuntu and debian. 2.30.7 comes with the long term support release (supported till 2019) which does not give the deprecation warning. So, in the debian world only 2.31.3 is widely used. Regards, John Little --

Re: Patch 7.4.995

2016-01-02 Fir de Conversatie John Little
in my post above, change line 2511 of src/configure.in to read $gdk_pixbuf_version_minor -ge 31 ; then and make reconfig. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to.

Re: Patch 7.4.995

2016-01-02 Fir de Conversatie John Little
On Saturday, January 2, 2016 at 7:09:58 PM UTC+13, Tony Mechelynck wrote: > the compiler warning in question is still there at the current patchlevel. What does pkg-config --modversion gdk-pixbuf-2.0 say on your system, Tony? Regards, John Little -- -- You received this message from

Re: Patch 7.4.995

2016-01-01 Fir de Conversatie John Little
t once. Whether anything should be done about this is debatable, but I thought I'd mention it. Certainly the documentation referred to in the pull request suggests that GResource landed in 2.32, and my gio/gresource.h has lots of GLIB_AVAILABLE_IN_2_32 error macros. Regards, John Little

Re: [vim] Cursor disappears when adding/removing vertical splits (#480)

2015-11-25 Fir de Conversatie John Little
On Wednesday, November 18, 2015 at 8:09:25 AM UTC+13, John Little wrote: > FWIW, I don't see this with KDE 5. > Just had the opportunity to check this with LXDE on Lubuntu, and I still don't see it. Regards, John Little -- -- You received this message from the "vim_dev&

Re: [vim] Crash while mouse-selecting in two-buffer mode (#486)

2015-11-19 Fir de Conversatie John Little
the wrong parts of the text being highlighted. I suspect your problem may have something to do with "extended coordinates". What does set ttymouse? tell you? Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type you

Re: [vim] Crash while mouse-selecting in two-buffer mode (#486)

2015-11-19 Fir de Conversatie John Little
rks: 5.9.0, konsole 3.0.1. on Kubuntu Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message b

[vim] Cursor disappears when adding/removing vertical splits (#480)

2015-11-17 Fir de Conversatie John Little
FWIW, I don't see this with KDE 5. Just speculating, this might be caused by a problem with GTK2 in Gnome 3; I have the impression that the Gnome project does that sort of thing. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie John Little
output. IMO, the code should explain why this magic number character is used. Then we'd know how to pick another, maybe. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie John Little
Note also that you can add a full reset when vim starts by putting the following in your .vimrc: let &t_ti = "\ec" . &t_ti I haven't tested that much though. It messes with the "alternate screen" handling. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type yo

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie John Little
On Sunday, November 8, 2015 at 12:03:49 PM UTC+13, Random832 wrote: > When running in xterm (a real xterm, not any other terminal reporting > itself as "xterm") with TERM set to xterm, Vim puts the terminal in a > state where the screen clearing commands \e[K and \e[J do not work Are you sure it's

Re: Updates to vhdl.vim

2015-10-06 Fir de Conversatie John Little
udo apt-get install build-essential before trying to compile vim. Regards, John Little -- -- 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 http://www.vim.org/maillist.php -

Re: VIM now crashes when opening large file:

2015-09-09 Fir de Conversatie John Little
On Wednesday, September 9, 2015 at 6:10:24 AM UTC-5, Josh G wrote: > I keep getting crashes now when opening large file (4GB, 9GB). +1 for the LargeFile plugin. Though, vim does everything in memory, if you have less RAM than the size of the file it will be swapping and so slow. > it kept movi

Re: Unicode 6.0.0 symbols show with incionsistent width

2015-07-21 Fir de Conversatie John Little
get the same trouble at the bash prompt if I run echo "THUMBS UP SIGN (👍)1234" then go back and edit the line; vim is not involved. But it's really a fundamental limitation in vim; it really wants characters in single cells, with some limited hacks for double width character

Re: Unicode 6.0.0 symbols show with incionsistent width

2015-07-20 Fir de Conversatie John Little
On Tuesday, July 21, 2015 at 9:25:55 AM UTC+12, Yuri Vic wrote: > I came across this symbol: U+1F44D THUMBS UP SIGN (👍) > In vim-7.4.778 it shows with width one or two... And Zyx replied: So this problem has nothing to do with Vim. I agree. Using "Liberation Mono" with a GTK vim the thumbs up is

Re: Patch 7.4.778

2015-07-11 Fir de Conversatie John Little
gcc 4.9.2 still gives a warning: ops.c: In function ‘do_addsub’: ops.c:5406:10: warning: ‘startcol’ may be used uninitialized in this function [-Wmaybe-uninitialized] int startcol; ^ AFAICT it's not a problem, but I'm not surprised gcc can't figure that out. Regar

Re: Neovim changes

2015-04-15 Fir de Conversatie John Little
ack of imagination of what it might be like to be in other shoes. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- Yo

Re: Wrong dollar sign red color highlighting in shell scripts

2015-03-21 Fir de Conversatie John Little
vertheless, shell script syntax highlighting is almost a Sisyphean task, and I'm very grateful that Dr Chip has done it. Regards, John Little -- -- 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 in

Re: Wrong dollar sign red color highlighting in shell scripts

2015-03-21 Fir de Conversatie John Little
ot valid posix syntax, isn't it? Indeed, that's ksh syntax; with ash it accepts it but includes an extra $ character. The correct syntax with my ash is CR='\r' NL='\n' In this case flagging the $ as an error is useful, with my ash at least. Regards, John Little -- --

Re: Wrong dollar sign red color highlighting in shell scripts

2015-03-19 Fir de Conversatie John Little
suspect you've really got an Almquist shell. Note that vim's help in syntax.txt says posix: (using this is the same as setting is_kornshell to 1) let g:is_posix = 1 but my reading of syntax/sh.vim suggests this is no longer quite true. Regards, John Little --

Re: Wrong dollar sign red color highlighting in shell scripts

2015-03-18 Fir de Conversatie John Little
do it; sh.vim notices that /bin/sh resolves to /bin/dash on my Debian based distro, and sh.vim sets a POSIX flag. Indeed, my distro only has POSIX shells AFAICT. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply be

Re: can't edit ~/.alias - segmentation fault

2015-03-05 Fir de Conversatie John Little
a /root for this purpose, perhaps yours doesn't, or $HOME is screwed up. Looks odd anyway. So, do you see this not logged on as root? What's your OS, anyway? Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

Re: Font size?

2015-02-26 Fir de Conversatie John Little
On Friday, February 27, 2015 at 11:44:01 AM UTC+13, John Little wrote: > Though these days gvim is subtracting 1 from the lines I tell it, either with > -geometry or set lines, I don't know why. I just looked into this, and I suspect there's a race condition in the GUI. I ha

Re: Font size?

2015-02-26 Fir de Conversatie John Little
x27;gvim -geometry 80x60' Though these days gvim is subtracting 1 from the lines I tell it, either with -geometry or set lines, I don't know why. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text y

Re: Google summer of code

2015-02-12 Fir de Conversatie John Little
ff to me.) Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Googl

Re: Strange display of acute accent in a complex character

2015-01-30 Fir de Conversatie John Little
with vim, I imagine you'd need a font that draws it all inside the character cell. Regards, John Little -- -- 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 http://www.vim.

Re: Patch 7.4.560

2015-01-17 Fir de Conversatie John Little
hed, but a couple of initializers wouldn't hurt, I'd have thought. Regards, John Little -- -- 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 http://www.vim.org/maillis

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-17 Fir de Conversatie John Little
nd line is marked. I see this in 7.4.580, linux amd64. In fact, the \%>Nv atom looks quite broken, given the line, and vim -u NONE -N: abcdefgh \%>2vc and \%2vd work, but \%>2ve does not. More generally, \%>Nv does not match beyond N + 2, and it used to. Regards, John Little -- --

Re: vim cursorline problem / terminal bug ?

2014-10-17 Fir de Conversatie John Little
le 2.13.2 here, and no problem. Have you checked with vim -u NONE? Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- Y

Re: Can't paste into new windows when clipboard is set to unnamedplus

2014-09-12 Fir de Conversatie John Little
, none of them has a > clipboard manager. Clipit is reported to work with i3 (in the i3 FAQ), and clipman works with XFCE. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For m

Re: Can't paste into new windows when clipboard is set to unnamedplus

2014-09-11 Fir de Conversatie John Little
h LXDE one can install "parcellite", if I've got that correctly. Regards, John Little -- -- 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 http://www.vim.org/maill

Re: gcc buffer overflow detected on vim startup

2014-09-10 Fir de Conversatie John Little
On Thursday, September 11, 2014 4:58:15 PM UTC+12, Dominique Pelle wrote: > John Little wrote: > > *** buffer overflow detected ***: vim terminated ... > I'm guessing you're using Ubuntu. Well, my post did say Kubuntu. > Ubuntu modified > their version of gcc to de

gcc buffer overflow detected on vim startup

2014-09-10 Fir de Conversatie John Little
idea that there's an explicit ok for this sort of thing. Regards, John Little -- -- 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 http://www.vim.org/maillist.php --- You r

Re: Is there anything about CI (Contentious Integration) in Vim program?

2014-09-04 Fir de Conversatie John Little
more tests, including platform specific rendering tests. As it is, there are many who build vim on their own environments who pull frequently, and report problems to this list promptly. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type

  1   2   3   >