vim_use
[email protected]

http://groups.google.com/group/vim_use?hl=en

Today's most active topics:

* Way to search for highlighted text? - 12 new
  http://groups.google.com/group/vim_use/t/3ca38b386b294401?hl=en
* external processes interaction - 6 new
  http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en
* How to do this? - 6 new
  http://groups.google.com/group/vim_use/t/742d164c364f1d96?hl=en
* strip spaces on paragraph formatting - 5 new
  http://groups.google.com/group/vim_use/t/3b19f92a1ad2ecf0?hl=en
* vsplit bug? - 4 new
  http://groups.google.com/group/vim_use/t/29def2667f7524d3?hl=en




Active Topics
-------------

strip spaces on paragraph formatting - 5 new
--------------------------------------------
Hi, Formatting the following two lines: fooSPACESPACE bar using gqap (or gq on
a visual selection of them) will give: foo bar I there a way to customize its 
behavior, to merge arbitrary number of white space at the end of the line to a
single space character, so that in the example above I get: foo bar - Fri, Nov
21 2008 1:33 am 
5 messages , 5 authors
http://groups.google.com/group/vim_use/t/3b19f92a1ad2ecf0?hl=en


external processes interaction - 6 new
--------------------------------------
...I second this. Having developed PySmell (a python auto-completion library 
that works with many editors), I would really like to be able to better 
integrate it into vim. Right now I have to do a lot of work just-in-time, 
which prevents me from doing potentially expensive operations. If this was 
implemented, and if it meshed nicely with Python, I could do these: - Fri, Nov
21 2008 2:51 am 
6 messages , 5 authors
http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en


Better feedback mechanism for Vim plugin scripts? - 1 new
---------------------------------------------------------
...So each project will reinvent the wheel about: * How to use custom mappings
* How to configure the system * ... ? No! We need to get one configuration 
sytem which is faster than running input 10 times (that's what the sql plugin 
does... If you start that interaction by accident you're screwed..) We also 
need kind of know how transfer. - Fri, Nov 21 2008 4:23 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/4bd2ba2921bb5859?hl=en


Dialog font of Vim in different "encoding" setting - 3 new
----------------------------------------------------------
sorry for seem that i can't understand you.... you mean it's a bug of Vim? 
then, there're any idea to solve it? - Fri, Nov 21 2008 6:53 am 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/94ba9cc4661c9a77?hl=en


Way to search for highlighted text? - 12 new
--------------------------------------------
Hello! Is there a way to highlight some text, and then have vim search for 
that text? I know about using * on a single word, but what if I want to search
for two words? Thanks! Mark - Fri, Nov 21 2008 10:19 am 
12 messages , 7 authors
http://groups.google.com/group/vim_use/t/3ca38b386b294401?hl=en


vsplit bug? - 4 new
-------------------
Denis Smolyar, 21.11.2008: ...I see the same with 7.2.042 and Gtk+2 GUI on 
Linux/KDE. But only when maximizing the window before doing :vsplit Markus - 
Fri, Nov 21 2008 10:34 am 
4 messages , 4 authors
http://groups.google.com/group/vim_use/t/29def2667f7524d3?hl=en


How to do this? - 6 new
-----------------------
Hello, friends, I have a huge file like: dbv file=/sja7/appl/oracle/ship/sy 
stem01.dbf feedback=100 logfile=./.log blocksize=8192 dbv file=/sja8/appl/
oracle/ship/un dotbs.dbf feedback=100 logfile=./.log blocksize=8192 dbv file=/
sja7/appl/oracle/ship/to ols.dbf feedback=100 logfile=./.log blocksize=8192 - 
Fri, Nov 21 2008 10:40 am 
6 messages , 6 authors
http://groups.google.com/group/vim_use/t/742d164c364f1d96?hl=en


Cursor become invisible. - 1 new
--------------------------------
Hello! I have one problem with my gvim 7.2 on gentoo amd64. The cursor become 
invisible when I open any file in new tab from taglist plugin. Maybe this is 
problem in taglist plugin but I found that some people have the same problem 
when they are vertical splitting window. To make cursor visible again I can 
resize window - Fri, Nov 21 2008 3:52 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/3a735a0e2c526c6b?hl=en


errorformat help for compiler output - 2 new
--------------------------------------------
...Take it easy and just try to parse the lines actually containing the file 
and line: set efm=%f\(%l\):%m and you're done Marc - Fri, Nov 21 2008 3:35 pm 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/0e09fe5f72b17d40?hl=en


CSApprox issue - 3 new
----------------------
Hi, I have Vim 7.2.25 and I'm using it on Ubuntu 8.04. At the moment I'm with 
the window manager Fluxbox. I don't think I've done something particular or 
strange, anyway, last time I opened Vim the colors where all wrong. The column
on the left with the line numbering was black on black (it should be white on -
 Fri, Nov 21 2008 4:03 pm 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/3ebe2562a1a9a664?hl=en


vim book dedicated to scripting - 1 new
---------------------------------------
ok, I'll take a look at those as well. Thank you. 2008/11/19 John Beckett <
[email protected]> - Fri, Nov 21 2008 6:44 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/90a89f4be31878dd?hl=en


Syntax Highlighting for eZ Publish - 1 new
------------------------------------------
Hello, I do development on a CMS called eZ Publish. I like to use vim for 
developing ezp sites, however, I can not find a plugin for eZ publish syntax 
highlighting. How can I create my own syntax highlighting plugin for ezp in 
vim or if someone has done it then please forward it to us. - Sat, Nov 22 2008
1:17 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/b8e69e81848ad5ce?hl=en


Using one buffer as "information screen" - 1 new
------------------------------------------------
I would like to set up my Vim so that I have two buffers visible, and as I am 
typing in one buffer the other buffer is showing information about the first 
buffer. What I specifically want to do is that each time I press Enter, the 
second buffer is updated to show all lines from the first buffer that matches (
in some way) the line I just - Sat, Nov 22 2008 2:00 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/f82c7aa2924749be?hl=en



==============================================================================

You received this message because you are subscribed to the Google
Groups "vim_use" group.

To post to this group, send email to [email protected] or
visit http://groups.google.com/group/vim_use?hl=en

To unsubscribe from this group, send email to
[email protected]

To change the way you get mail from this group, visit:
http://groups.google.com/group/vim_use/subscribe?hl=en

To report abuse, send email explaining the problem to [email protected]

==============================================================================
Google Groups: http://groups.google.com/?hl=en

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to