Re: Extremely slow when using relativenumber & syntax highlighting

2014-03-27 Thread Bram Moolenaar
et a redraw is only neede when the buffer line number changes. But the condition is for the screen line number to change. It should use the VALID_CROW mask. Same for when 'cursorline' is set. I'll make a patch, please make sure it still updates properly when needed after including

Re: Suggestion for vim -diff behavior change

2014-03-30 Thread Bram Moolenaar
s absolutely necessary. Every boss saves one corner of the desk for useless assignments that are doled out like Halloween candy to each visitor. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for featu

Re: Question about Vim logo

2014-04-02 Thread Bram Moolenaar
want to get updates for news, subscribe to the maillist: https://groups.google.com/forum/#!forum/iccf-holland - Bram -- For a moment, nothing happened. Then, after a second or so, nothing continued to happen. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

Re: Question about Vim logo

2014-04-05 Thread Bram Moolenaar
ed to what my mother told me when I was young!" "Why, what did she tell you?" "I don't know, I didn't listen!" -- Arthur Dent and Ford Prefect in Douglas Adams' "The Hitchhiker's Guide to the Galaxy"

Re: Extremely slow when using relativenumber & syntax highlighting

2014-04-08 Thread Bram Moolenaar
pengine=1 was a significant performance boost as > well. I was experiencing a lot of slowdowns especially with ruby and > yaml files, but setting regexpengine=1 significantly sped those up. > Still not completely smooth, but it is better. > > > On Thursday, March 27, 2014 7:13:

Re: Opening large files?

2014-04-29 Thread Bram Moolenaar
tests to verify the fix? -- >From "know your smileys": :-EHas major dental problems /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language

Vim charity: Visit report

2014-05-08 Thread Bram Moolenaar
a short video. -- I'm writing a book. I've got the page numbers done. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www

Re: Opening large files?

2014-05-10 Thread Bram Moolenaar
Ken Takata wrote: > 2014/4/29 Tue 22:04:23 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > 2014/4/17 Thu 0:58:01 UTC+9 Adrian wrote: > > > > 'm helping another user open a large, 3Gb, file. The standard windows > > > > editors

Re: Opening large files?

2014-05-12 Thread Bram Moolenaar
Ken Takata wrote: > Hi Bram, > > 2014/5/10 Sat 20:23:47 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > 2014/4/29 Tue 22:04:23 UTC+9 Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > > > > > > > 2014/4/17 Thu

Re: Opening large files?

2014-05-13 Thread Bram Moolenaar
Ken Takata wrote: > 2014/5/13 Tue 3:40:37 UTC+9 Bram Moolenaar wrote: > > So is the patch now ready to be included, or did you still have a > > problem to fix? > > I think it's ready. I don't see any regressions with the patch (at least in my > use cases). &g

Re: Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-05 Thread Bram Moolenaar
; > In Ex mode, multi-byte character is not handled. > Please check the attached patch. Thanks, I'll check it out. -- hundred-and-one symptoms of being an internet addict: 268. You get up in the morning and go online before getting your coffee. /// Bram Moolenaar -- b...@moolenaa

Re: How can a highlight group combine custom attributes and a link?

2014-06-09 Thread Bram Moolenaar
orks > in gvim; regular vim exhibits the same bug as putting it in the vimrc > file. Yes, it appears the "if settings already exist" only checks for term settings, not gui settings. This is inconsistant. I suppose we can change that without causing trouble for existing

Re: How can a highlight group combine custom attributes and a link?

2014-06-12 Thread Bram Moolenaar
Christian wrote: > On Mo, 09 Jun 2014, Bram Moolenaar wrote: > > > Yes, it appears the "if settings already exist" only checks for term > > settings, not gui settings. This is inconsistant. I suppose we can > > change that without causing trouble for exi

Re: Sorting a List of Numbers

2014-06-12 Thread Bram Moolenaar
ame flags as the :sort command has. -- They now pass three KNIGHTS impaled to a tree. With their feet off the ground, with one lance through the lot of them, they are skewered up like a barbecue. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD ///

