Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 61577 - 61606 of 71381   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
61577 tyru
tyru.exe@... Send Email
Jun 6, 2011
3:10 pm
Hi list. Attached patch fixed the problem. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
61578 Ben Fritz
fritzophrenic@... Send Email
Jun 6, 2011
6:50 pm
... What problem? <C-R><C-W> in the command line always works fine for me. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
61579 Andy Wokula
anwoku@... Send Email
Jun 6, 2011
7:27 pm
... I see, it's the normal ^R^W that picks "get_foo" from the text. Problem arises if the interesting word (or a prefix of it) is already found at the end of...
61580 Lech Lorens
lech.lorens@... Send Email
Jun 6, 2011
9:01 pm
... I won't be able to check, whether removing the semicolon causes any unexpected problems, because I don't even know where the nearest Mac could be ;-)...
61581 ANDY KENNEDY
ANDY.KENNEDY@... Send Email
Jun 7, 2011
12:25 am
All, Buildroot uses Config.in as the Kconfig files. Setting the line: au BufNewFile,BufRead Kconfig,Kconfig.debug setf kconfig to: au BufNewFile,BufRead...
61582 ANDY KENNEDY
ANDY.KENNEDY@... Send Email
Jun 7, 2011
12:25 am
All, <if this hits the list twice, my bad, it didn't post the first time> Buildroot uses Config.in as the Kconfig files. Setting the line: au...
61583 mattn
mattn.jp@... Send Email
Jun 7, 2011
1:45 am
Hi, bram and list. In few weeks ago, Taro Muraoka posted a suggestion "+clientserver without X" written by Yukihiro Nakadaira. I tested it on windows/linux...
61584 tyru
tyru.exe@... Send Email
Jun 7, 2011
3:38 am
Sorry, I should have said about more details. This problem occurs in the following circumstances: - 'incsearch&#39; is on - "get_foo" is under the cursor - the...
61585 Bram Moolenaar
Bram@... Send Email
Jun 7, 2011
3:41 am
... This tries to expand a file pattern starting with "~/", which won't work when $HOME isn't set. However, it should not crash. You say the shell chokes on...
61586 Bram Moolenaar
Bram@... Send Email
Jun 7, 2011
3:41 am
... Perhaps the vim_mac lists triggers a response? ... -- hundred-and-one symptoms of being an internet addict: 146. You experience ACTUAL physical withdrawal...
61587 Bram Moolenaar
Bram@... Send Email
Jun 7, 2011
3:41 am
... I don't see how to reproduce the problem. Can you describe it more verbose? -- hundred-and-one symptoms of being an internet addict: 145. You e-mail your...
61588 Bram Moolenaar
Bram@... Send Email
Jun 7, 2011
3:50 am
... On Unix it uses sockets? How does it protect from other users sending commands to my Vim? That site doesn't seem to have a way to show a diff with the...
61589 Bram Moolenaar
Bram@... Send Email
Jun 7, 2011
3:54 am
... OK, now I see the problem. Thanks for the patch, I'll add it later. -- hundred-and-one symptoms of being an internet addict: 148. You find it easier to...
61590 Christian Brabandt
cblists@... Send Email
Jun 7, 2011
6:33 am
Hi ANDY! ... Instead of :setf use :set filetype= You might also want to read up on :h new-filetype regards, Christian -- You received this message from the...
61591 mattn
mattn.jp@... Send Email
Jun 7, 2011
6:33 am
... Yes, it use unix domain socket. this control in /tmp/vim-cmdsrv-UID-SERVERID on unix. And it is set permission 0600. For windows, it use named pipe. This...
61592 Gary Johnson
garyjohn@... Send Email
Jun 7, 2011
6:39 am
... To start with, never modify any file under $VIMRUNTIME. It may be overwritten by an update to Vim within the same revision (e.g., 7.3.x) and will be...
61593 Fabian Greffrath
fabian@... Send Email
Jun 7, 2011
6:39 am
... I don't know. Maybe it's just Windows that for some reason *believes* that vim has crashed [1]. However, I have just tried out with another shell, i.e. the...
61594 Ben Fritz
fritzophrenic@... Send Email
Jun 7, 2011
12:25 pm
... Oh wow, this is fun! If you also add other flags, it will remove any of those characters as well. For example, with a new buffer containing only the word,...
61595 Christian Brabandt
cblists@... Send Email
Jun 7, 2011
12:48 pm
Hi Bram, this small doc patch, documents the use of the <buffer> argument for the various :mapclear and :abbreviate commands. diff --git a/runtime/doc/map.txt...
61596 Yukihiro Nakadaira
yukihiro.nakadaira@... Send Email
Jun 7, 2011
1:55 pm
Hello, Attached file is latest diff. hg clone https://yukihironakadaira-vim-cmdsrv-nox.googlecode.com/hg/ vim-cmdsrv-nox cd vim-cmdsrv-nox hg diff -r default...
61597 ANDY KENNEDY
ANDY.KENNEDY@... Send Email
Jun 7, 2011
3:20 pm
<snip> ... Only, however, if _I_ update it. I don't use a flavor of Linux that self updates. ... Is this because these commands are post processed, and (for...
61598 Thilo Six
T.Six@... Send Email
Jun 7, 2011
4:27 pm
ANDY KENNEDY wrote the following on 07.06.2011 00:17 Hi ... Do you have a real world example. I would like to have a look at that. The example would include...
61599 Thilo Six
T.Six@... Send Email
Jun 7, 2011
4:30 pm
ANDY KENNEDY wrote the following on 07.06.2011 17:19 -- <snip> -- ... -- <snip> -- Thats because set is stronger than setf, see my previos mail. -- bye Thilo ...
61600 Tony Mechelynck
antoine.mechelynck@... Send Email
Jun 7, 2011
5:01 pm
... Yes, but you won't stay your whole life with this same version of Vim, never even applying a bugfix, will you? So when (not if) you upgrade, any upgrade...
61601 Gary Johnson
garyjohn@... Send Email
Jun 7, 2011
5:23 pm
... True, but if you decide to update, you don't know in advance which files may be replaced. Suit yourself, but there's no point in making more work or...
61602 ANDY KENNEDY
ANDY.KENNEDY@... Send Email
Jun 7, 2011
6:02 pm
<snip> ... Sure, I'm only attaching the Config.in file. To make the change to the filetype.vim file is simple, just add *onfig.in to the Kconfig au line...
61603 vim@... Send Email Jun 7, 2011
7:37 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 7 by michaelj...@...: terminal resize during file recovery ...
61604 vim@... Send Email Jun 7, 2011
8:16 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 8 by balor...@...: Add mode to enable/disable abbreviations ...
61605 Gary Johnson
garyjohn@... Send Email
Jun 7, 2011
9:05 pm
... Resizing the terminal while running vim works fine with Vim 7.2.148 and 7.3.189, GNOME Terminal 2.26.3.1, KDE 4.3.1 and Fedora 11. It has worked fine for...
61606 James Vega
jamessan@... Send Email
Jun 8, 2011
12:55 am
... Did you try this in the specific scenario of a swap file recovery prompt? That was the described scenario and I can reproduce the behavior. -- James GPG...
Messages 61577 - 61606 of 71381   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help