Re: Announce: ECMAScript interface for Vim

2019-03-05 Thread Bram Moolenaar
, or what? /// 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://ICCF-Ho

Re: Jump away from terminal tab?

2019-02-22 Thread Bram Moolenaar
> Is there a key combination to jump away from a tab that only contains > a terminal window? Something like 'Ctrl-W g t', (but not 'Ctrl-W N g > t')? CTRL-W gt makes sense, let me add that. -- Me? A skeptic? I trust you have proof. /// Bram Moolenaar -- b...@moolenaar.ne

Re: GVIM: alt/meta keys: inconsistent results for getchar(0)

2019-02-21 Thread Bram Moolenaar
good vision statements are created by groups of people with bloated bladders who would rather be doing anything else. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponso

Re: gvim/Windows and touchpad scrolling

2019-02-17 Thread Bram Moolenaar
lord, is how we know the Earth to be banana-shaped. "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.org/sponsor/ \\\ \\\ an e

Re: Command history scrolling after less

2019-02-15 Thread Bram Moolenaar
would think less is to blame to change the escape sequences and not restore it. Vim figures out what codes the cursor keys are sending, it's not really supposed to check every time an external command was executed, right? You can work around it by adding the Keypad code to t_ks, this will be output

Re: Perl and job support

2019-02-11 Thread Bram Moolenaar
er at the end of this mail :-)" (Timothy Aldrich) /// 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: is channel can be opened on any tcp port ?

2019-02-03 Thread Bram Moolenaar
> I would like to know if we can use channel opening example on any server. > > For example this one : http://snap7.sourceforge.net/snap7_server.html > There is a demoserver which uses tcp port 102. Yes, that should work. -- Why isn't there mouse-flavored cat food? /// Bram Mo

Re: strange stray unicode character on the second line of all files

2019-01-26 Thread Bram Moolenaar
Aryeh Friedman wrote: > On Sat, Jan 26, 2019 at 9:13 AM Bram Moolenaar wrote: > > > > Aryeh Friedman wrote: > > > > > For some odd reason (bug?) a stray unprintable unicode character appear= > s > > > several spaces over on the second line of every f

Re: strange stray unicode character on the second line of all files

2019-01-26 Thread Bram Moolenaar
not in the text, how do you get it? -- Proverb: A nightingale that forgets the lyrics is a hummingbird. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- ht

Re: CTRL-F Setting

2019-01-26 Thread Bram Moolenaar
platforms". Can't possibly do both, thus the user has to make a choice. -- "Shoot for the moon. Even if you miss, you'll land among the stars." /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.o

Re: [Question] How to automatically check background color?

2019-01-19 Thread Bram Moolenaar
can find the response in v:termrbgresp. You could set a timer to check for the value and act accordingly. Or use an OptionSet autocommand to trigger on 'background' changing. -- Vi is clearly superior to emacs, since "vi" has only two characters (and two keystrokes), while "

Re: Dropping the multi-byte feature?

2019-01-14 Thread Bram Moolenaar
undred-and-one symptoms of being an internet addict: 198. You read all the quotes at Netaholics Anonymous and keep thinking "What's wrong with that?" /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http:/

Re: What is a Blob?

2019-01-13 Thread Bram Moolenaar
mething that isn't going to be used much. But when a plugin needs to manipulate binary data, it's essintial. -- hundred-and-one symptoms of being an internet addict: 189. You put your e-mail address in the upper left-hand corner of envelopes. /// Bram Moolenaar -- b...@moolenaar.net -