Re: Sorting a List of Numbers

2014-06-25 Thread Bram Moolenaar
licated. -- DEAD PERSON: I don't want to go in the cart! CUSTOMER: Oh, don't be such a baby. MORTICIAN:I can't take him... DEAD PERSON: I feel fine! CUSTOMER: Oh, do us a favor... MORTICIAN:I can't. The Quest for the

Re: [BUG?] redir tromping yank register 0?

2014-07-06 Thread Bram Moolenaar
HUR: Listen, old crone! Unless you tell us where we can buy a shrubbery, my friend and I will ... we will say "Ni!" CRONE: Do your worst! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- h

Re: [BUG?] redir tromping yank register 0?

2014-07-08 Thread Bram Moolenaar
t;" register points to the last used yank or delete register, recording does not change it. Thus if you happen to record to the register the "" points to, then "" is also changed. -- Q: How do you tell the difference between a female cat and a male cat? A: You ask it a q

Re: Problem with vimdiff and file name resolution

2014-07-10 Thread Bram Moolenaar
t! ARTHUR: What? BEDEVERE: It's The Legendary Black Beast of Arrrrrrggghhh! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim

Re: Problem with vimdiff and file name resolution

2014-07-11 Thread Bram Moolenaar
some > sort of optimization by checking inode numbers, it ought to check > file systems as well. It's not vimdiff, if you try to edit both files in any other way you most likely run into the same problem, that Vim thinks they are the same file. And will load only the first one.

Re: mapping list with : v:val and index of v:val

2017-06-11 Thread Bram Moolenaar
c:2'] -- I am also told that there is a logical proof out there somewhere that demonstrates that there is no task which duct tape cannot handle. -- Paul Brannan /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim

Re: measure time betwween two normal commands

2017-06-20 Thread Bram Moolenaar
ow, please let me know so that I can run the profiler with it. -- hundred-and-one symptoms of being an internet addict: 52. You ask a plumber how much it would cost to replace the chair in front of your computer with a toilet. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaa

Re: measure time betwween two normal commands

2017-06-21 Thread Bram Moolenaar
gt; > normal n > > echomsg 'elapsed: ' . string(reltimefloat(reltime(start))) > > > > If you have a specfic pattern and text on which it is slow, please let > > me know so that I can run the profiler with it. > > > > -- > > hundred-and-one

Re: :buffer tab completion

2017-07-05 Thread Bram Moolenaar
all buffers > that contain it. Intentional? Yes. Buffer matching is scored, and completion shows all buffers with the highest score. -- hundred-and-one symptoms of being an internet addict: 108. While reading a magazine, you look for the Zoom icon for a better look at a photograph.

Re: Messages oddity

2017-07-08 Thread Bram Moolenaar
w output from :echo. If you use :echomsg then it does. -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? /// Bram Moolenaar -- b...@moolenaar.net -- http://www

Re: Messages oddity

2017-07-08 Thread Bram Moolenaar
Phil Dobbin wrote: > On 08/07/17 12:03, Bram Moolenaar wrote: > > > > Phil Dobbin wrote: > > > >> I was trying to debug something in Vim today & I needed to see the > >> fleeting error messages that flash by when Vim spots trouble. However > >&g

Re: Latest vim breaks gnome terminal paste

2017-07-13 Thread Bram Moolenaar
help xterm-bracketed-paste". -- hundred-and-one symptoms of being an internet addict: 146. You experience ACTUAL physical withdrawal symptoms when away from your 'puter and the net. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim,

Re: "

2017-07-26 Thread Bram Moolenaar
t; /xxx > << > . > . > === DIFFERENT === This works as intended. See :help function-search-undo -- hundred-and-one symptoms of being an internet addict: 260. Co-workers have to E-mail you about the fire alarm to get you out of the building. /// Bram Moolenaar -- b...@moo

Re: New renderer prototypes ?

2017-08-09 Thread Bram Moolenaar
t as often as in the GUI. We prefer functionality to be available in both. Doesn't need to look exactly the same, that would be impossible, but it must be possible to use mappings, plugins, etc. both in the GUI and the terminal the same way. This does add restrictions to what's pos

