vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * Intesting blog posts of 10 year vim user switching to emacs - 7 new http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en * how to count how many certain strings are in a file? - 5 new http://groups.google.com/group/vim_use/t/e205d3dcc905bcab?hl=en * Better feedback mechanism for Vim plugin scripts? - 4 new http://groups.google.com/group/vim_use/t/4bd2ba2921bb5859?hl=en * How do I open :help in a new tab? - 4 new http://groups.google.com/group/vim_use/t/5504851843708b14?hl=en * gvim - environment/bashrc not loaded - 4 new http://groups.google.com/group/vim_use/t/88909fa6432e6cdf?hl=en Active Topics ------------- Select 'v' Issue - 3 new ------------------------ Hi, When I use the 'v' key and select a few lines, the color of the selection is so light grey, that I fail to see what has been selected. Could you tell me how to solve the issue? Regards, Ajay. - Wed, Nov 19 2008 1:30 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/f48a3c834b12b095?hl=en How to wrap up - 3 new ---------------------- Hi, When I write a C code, I would like to wrap up after say 80 columns. Can I do this in Vim? If yes, how? What are the related and useful commands to wrap around while coding? Regs, Ajay. - Wed, Nov 19 2008 3:15 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/7b92266c5c88f2d8?hl=en Unsubscription of Account - 3 new --------------------------------- Hi, I would to request, to unsubscribe my account at vim_use community for the reason as follows: 1. I'm not interested anymore on vim application 2. Every day i keep on cleaning my email due the flooded mails from the community. 3. I want my account at vim_use will be deleted as soon as possible Thanks! - Wed, Nov 19 2008 4:02 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/687beac038c6e331?hl=en Trying to use Explore with BufNew - 2 new ----------------------------------------- Jeenu schrieb: ...I don't know what the BufNew event is good for, but it gives me crap: augroup foo au! au BufNew * call AddSomeText() augroup end func! AddSomeText() put = 'Text added from BufNew event!' endfunc " EOF ...modifies text in the old window (gVim 7.1.315). - Wed, Nov 19 2008 4:04 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/88c2993197ad3b28?hl=en gvim - environment/bashrc not loaded - 4 new -------------------------------------------- i have some paths and other stuff defined in bashrc and when i start vim from command line everything works but when i use gvim it seems like stuff i defined in bashrc are not loaded. any idea what's wrong? Aljosa - Wed, Nov 19 2008 4:57 am 4 messages , 4 authors http://groups.google.com/group/vim_use/t/88909fa6432e6cdf?hl=en ('|') in perldo - 1 new ----------------------- ...You can even go one character shorter by leaving out the redirection. grep blah /var/log/messages ~Matt - Wed, Nov 19 2008 5:27 am 1 message, 1 author http://groups.google.com/group/vim_use/t/eca22e89752e2571?hl=en Convert XML strings to "plan text"? - 2 new ------------------------------------------- ...I would just write a function that would do the following: ...... Then you can run it at any time. Dave - Wed, Nov 19 2008 5:48 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/32f52ab55a96b495?hl=en Auto Indent + 1 in insert mode or normal - 2 new ------------------------------------------------ ... I would first suggest using an indentexpr or the indent ftplugin for your file type. See :help 'indentexpr' and :help :filetype-indent-on If this doesn't work for you, a simple mapping will suffice. I would suggest: ... This will allow you to press CTRL-ENTER for a new line with more - Wed, Nov 19 2008 8:12 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/af789e497a9ed73e?hl=en Intesting blog posts of 10 year vim user switching to emacs - 7 new ------------------------------------------------------------------- On Wed, Nov 19, 2008 at 4:40 AM, Tony Mechelynck ...I guess I meant 'intellectually cool'; I don't know about practical. - Wed, Nov 19 2008 8:17 am 7 messages , 7 authors http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en align doesn't work - 2 new -------------------------- I'd like to align the following: a := baaa caaaa := deeee ee := f Suppose I do an error and do: AlignCtrl w=:= and thereafter :%Align := it wouldn't align like expected and If I try to correct it by doing: AlignCtrl w= := and thereafter :%Align := it doesn't align anyway! Regards, Cesar - Wed, Nov 19 2008 9:34 am 2 messages , 2 authors http://groups.google.com/group/vim_use/t/d0ad8b62b8ea34bb?hl=en Spell: Vim didn't search automatically for a spell file in my language - 3 new ------------------------------------------------------------------------------ ...Just in case anyone else find this message with the exact same problem like me, I found here: [link] that the problem is the spellfile.vim plugin needs a writeable spell directory to work. I did: $ mkdir -p ~/.vim/spell and all worked like a charm. - Wed, Nov 19 2008 10:22 am 3 messages , 2 authors http://groups.google.com/group/vim_use/t/9bf65dd5c70c04ac?hl=en badd and syntax - 1 new ----------------------- Hello! I've found strange behaviour in vim. When doing "autocmd VimEnter * nested badd ..." syntax highlight work as expected, means i see colors. I can use "bnext" and see colors in all badd'ed files. However if i do "autocmd VimEnter * nested source ..." and inside the file i use badd, then there are no colors in buffers unless i run "edit ..." (this - Wed, Nov 19 2008 10:54 am 1 message, 1 author http://groups.google.com/group/vim_use/t/25d30665790bb810?hl=en vimgdb in windows - 1 new ------------------------- ...Vimgdb does not run on Windows. Pyclewn runs on Windows, see pyclewn. sourceforge.net. Xavier - Wed, Nov 19 2008 2:43 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/04ae08967aa4cede?hl=en vim book dedicated to scripting - 1 new --------------------------------------- ...There are lots of places to find examples of scripts. You might be interested in looking at the following which contain tips that I've worked on recently. [link] [link] [link] - Wed, Nov 19 2008 3:16 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/90a89f4be31878dd?hl=en Introduce a PDF Viewer, and its behaviour like Vim - 3 new ---------------------------------------------------------- has windows version now. - Wed, Nov 19 2008 5:57 pm 3 messages , 3 authors http://groups.google.com/group/vim_use/t/aa995e8948c15e4a?hl=en how to count how many certain strings are in a file? - 5 new ------------------------------------------------------------ Hi, Suppose I want search how many '>' is in a file. Is there an easy way to do it in vim? Thanks, Peng - Wed, Nov 19 2008 6:22 pm 5 messages , 3 authors http://groups.google.com/group/vim_use/t/e205d3dcc905bcab?hl=en How do I open :help in a new tab? - 4 new ----------------------------------------- This is kind of a vim newbee question. I don't like that the :help command opens always in a split window. I would like to be able to have it open in a new tab. Is there any way to force it to open in a new tab, or at least in the current full window? (in that case I can open a new empty tab before - Wed, Nov 19 2008 6:45 pm 4 messages , 3 authors http://groups.google.com/group/vim_use/t/5504851843708b14?hl=en Better feedback mechanism for Vim plugin scripts? - 4 new --------------------------------------------------------- I might reflect the feeling of some of the plugin authors here that it is hard to receive good feedback from the users. Feed-back here, I mean, something more tangible than the Karma rating. I was thinking that if there was a simpler way to leave feedback about the plugin scripts then users might leave a line or two about how the plugin could be made more useful; - Wed, Nov 19 2008 9:28 pm 4 messages , 4 authors http://groups.google.com/group/vim_use/t/4bd2ba2921bb5859?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 -~----------~----~----~----~------~----~------~--~---