Re: =?UTF-8?Q?E474:_Invalid_argument:_lis? =?UTF-8?Q?tchars=tab:?~V?\_,eol:¬^[^[?MIME-Version: 1.0

2019-01-12 Thread Bram Moolenaar
:¬ > Press ENTER or type command to continue Looks like the two characters after tab: were corrupted. Perhaps caused by conversion between encodings. -- "Hit any key to continue" it said, but nothing happened after F sharp. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moole

Anybody still using Sun Visual Workshop?

2019-01-11 Thread Bram Moolenaar
don't get a response, I'll delete the Workshop feature. -- hundred-and-one symptoms of being an internet addict: 163. You go outside for the fresh air (at -30 degrees) but open the window first to hear new mail arrive. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net

Vim calendar for 2019 available

2018-12-31 Thread Bram Moolenaar
/#Calendar Happy Vimming! -- >From "know your smileys": :-{} Too much lipstick /// 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: slight correction in online help under Magic \V

2018-12-26 Thread Bram Moolenaar
Linda Walsh wrote: > On 12/24/2018 10:16 AM, Bram Moolenaar wrote: > > Use of "\V" means that in the pattern after it only the backslash and the > > terminating character (usually / or ?) has a special meaning. "very > > nomagic" > > > >

Re: slight correction in online help under Magic \V

2018-12-24 Thread Bram Moolenaar
aracter (usually / or ?) has a special meaning. "very nomagic" -- I started out with nothing, and I still have most of it. -- Michael Davis -- "Tonight Show" /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features --

Vim books page updated

2018-12-18 Thread Bram Moolenaar
it has the words "DON'T PANIC" inscribed in large friendly letters on its cover. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- ht

Re: How to debug a vim plugin?

2018-12-10 Thread Bram Moolenaar
It will include time stamps, which are often useful. -- An easy way to determine if you have enough teamwork to be doomed is simply to measure how long it takes from the time you decide to go to lunch together until the time you actually eat. (Scott Adams

Re: new behavior of substitute command

2018-12-10 Thread Bram Moolenaar
sant situations until they become either a cohesive team or a ring of car jackers. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http:

Re: :wn to :x like map/abbrev ?

2018-12-07 Thread Bram Moolenaar
bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming l

Re: :p & :P bugs?

2018-12-07 Thread Bram Moolenaar
explore somehow. I don't think there are enough users that run into this for it to matter. -- OLD WOMAN: King of the WHO? ARTHUR:The Britons. OLD WOMAN: Who are the Britons? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@m

Re: Overriding builtin plugin with packages?

2018-12-05 Thread Bram Moolenaar
THEOREM: VI is perfect. PROOF: VI in roman numerals is 6. The natural numbers < 6 which divide 6 are 1, 2, and 3. 1+2+3 = 6. So 6 is a perfect number. Therefore, VI is perfect. QED -- Arthur Tateishi /// Bram Moolenaar -- b...@mo

Re: errorformat for Visual Studio 2017

2018-12-03 Thread Bram Moolenaar
someone. Thanks. I'll adjust the default value for 'errorformat'. Using (%f) \=: should work for both the old and the new compiler. -- How come wrong numbers are never busy? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote

Re: Typing Persian (Farsi) in Vim

2018-12-01 Thread Bram Moolenaar
farmers being forced to grow smaller potatoes, which in turn will cause massive unemployment in the already severely depressed agricultural industry. Yours faithfully,         Capt. Quinton D'Arcy, J. P.         Sevenoaks /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar

Re: Typing Persian (Farsi) in Vim

2018-11-29 Thread Bram Moolenaar
Bahman Eslami wrote: > On Wednesday, November 28, 2018 at 8:39:04 PM UTC+1, Bram Moolenaar wrote: > > Bahman Eslami wrote: > > > > > > On 27 Nov 2018, at 23:17, Bram Moolenaar wrote: > > > > > > > >> > > > >>

Re: Typing Persian (Farsi) in Vim

2018-11-28 Thread Bram Moolenaar
Bahman Eslami wrote: > > On 27 Nov 2018, at 23:17, Bram Moolenaar wrote: > > > >> > >> On Monday, April 30, 2018 at 9:58:54 AM UTC+2, Bram Moolenaar wrote: > >>> Felipe Vieira wrote: > >>> > >>>> I have tried the a

Re: Typing Persian (Farsi) in Vim

2018-11-27 Thread Bram Moolenaar
> On Monday, April 30, 2018 at 9:58:54 AM UTC+2, Bram Moolenaar wrote: > > Felipe Vieira wrote: > > > > > I have tried the above solution and the following: > > > > > > http://vim.1045645.n5.nabble.com/arabic-font-td1161759.html > > > >

Re: spell check files

2018-11-25 Thread Bram Moolenaar
Dominique wrote: > Bram Moolenaar wrote: > > > Steve wrote: > > > > > I'm currently doing some cleaning in my ~/.vim. > > > > > > Just noticed that my spell file are really old (2013): > > > > > > 83 déc 6 2013 en.utf-8.

Re: spell check files

2018-11-24 Thread Bram Moolenaar
ay within vim to update those? > Would be really practical. > > Any suggestions? You should be able to find them on the ftp server: http://ftp.vim.org/pub/vim/runtime/spell/ I'm not sure if the French ones were actually updated from recent (OpenOffice) spell files. -- SIGFUN -- si

Re: Debugging Vim with Gdb in terminal from within Vim

2018-11-24 Thread Bram Moolenaar
he keeper of the Bridge. He asks each traveler five questions ... GALAHAD: Three questions. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for

Re: About using vartabstop

2018-11-14 Thread Bram Moolenaar
_both.h:3464 #14 0x557e36c7 in set_option_value_for (key=0x7fffee5f96e4 "shiftwidth", numval=3, stringval=0x0, opt_flags=4, opt_type=2, from=0x55e88c30) at if_py _both.h:3506 #15 0x557e3af5 in OptionsAssItem (self=0x7fffee65fb90, keyObject=0x7fffe e5f96c0, valObject=0x7fff

Re: :Termdebug config/startup to hide debugged program window

2018-11-01 Thread Bram Moolenaar
No. Look, I can tackle this lot single-handed! GIRLS: Yes, yes, let him Tackle us single-handed! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote f

Re: :Termdebug config/startup to hide debugged program window

2018-10-31 Thread Bram Moolenaar
wam: no Windows, no Gates and an Apache inside. /// 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 AI

Re: Showing shell output in GVim's window

2018-10-20 Thread Bram Moolenaar
Tony wrote: > On Sat, Oct 20, 2018 at 11:03 AM Bram Moolenaar wrote: > > With Vim 8.1 and later, you can use ":set go+=!". > > It doesn't work perfectly, because of how it uses a virtual console. > > Ah, that's why I get what Anton wants: my vimrc indeed s

Re: Showing shell output in GVim's window

2018-10-20 Thread Bram Moolenaar
o wants to live in an institution?" - Groucho Marx /// 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: Download counter of Vim scripts no longer incremented?

2018-10-11 Thread Bram Moolenaar
Brett Stahlman wrote; > > > On Thursday, February 21, 2013 at 4:10:40 PM UTC-6, Bram Moolenaar wrote: > > > > I wrote: > > > > > > > > > Dominique Pelle wrote: > > > > > > > > > > > The Vim

Re: Download counter of Vim scripts no longer incremented?

2018-10-10 Thread Bram Moolenaar
Brett Stahlman wrote: > On Thursday, February 21, 2013 at 4:10:40 PM UTC-6, Bram Moolenaar wrote: > > I wrote: > > > > > Dominique Pelle wrote: > > > > > > > The Vim scripts at http://www.vim.org/scripts/index.php > > > > show somethi

Re: runtime: Update NSIS syntax

2018-10-02 Thread Bram Moolenaar
Ken Takata wrote: > I have updated the NSIS syntax file. > There was a mistake in highlighting the lables. > Please include this. I will, thanks. -- hundred-and-one symptoms of being an internet addict: 134. You consider bandwidth to be more important than carats. /// Bram Moole

Re: syntax highlighting stops somewhere in a file -- why?

2018-10-01 Thread Bram Moolenaar
date Saturday night...but you don't tell them it was only in a chat room. /// 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: from the old vi faq

2018-09-30 Thread Bram Moolenaar
line not matching the pattern. So in Vim the "$" refers to the last line, and changes that. There are much simpler ways to collapse multiple blank lines. -- hundred-and-one symptoms of being an internet addict: 122. You ask if the Netaholics Anonymous t-shirt you ordered can be sent to

Re: isident and iskeyword treat @ differently

2018-09-18 Thread Bram Moolenaar
used. For 'iskeyword': See 'isfname' for a description of the format of this option. For '@' characters above 255 check the "word" character class. -- hundred-and-one symptoms of being an internet addict: 83. Batteries in the TV remote now last for mon

Re: é char in balloonexpr

2018-09-14 Thread Bram Moolenaar
k is this: to keep the lines as short as possible and keep the size the same yet free from the need for hyphena- Dammit!! (Matthew Winn) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\

Re: How to use my own diff tool ?

2018-09-09 Thread Bram Moolenaar
t found any way to bypass this "quick test". Is there a way ? > Is my use case valid ? I mean the usage of a diff tool not correctly > answering to the "quick test" procedure ? There is no way around it. Can't you make your diff command produce the expected output

Re: [faq] What systems does Vim run on

2018-09-08 Thread Bram Moolenaar
o not sure what is the last version that was actually useful. Perhaps someone can try it in an emulator. -- How To Keep A Healthy Level Of Insanity: 9. As often as possible, skip rather than walk. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: Start terminal in a given directory

2018-08-22 Thread Bram Moolenaar
b in a given > working directory? Use a shell script? -- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for fea

Vimfest 2017 recap

2018-08-16 Thread Bram Moolenaar
.org/recap-vimfest-2017 All talks have been recorded and are available on the Youtube channel of the vimfest: https://www.youtube.com/watch?v=UEztuAtAL38=PLgyKcvZgfqDGtTxZqN5yRPO_OS0kedI5z%3CPaste%3E -- Communication is one of the most compli..., eh, well, it's hard. You know what I mean. Not?

Re: Vim Display Corruption

2018-08-10 Thread Bram Moolenaar
(2008 Aug 9, compiled Feb 4 2012 09:50:29) > Included patches: 1-108 > Compiled by 'http://www.opensuse.org/' > > Works with: set ambiwidth=single > Works without: set ambiwidth=single What is the version of the xterm you are using? Also, what is v:termresponse? -- To the

Uganda visit report

2018-08-10 Thread Bram Moolenaar
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://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org

Re: Avoid "auto" short paths

2018-08-09 Thread Bram Moolenaar
grenade as ... ARTHUR: (quietly) One, two, five ... GALAHAD: Three, sir! ARTHUR: Three. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features --

Re: hardcopy makes pdf files that open only on (some?) linux PDF readers

2018-08-09 Thread Bram Moolenaar
n, such as "ps2pdf". -- An indication you must be a manager: You believe you never have any problems in your life, just "issues" and "improvement opportunities". /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for feature

Re: Avoid "auto" short paths

2018-08-09 Thread Bram Moolenaar
anager: You can explain to somebody the difference between "re-engineering", "down-sizing", "right-sizing", and "firing people's asses". /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- htt

Re: It is impossible to join unless you have a google account

2018-08-08 Thread Bram Moolenaar
aying the Gmail reads your mail. It's data processing, nothing else. No human ever looks at it. -- Save the plankton - eat a whale. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exc

Re: It is impossible to join unless you have a google account

2018-08-07 Thread Bram Moolenaar
Rubn Safir wrote: > On 08/06/2018 04:58 PM, Bram Moolenaar wrote: > > > >> If you don't believe it, try it. It just enters a loop where it keeps > >> sending you a confirmation link but never confirms > > > > Support page: https://support

Re: It is impossible to join unless you have a google account

2018-08-06 Thread Bram Moolenaar
Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 h

Re: debugging vim via gdb, best practices

2018-06-30 Thread Bram Moolenaar
rminal-debug". I made it especially to be able to debug Vim (also while travelling, thus it doesn't depend on a GUI or IDE). -- 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

Re: terminal mode bracketed paste ?

2018-06-16 Thread Bram Moolenaar
at is 'term' set to? > > Hi, > > just :terminal > my shell is zsh > TERM=screen-256color > (all from within tmux) In this situation t_BE and t_BD are empty, thus bracketed paste is not supported. -- hundred-and-one symptoms of being an internet addict: 48. You get a ta

Re: terminal mode bracketed paste ?

2018-06-15 Thread Bram Moolenaar
nger send you e-mail...they just log on to your IRC channel. /// 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: terminal mode bracketed paste ?

2018-06-15 Thread Bram Moolenaar
called. -- hundred-and-one symptoms of being an internet addict: 43. You tell the kids they can't use the computer because "Daddy's got work to do" and you don't even have a job. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for

Re: Custom key bindings to :Termdebug

2018-06-15 Thread Bram Moolenaar
ug_shortcuts* You can define your own shortcuts (mappings) to control gdb, that can work in any window, using the TermDebugSendCommand() function. Example: > map ,w :call TermDebugSendCommand('where') The argument is the gdb command. -- The future isn't what it used to be. /// Bram Moolenaar -- b..

Re: Bash in :shell vs :terminal

2018-06-04 Thread Bram Moolenaar
add VIM_TERMINAL for that. -- How To Keep A Healthy Level Of Insanity: 6. In the memo field of all your checks, write "for sexual favors". /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor

Re: First line starting with space affects cursor position when switching buffers

2018-06-04 Thread Bram Moolenaar
" or (but it doesn't matter): > :noauto edit > > Normally, reloading keeps the cursor position, unless > the first line matches ^\s\+\S and the current Vim is 7.4.675 or newer. > > > ¹ -N -u NONE -i NONE --cmd "set go+=M go-=T" I somehow missed that

Re: compressed undofiles

2018-06-03 Thread Bram Moolenaar
r needs to be used. Perhaps we could read some number of bytes from the file and match a regexp on it? -- hundred-and-one symptoms of being an internet addict: 25. You believe nothing looks sexier than a man in boxer shorts illuminated only by a 17" inch svga monitor. /// Bram Moolen

Re: First line starting with space affects cursor position when switching buffers

2018-06-02 Thread Bram Moolenaar
ng.vim -- hundred-and-one symptoms of being an internet addict: 16. You step out of your room and realize that your parents have moved and you don't have a clue when it happened. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for

Re: vimdiff exit when files are identical?

2018-05-29 Thread Bram Moolenaar
unction to simplify the > invocation. Another way would be to check the fold regions. -- The process for understanding customers primarily involves sitting around with other marketing people and talking about what you would to if you were dumb enough to be a customer.

Re: Drag and drop seems not working.

2018-05-28 Thread Bram Moolenaar
ren do. (Scott Adams - The Dilbert 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.Zim

Re: Vim 8.1 is released!

2018-05-17 Thread Bram Moolenaar
> Bram Moolenaar wrote: > > Hello Vim users! > > > > Announcing: Vim (Vi IMproved) version 8.1 > > > > > > This is a minor release with many small improvements and lots of bug > > fixes. The main new feature is the terminal window. I have pu

Vim 8.1 is released!

2018-05-17 Thread Bram Moolenaar
ut that away sonny. [He walks over to it and puts his hand over the lens.] "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.V

Re: options window ignored

2018-05-15 Thread Bram Moolenaar
set nowrap". > > But the wrap option in the window with 200 i's is not affected. That's a bug in the script, I'll make a fix. -- What do you get when you cross a joke with a rehtorical question? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net

Re: 100000ii

2018-05-15 Thread Bram Moolenaar
Christian wrote: > On Di, 15 Mai 2018, Bram Moolenaar wrote: > > > There is an old entry in the todo list to do profiling on this, to find > > out what takes so much time. Apparently nobody bothered to look into > > this yet. > > I measured it once and I

Re: 100000ii

2018-05-15 Thread Bram Moolenaar
t; there in 20 seconds is Not Good. There is an old entry in the todo list to do profiling on this, to find out what takes so much time. Apparently nobody bothered to look into this yet. -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~ /// Bram Moolenaar -- b...@moolenaar.net -- http://www.

Re: terminal - back to terminal from normal ?

2018-05-14 Thread Bram Moolenaar
hink 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/ \\\ \\\

Re: how to use v:termrbgresp & friends

2018-05-09 Thread Bram Moolenaar
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 would be to start a timer that checks your the > va

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: Question about the use of "g:term_ansi_colors"

2018-04-30 Thread Bram Moolenaar
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.net -- http://

Re: Typing Persian (Farsi) in Vim

2018-04-30 Thread Bram Moolenaar
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 language -

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: Vim syntax plugin loading issue

2018-04-25 Thread Bram Moolenaar
is plugin 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 the hand is

Vim website moving to OSDN - outage April 30

2018-04-24 Thread Bram Moolenaar
. 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 features

Re: Two spaces after punctuation and SpellCap issues

2018-04-16 Thread Bram Moolenaar
e 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...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

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

Is ANSI C support still needed?

2018-04-15 Thread Bram Moolenaar
his 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 for features -- 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
navailable, 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 cellular phone to churc

Re: Vim inactivity

2018-04-05 Thread Bram Moolenaar
hen 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://www.Zimbu.

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: 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: shtags.pl

2018-04-03 Thread Bram Moolenaar
-- >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 new programming language -

Re: feedkeys \ Enter key

2018-04-01 Thread Bram Moolenaar
blem 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 Sam /// Bram

Talk about Vim in Krakow April 6

2018-03-28 Thread Bram Moolenaar
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://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language

Re: Vim website hosting

2018-03-28 Thread Bram Moolenaar
verhauling 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 \\\ ///

Vim website hosting

2018-03-28 Thread Bram Moolenaar
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 -- http://www

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Bram Moolenaar
ests 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) -- The future isn't

Re: 'normal' doesn't trigger TextChangedI

2018-03-21 Thread Bram Moolenaar
er 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 programming

Re: A bug in netrw

2018-03-21 Thread Bram Moolenaar
biz> -- He who laughs last, thinks slowest. /// 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/// \\\h

Vim charity: financial report 2017

2018-03-07 Thread Bram Moolenaar
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://ICCF

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 doesn't.

Re: Vim website problems

2018-03-03 Thread Bram Moolenaar
cts 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 exciting ne

Vim website problems

2018-03-02 Thread Bram Moolenaar
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 programming language -- http

Re: bugs?

2018-02-27 Thread Bram Moolenaar
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 > understanding still. I made some tests on this with global variables, > but found my way out before grasping the i

<    1   2   3   4   5   6   7   8   9   10   >