Re: Recognize Vim terminal buffers

2017-08-11 Thread Bram Moolenaar
f we know what kind of text there is. So setting the filetype for a terminal is unexpected. -- Citizens are not allowed to attend a movie house or theater nor ride in a public streetcar within at least four hours after eating garlic. [real standing law in Indiana, United Sta

Re: Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-08-15 Thread Bram Moolenaar
; > Please let me know if there is interest in doing this or not. > For :runtime we have the START argument, which makes it look under under "start" in 'packpath'. We could make :packadd START {name} look in /start/ instead of /opt/. -- We apologise again for the fault

Re: Silently edit a buffer

2017-08-16 Thread Bram Moolenaar
ut that switches the current window to "_out" buffer. -- There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. The other way is to make it so complicated that there are no obvious deficiencies.

Re: how to set background color for vim terminal

2017-08-27 Thread Bram Moolenaar
hat on Mac it appears to be impossible to set the background color to white. That's a problem with Terminal.app. -- How To Keep A Healthy Level Of Insanity: 18. When leaving the zoo, start running towards the parking lot, yelling "run for your lives, they're loose!!"

Re: how to set background color for vim terminal

2017-08-28 Thread Bram Moolenaar
Lifepillar wrote: > On 28/08/2017 00:13, Bram Moolenaar wrote: > > > > Marcin Szamotulski wrote: > > > >> I was looking how to set up background color for the `:termainal` (on > >> linux). I cannot find proper documentation on how to adjust libvte

Re: Quickfix/Location list identifier feature

2017-09-01 Thread Bram Moolenaar
list number using the identifier: > > echo getqflist({'id' : myid, 'nr' : 0}) > > To use this with location lists, replace getqflist() with getloclist() and > pass > the window number. Thanks! If anybody has remarks about this feature, please ment

Re: Sample asynchronous make plugin

2017-09-03 Thread Bram Moolenaar
op Thanks. I think you need to use shellescape() on the arguments. This adds location to a quickfix list. Now how do I jump around in these locations? Would be nice to have the make output also show up in a terminal. I wonder if that is possible. -- Time is money. Especially if

Re: Sample asynchronous make plugin

2017-09-04 Thread Bram Moolenaar
gin adds the complete make output to the quickfix list. > So you can browse through the make output in the quickfix window. Does that update while the build is progressing? > I am attaching an updated version of the plugin. This version saves > and uses the 'efm' that was set when t

Re: blinking cursor in search/replace mode

2017-09-05 Thread Bram Moolenaar
k anyway ? This means the gvim window loses focus. What GUI is this? -- If your nose runs, and your feet smell, you might be upside down. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\

Re: Terminal and pipes

2017-09-15 Thread Bram Moolenaar
: call term_start(['sh', '-c', 'ls | more']) -- The difference between theory and practice, is that in theory, there is no difference between theory and practice. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: :terminal command in Vim 8

2017-09-21 Thread Bram Moolenaar
being an internet addict: 169. You hire a housekeeper for your home page. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org

Re: libvterm color palette

2017-09-23 Thread Bram Moolenaar
Marcin Szamotulski wrote: > Is there a way to redefine color palette used by the `:terminal` > (libvterm)? No, but you can use RGB colors ('termguicolors'). -- hundred-and-one symptoms of being an internet addict: 185. You order fast food over the Internet /// Bra

Re: libvterm color palette

2017-09-24 Thread Bram Moolenaar
Nikolay Pavlov wrote: > 2017-09-24 0:36 GMT+03:00 Bram Moolenaar : > > > > Marcin Szamotulski wrote: > > > >> Is there a way to redefine color palette used by the `:terminal` > >> (libvterm)? > > > > No, but you can use RGB colors ('t

Re: libvterm color palette

2017-09-25 Thread Bram Moolenaar
Grant Taylor wrote: > On 09/24/2017 11:46 AM, Bram Moolenaar wrote: > > I suppose the xterm source code must contain the "source of truth". > > I was assuming Leonerd took it from there, but perhaps he didn't. > > Should be easy to fix, but I wonder if Paul

Re: VIM and NVD Vulnerability

2017-09-29 Thread Bram Moolenaar
fixed the first issue. Note that it requires the user to install and source a script from someone else. This is not really a security issue. I haven't wasted time arguing about the reported risks. -- Your fault: core dumped /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.n

Re: set an option for terminal buffer

2017-10-01 Thread Bram Moolenaar
7; | setlocal bufhidden=hide | endif -- Married is a three ring circus: First comes the engagement ring. Then comes the wedding ring. Then comes the suffering. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www

Re: How to scroll back in Vim's built-in terminal?

2017-10-01 Thread Bram Moolenaar
hundred-and-one symptoms of being an internet addict: 243. You unsuccessfully try to download a pizza from www.dominos.com. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new p

Re: How to scroll back in Vim's built-in terminal?

2017-10-02 Thread Bram Moolenaar
Cesar Romani wrote: > On 01/10/2017 01:57 p.m., Bram Moolenaar wrote: > > > > Redesorr wrote: > > > >> I am using Vim's built-in ":terminal", it works well. > >> > >> However, I found it is impossible to scroll back in this te

Re: scrolloff side effects are bothersome

2017-10-11 Thread Bram Moolenaar
0518795 +0200 +++ normal.c2017-10-11 22:16:58.927151726 +0200 @@ -5954,7 +5954,9 @@ curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count; } -cursor_correct(); /* correct for 'so' */ +/* Correct for 'so', except when an operator is pending. */ +i

Re: stray control characters appear on vim startup

2017-10-16 Thread Bram Moolenaar
te a shell command during startup? -- Nothing is impossible for the man who doesn't have to do it. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming languag

Re: VimConf 2017 will be held on 11/4 in Tokyo

2017-10-18 Thread Bram Moolenaar
tay tuned for the update. Thanks to those organising VimConf! I hope you all have a good and productive conference. -- I still remember when I gave up Smoking, Drinking and Sex. It was the most *horrifying* hour of my life! /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \

Re: ZWNJ (Zero Width Non-Joiner) in Persian

2017-10-23 Thread Bram Moolenaar
lish, since that makes most sense. -- ARTHUR: Shut up! Will you shut up! DENNIS: Ah, now we see the violence inherent in the system. ARTHUR: Shut up! DENNIS: Oh! Come and see the violence inherent in the system! HELP! HELP! I'm being repressed!

Re: Vim startup profiling

2017-10-23 Thread Bram Moolenaar
er to type. Should be around the same place where timers may be triggered. Not sure if we can do it with an actual timer from the menu.vim script though. Might need a special kind of timer. Perhaps an "idle timer"? -- With sufficient thrust, pigs fly just fine.

Re: Vim startup profiling

2017-10-24 Thread Bram Moolenaar
globpath: 15 - 20 ms > > > > Not a very big difference. But still worth it if you never use those > > menus. > > > > I wonder if we can do this lazily. Thus fill in the missing entries > > when we start waiting for the user to type. Should be around the sam

Re: Open terminal at the bottom

2017-10-27 Thread Bram Moolenaar
) -- The war between Emacs and Vi is over. Vi has won with 3 to 1. http://m.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/030/3044/3044s1.html /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.V

