Re: [vim/vim] Sudo vi/vim read-only files can be edited and forcibly saved! How to disable forced savings. (Issue #15126)

2024-06-29 Thread Christian Robinson
You can’t lock down Vim if you give it super user permissions, which you’re doing here. Use sudoedit instead. -- Christian J. RobinsonOn Jun 29, 2024, at 3:24 AM, wangchao732 wrote: Steps to reproduce sudo vim /etc/sudoers wq! Expected behaviour sudo cat /etc/sudoers|grep prometheus prometheus A

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Thread Christian Robinson
Vim compiled with GPM support has mouse access if the GPM daemon is running -- Christian J. Robinson > On Feb 9, 2024, at 5:15 PM, Luca Saccarola > wrote: > >  > Ok, so option two for a possible solution is not really an option. > Thanks for letting me know. > > But in your reply you aren'

Re: [vim/vim] vim not detecting long comments in HTML (Issue #13885)

2024-01-18 Thread Christian Robinson
This is intentional, to keep Vim from slowing down too much with huge syntax regions. If you want to override this behavior try:    :syn sync fromstart In the HTML file. -- Christian J. RobinsonOn Jan 18, 2024, at 1:57 PM, Srajan Dehariya wrote: Steps to reproduce Open an HTML file with ~2000 li

Re: Vim9 autoload case regression

2022-01-14 Thread Christian Robinson
> On Jan 14, 2022, at 6:20 AM, Bram Moolenaar wrote: > >  > Christian J. Robinson wrote: > >> With the "import autoload 'CaseRegression.vim'" you can use "echo >> CaseRegression#CaseRegression()" on Linux, but on Windows it has to be >> "echo caseregression#CaseRegression()". This inconsisten

Re: What do Vim plugin authors want from Vim?

2018-10-27 Thread Christian Robinson
It would probably be better to create a Google survey for this. -- Christian J. Robinson > On Oct 27, 2018, at 10:07 AM, Bram Moolenaar wrote: > > > I often wonder what next to add or improve in Vim. These days plugin > authors are a very important group of people who help making Vim more >

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Thread Christian Robinson
> On Sep 30, 2015, at 2:01 AM, Christian Brabandt wrote: > > Hi Christian! > >> On Fr, 04 Sep 2015, Christian J. Robinson wrote: >> >> >> If I set up the following autocmd: >> >>:autocmd FocusGained * :echomsg "here" >> >> Then from a command-line window do: >> >>vim --remote-send "

Re: 'balloonexpr' crash...?

2013-07-05 Thread Christian Robinson
On Jul 5, 2013, at 2:46 AM, Christian Brabandt wrote: > Hi Christian! > > On Do, 04 Jul 2013, Christian J. Robinson wrote: > >> >> At some point in the last couple of weeks I have noticed that my >> recent Vim builds (native Windows 7 binaries built under cygwin) are >> crashing whenever my custo

Re: Patch 7.3.780

2013-01-25 Thread Christian Robinson
On Jan 25, 2013, at 2:18 AM, James McCoy wrote: > On Thu, Jan 24, 2013 at 03:57:17PM -0700, Christian J. Robinson wrote: >> Also, at some point I started getting this error: >> make[1]: *** No rule to make target `nl.mo', needed by `all'. Stop. > > You either need to get the source from Mercuria

Re: Ballooneval problems

2011-09-23 Thread Christian Robinson
On Sep 23, 2011, at 1:03 PM, Charles Campbell wrote: > Part of the problem from my viewpoint is that beval is a global setting > instead of being local. I have netrw v143m working around this; beval is > effectively set for netrw buffers only. I agree. Even for my exclusively personal use, I'