Just a quick question about the overal goal of the project. Would vim just become an editor inside eclipse? Or would we be able to still use vim inside eclipse...
Silent1
silent1@...
Apr 1, 2007 5:34 pm
46475
... Spell checking is off by default (the default for 'spell' is off). If it is on in a window you create, it must be because you set it yourself, maybe in...
A.J.Mechelynck
antoine.mechelynck@...
Apr 1, 2007 6:37 pm
46476
Hi All! When spell checking is on by default, quick fix window is full of spell checking errors. Probably it should have off always, shouldn't it? -- Alexei...
Alexei Alexandrov
alexei.alexandrov@...
Apr 1, 2007 6:42 pm
46477
... [replying to vim-dev only] [crossposting to vimplugin-devel] The overall goal of the project is to tightly integrate vim into eclipse. That means that the...
Sebastian Menge
sebastian.menge@...
Apr 2, 2007 9:53 am
46478
... Vim is a single threaded application so using of windowing toolkit facilities is the only approach to receive asynchronous notifications. If you want...
Sergey Khorev
sergey.khorev@...
Apr 2, 2007 3:54 pm
46479
Hi all, My name is David Terei, I applied for Google SOC with Vim (Eclipse plug-in). I also applied for Mozilla (Thunderbird) and they contacted me, telling me...
David Terei
davidterei@...
Apr 2, 2007 5:06 pm
46480
Hi, I tried to contact you about week ago (but I didn't notice, that I must be subscribed to the list to post), and I also sent an e-mail to Bram last week,...
Marcin Wojdyr
wojdyr@...
Apr 2, 2007 10:27 pm
46481
Wish: when search is slow, show the progress line number every second on the bottom line (like, 12345 of 99999). Maybe this can be done with plugin, I'm not...
Yakov Lerner
iler.ml@...
Apr 4, 2007 9:52 am
46482
Hi, I have a question regarding my google summer of code proposal for vim: A mentor from the Nmap-team just asked me, wheter I would like to code for them or...
Stoiko Ivanov
stoiko@...
Apr 4, 2007 1:31 pm
46483
Hello all, I just wanted to let you know that I am back on the vim and vim-dev mailinglists. I won't have time to write many mails, but my colleagues at work...
Thomas Köhler
jean-luc@...
Apr 7, 2007 4:39 am
46484
The manSubHeading is defined as syn match manSubHeading "^\s\{3\}[a-z][a-z ]*[a-z]$" This will, however, match more lines than I think is intended. It ...
Nikolai Weibull
now@...
Apr 9, 2007 8:31 pm
46485
... Or, as the file mentions four lines down, Johannes Tanzler <johannes.tanzler@...>, who was responsible for this particular rule. However, I reasoned...
Nikolai Weibull
now@...
Apr 9, 2007 9:27 pm
46486
... I hope nobody minds if I take this opportunity to ask a question about vim's pattern matching. After reading |pattern| I wonder if the following is more...
Ian Tegebo
ian.tegebo@...
Apr 9, 2007 10:28 pm
46487
... Actually, this was actually the wrong maintainer. Gautam was the previous maintainer of this file. Nam SungHyun <namsh@...> maintains it now. ...
Nikolai Weibull
now@...
Apr 9, 2007 11:00 pm
46488
... I suggest bringing up syntax highlighting issues for a specific filetype with the syntax highlighting file's maintainer. In this case, by looking at...
Charles E Campbell Jr
drchip@...
Apr 9, 2007 11:04 pm
46489
... Yes, and it may be more correct as well, at least in the first and last instance. However, the second part may also contain a space, so \l isn't correct...
Nikolai Weibull
now@...
Apr 9, 2007 11:34 pm
46490
... (snip) The pattern you've provided isn't matching the same thing. The current one: start the line with exactly three spaces or tabs, followed by a lower...
Hello Bram, Is it possible to add this item to the vim voting list ?: "collaboration of N vim instances editing same file" -- Ability of N instances of vim to...
Yakov Lerner
iler.ml@...
Apr 11, 2007 4:45 pm
46493
The attached patch very simply implements the following from the todo: 7 There is no way to change directory and go back without changing the local and/or...
Bob Hiestand
bob.hiestand@...
Apr 11, 2007 9:35 pm
46494
Hello Yakov, Couldn't you hook into the FileChangedShell autocmd event and merge the changes into your buffer from there? You can also handle the swap file...
Peter Hodge
toomuchphp-vimdev@...
Apr 12, 2007 1:11 am
46495
Hi! It's my first mail to this list. I'm using vim on Win32 this Russian keyboard. There are some bugs with mapping of russians special keys. I've made some...
Volodia Vichniakov
vvichniakov@...
Apr 12, 2007 9:29 am
46496
Hallo Freunde von vim oder die, die es werden wollen, der deutsche vimtutor wurde stark erweitert und somit an das englische Original angepaßt. Die Version...
j.hofmann@...
Apr 12, 2007 11:08 am
46497
Hi, This might already be possible, please excuse me if it is. I love the editting features of vim, but find that navigating between open files is quite...
Edd Barrett
vext01@...
Apr 12, 2007 12:54 pm
46498
... I haven't used Kate, but I'm using a combination of - project (http://vim.sourceforge.net/scripts/script.php?script_id=69) to (re-)open files belonging to...
Ingo Karkat
swdev@...
Apr 12, 2007 4:34 pm
46499
... I was hoping the SideBar.vim plugin would do this for me: http://www.vim.org/scripts/script.php?script_id=720 Unfortunately it's broken for me in vim70...
Ian Tegebo
ian.tegebo@...
Apr 12, 2007 4:45 pm
46500
... You might want to look at winmanager: http://robotics.eecs.berkeley.edu/~srinath/vim/snapshot2.JPG http://www.vim.org/scripts/script.php?script_id=95 It...
Ian Tegebo
ian.tegebo@...
Apr 12, 2007 4:54 pm
46501
Hi, is it not a little bit unfair to write German at an English-mailing list? ;-) Found two small things: - Kapitel 7.3 - Outro -> "and" not translated. 8-) (...
Manuel Ruopp
manuvista@...
Apr 13, 2007 8:38 am
46502
I'm not sure if this is the right way to submit a patch. Anyway the attached patch should solve the problem with symbolic links. For ex. when editing...
Luca Masini
lmasini@...
Apr 16, 2007 1:47 am
46503
Hi, I like VIM. I want to use VIM as my everyday editor. I even spent a frustrating week trying to determine if VIM could replace Textmate as my main editor....