Re: Help needed on terminal mappings

2017-11-08 Thread Bram Moolenaar
uld try something like this: :tmap b SendToTerm("\b") func SendToTerm(what) call term_sendkeys('', a:what) return '' endfunc No idea if this works, haven't tried it. -- It might look like I'm doing nothing, but at the c

Re: Vim surprisingly slow?

2017-11-16 Thread Bram Moolenaar
atch was to avoid intermediate fsync() > > but still fsync() at the end of the command. But since > > No, this is hard (impossible if you consider that command may modify > following text so that it will not match) to determine in the middle > of the global command wheth

Re: terminal-normal mode highlighting

2017-11-23 Thread Bram Moolenaar
cientific world by storm. So many mathematical conferences got held in such good restaurants that many of the finest minds of a generation died of obesity and heart failure, and the science of mathematics was put back by years. -- Douglas Adams, "The Hitchhiker's

Re: terminal-normal mode highlighting

2017-11-24 Thread Bram Moolenaar
but what is displayed in the terminal window comes directly from the terminal emulator. This would require searching in the terminal screen (difficult and a lot of code) or transfering the text to a buffer, locating matches and then applying the positions to the terminal window. That's quite c

Vim calendar for 2018

2017-12-05 Thread Bram Moolenaar
Vimming! -- >From "know your smileys": :^[/ mean-smiley-with-cigarette /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://

Re: Finding the recovered swap name

2017-12-09 Thread Bram Moolenaar
t the one actually selected. I thought it mentioned "using swap file xxx". We can mention the name again later. Hmm, the hit-enter prompt is in the wrong place, let me fix that as well. -- Where do you want to crash today? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.M

Re: Finding the recovered swap name

2017-12-09 Thread Bram Moolenaar
t; recover the current file? I usually edit the file again and at the "existing swap file prompt" select "D" for delete. If there are multiple I suppose only the one you used is relevant and all others can be deleted as well? -- >From "know your smileys": :q v

Re: Finding the recovered swap name

2017-12-10 Thread Bram Moolenaar
Gary Johnson wrote: > On 2017-12-09, Bram Moolenaar wrote: > > Gary Johnson wrote: > > > > > If I try to recover a file using the :recover command and there is > > > more than one swap file for that file, Vim presents a list of "Swap > > > files f

Re: Vim calendar for 2018

2017-12-13 Thread Bram Moolenaar
st you anything! -- >From "know your smileys": :^[/ mean-smiley-with-cigarette /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http:/

Re: Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-12-17 Thread Bram Moolenaar
> "surpriseful". That is a reasonable request. If the "start" packages were not loaded then :packadd can also look there. -- hundred-and-one symptoms of being an internet addict: 114. You are counting items, you go "0,1,2,3,4,5,6,7,8,9,A,B,C,D...". /// Bram

Re: :terminal mode ques

2018-01-01 Thread Bram Moolenaar
hould be able to > use :tnoremap to remap mouse clicks as well, though I have not tested > that. There are some examples for other modes in `:h mouse-using`. We should be able to detect whether libvterm is passing mouse events to the job. If not, then we can use Vim modeless selection.

Re: Is there anything like Termdebug for lldb?

2018-01-09 Thread Bram Moolenaar
er the weight of your computer peripherals. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help me hel

Re: Writing tests for completion

2018-02-09 Thread Bram Moolenaar
cing a script with Normal mode commands, there is an extra check that prevents the completion to be aborted. I think we should do the same when using feedkeys(), as it's a very similar thing. And it's very difficult to do this in another way. However, this may break completion plugi

Re: Will vim copy all file content to memory when i open a file?

2018-02-12 Thread Bram Moolenaar
#x27;maxmemtot' options. -- I'm sure that I asked CBuilder to do a "full" install. Looks like I got a "fool" install, instead. Charles E Campbell, Jr, PhD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vi

Re: http://www.vim.org is down?

2018-02-14 Thread Bram Moolenaar
ir. I am a Knight of King Arthur. FATHER:'Mm ... very nice castle, Camelot ... very good pig country "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///spons

Moving away from SourceForge

2018-02-16 Thread Bram Moolenaar
positive or negative comments about moving to osdn.net, let's discuss that. -- There are 10 kinds of people: Those who understand binary and those who don't. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://w

Re: Moving away from SourceForge

2018-02-16 Thread Bram Moolenaar
George Reilly wrote: > On Fri, Feb 16, 2018 at 11:17 AM, Christian J. Robinson > wrote: > > > On Fri, 16 Feb 2018, Bram Moolenaar wrote: > > > > The recent (and ongoing) outage of the Vim website on SourceForge shows > >> again that

Re: +eval feature missing in the MS32 binary

2018-02-22 Thread Bram Moolenaar
rrggghhh's in Cornwall? ARTHUR:No, that's Saint Ives. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.o

Re: bugs?

2018-02-26 Thread Bram Moolenaar
/after/ > are not run after :packadd yyy > (which is just tear-jerking) Was already reported (by you). Still wondering why you would have an "after" directory, why not load the script there right away? -- My Go, this amn keyboar oesn't have a . /// Bram Moolenaar -- b...@

Re: bugs?

2018-02-27 Thread Bram Moolenaar
plugin/. > In practice, as Vimball allows and we all make them, plugins are very often > file trees in the template decribed at :h 'rtp'. > Right? (I am really asking, of course) > > A more explicit ordering of the files sourcing is also something I miss not > underst

Vim website problems

2018-03-02 Thread Bram Moolenaar
. Please respond to this thread if you are interested. -- A fool must search for a greater fool to find admiration. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programm

Re: Vim website problems

2018-03-03 Thread Bram Moolenaar
projects like Vim. -- People who want to share their religious views with you almost never want you to share yours with them. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciti

Re: Vim website problems

2018-03-06 Thread Bram Moolenaar
Christian Brabandt wrote: > On Fr, 02 Mär 2018, Bram Moolenaar wrote: > > > > > Well, vim.org is down again. We have had direct responses from > > SourceForge, thus it's not like they don't care. They try hard to make > > it work, but it still

Vim charity: financial report 2017

2018-03-07 Thread Bram Moolenaar
lbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help me help AIDS victims -- http:/

Re: A bug in netrw

2018-03-21 Thread Bram Moolenaar
es. Netrw shows the same > destination for both symlinks. > > See following screencast for demo. > https://asciinema.org/a/j738urjT6jeC3fWcYYt67SIEa > > Vim version used is 8.0.1625 and netrw version is v156. The maintainer of netrw is Charles Campbell: -- He who laughs

Re: 'normal' doesn't trigger TextChangedI

2018-03-21 Thread Bram Moolenaar
tter way to simulate > normal input? You can use feedkeys(). -- A day without sunshine is like, well, night. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new progra

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Bram Moolenaar
(writing tests for a plugin that uses > TextChangedI, but TextChangedI doesn't seem to be triggered when using > feedkeys()). Would you mind showing an example of how you write a test > to work around that? Also try using: call test_override("char_avail", 1) -- T

Vim website hosting

2018-03-28 Thread Bram Moolenaar
ons? -- If bankers can count, how come they have eight windows and only four tellers? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language --

Re: Vim website hosting

2018-03-28 Thread Bram Moolenaar
n, since overhauling the website is out of scope. As in: it may happen some day, but not now. -- hundred-and-one symptoms of being an internet addict: 79. All of your most erotic dreams have a scrollbar at the right side. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net

Talk about Vim in Krakow April 6

2018-03-28 Thread Bram Moolenaar
lk: http://sfi.org.pl/prelegenci/170-2/ -- hundred-and-one symptoms of being an internet addict: 84. Books in your bookcase bear the names Bongo, WinSock and Inside OLE /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://

Re: feedkeys \ Enter key

2018-04-01 Thread Bram Moolenaar
x27;)" The problem is that this is inside a mapping. I haven't tried it, but most likely the mapping will eat the backslash. Either leave out the backslash, so the mapping converts it to a real CR, or add another backslash. -- >From "know your smileys": =):-) Uncle Sa

Re: shtags.pl

2018-04-03 Thread Bram Moolenaar
tephen Riehm? -- >From "know your smileys": :'-D Laughing so much that they're crying /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting n

Re: Wrong permissions on undo file for Windows x64 v8.0.1655

2018-04-03 Thread Bram Moolenaar
:-FBucktoothed vampire with one tooth missing /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help m

Re: Wrong permissions on undo file for Windows x64 v8.0.1655

2018-04-04 Thread Bram Moolenaar
Joseph Casale wrote: > On Tuesday, April 3, 2018 at 4:50:40 AM UTC-6, Bram Moolenaar wrote: > > You will have to give more information, I have no idea what you are > > talking about. > > Hi Bram, > I have narrowed this down a bit, when editing a file on a Samba share >

Re: Vim inactivity

2018-04-05 Thread Bram Moolenaar
ct: 105. When someone asks you for your address, you tell them your URL. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://

Re: BufReadPre event vs file that isn't readable for now: How to mount a volume before reading the file?

2018-04-08 Thread Bram Moolenaar
; temporarily unavailable, e.g., because its volume isn't mounted yet. > > Is there another event that I can use to mount the volume before > reading the file. Have a look at BufReadCmd. -- hundred-and-one symptoms of being an internet addict: 127. You bring your laptop and cel

Is ANSI C support still needed?

2018-04-15 Thread Bram Moolenaar
going to make this easier. -- hundred-and-one symptoms of being an internet addict: 179. You wonder why your household garbage can doesn't have an "empty recycle bin" button. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote fo

Re: Is ANSI C support still needed?

2018-04-16 Thread Bram Moolenaar
David Demelier wrote: > On Sun, 2018-04-15 at 12:43 +0200, Bram Moolenaar wrote: > > For a long time Vim code was made to be compiled with ANSI C (also > > known > > as C89 and ISO C90). This means it can also be compiled on very old > > systems. And since it wasn&#x

Re: Two spaces after punctuation and SpellCap issues

2018-04-16 Thread Bram Moolenaar
at the end of the line would normally not have spaces after it, thus Vim can't know whether it's the end of a sentence or not. -- hundred-and-one symptoms of being an internet addict: 202. You're amazed to find out Spam is a food. /// Bram Moolenaar -- b..

Vim website moving to OSDN - outage April 30

2018-04-24 Thread Bram Moolenaar
moves. Thanks to Christian Brabandt for doing the work! -- hundred-and-one symptoms of being an internet addict: 258. When you want to see your girlfriend, you surf to her homepage. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for fea

Re: Vim syntax plugin loading issue

2018-04-25 Thread Bram Moolenaar
gin in pack/*/opt/ and load it only for cf > files. The 'runtimepath' is updated with the directory of the package. It is added after the directory that matches, otherwise at the end. Is your package also under ~/.vim/syntax ? If not, then put it there. -- Ten bugs in th

Re: Vim syntax plugin loading issue

2018-04-27 Thread Bram Moolenaar
Ben Fritz wrote: > On Wednesday, April 25, 2018 at 1:51:09 PM UTC-5, Bram Moolenaar wrote: > > Sam Burk wrote: > > > > > I am trying to use a plugin called vim-coldfusion > > > (https://github.com/ernstvanderlinden/vim-coldfusion > > > <https:

Re: Typing Persian (Farsi) in Vim

2018-04-30 Thread Bram Moolenaar
r someone to re-implement it, or merge it with the Arabic support. -- Eight Megabytes And Continually Swapping. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming

Re: Question about the use of "g:term_ansi_colors"

2018-04-30 Thread Bram Moolenaar
think there is an easy way. I can add the ColorSchemePre autocommand event. -- CONCORDE: Message for you, sir. He falls forward revealing the arrow with the note. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar

Re: Question about the use of "g:term_ansi_colors"

2018-04-30 Thread Bram Moolenaar
Christian wrote: > On Mo, 30 Apr 2018, Bram Moolenaar wrote: > > > Masaaki Nakamura wrote > > > > > Thanks to the patch 8.0.1685, the output in terminal buffers got easy > > > to see in any colorscheme. I'm really happy with it. > > > > &g

Re: how to use v:termrbgresp & friends

2018-05-09 Thread Bram Moolenaar
se. > > And TermResponse is only fired for when the v:termresponse variable is > set, not for the v:termrbgresp or v:termrfgresp variables. Not sure, if > it would make sense to fire TermResponse autocommand also for the other > v:term variables. > > So the only workaround

Re: terminal - back to terminal from normal ?

2018-05-14 Thread Bram Moolenaar
times I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\

<    3   4   5   6   7   8   9   10   11   12   >