Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 132540 - 132569 of 137715   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
132540 Lucas Sanner
lucas.sanner@... Send Email
Jul 31, 2012
7:28 am
... I used the 7.3 GVim version The subject topic you mentioned is relevant for my case http://superuser.com/questions/207264/gvim-utf-8-in-windows I installed...
132541 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 31, 2012
8:02 am
... Look near the middle of the output of :version, where I have the following: system vimrc file: "$VIM/vimrc&quot; user vimrc file: "$HOME/.vimrc" user exrc file:...
132542 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 31, 2012
8:42 am
... Vim gets its "language"; settings from the OS locale at startup. On Linux, this usually means one of en_US.UTF-8 fr_FR.UTF-8 de_AT.UTF-8 etc., so Vim uses...
132543 Leszek Świrski
leszek.swirski@... Send Email
Jul 31, 2012
10:36 am
In case anyone else has the same problem, I fixed it by fixing my gvim path in HKLM\SOFTWARE&#92;Vim\Gvim (It was set to vim72, I had vim73) -- You received this...
132544 Dotan Cohen
dotancohen@... Send Email
Jul 31, 2012
11:52 am
On Superuser I found this nice way to highlight the word under the ... escape(expand('<cword>'), '/\&#39;)) ...
132545 geoffrey.wood@... Send Email Jul 31, 2012
12:23 pm
... Here's another way to highlight the word under the cursor http://vim.wikia.com/wiki/VimTip1572 If you use this plugin, you can simply enable the...
132546 Benjamin R. Haskell
vim@... Send Email
Jul 31, 2012
12:24 pm
... " <Leader>h toggles the under-cursor highlighting ... " Use it in the CursorMoved autocmd ... Or am I missing something? -- Best, Ben -- You received this...
132547 Dotan Cohen
dotancohen@... Send Email
Jul 31, 2012
12:33 pm
... That's fine, I'm married and thus used to my questions being evaded :) The problem with that plugin is: א) It requires leaving the home row, and ב) I...
132548 Dotan Cohen
dotancohen@... Send Email
Jul 31, 2012
12:41 pm
... Thanks, Ben. The problem is that I cannot turn the feature off! That was the question in the OP, with a different method of achieving the same effect. My...
132549 Michael Guyver
michael.guyver@... Send Email
Jul 31, 2012
12:49 pm
I occasionally dabble with assembly code and one of the things which can take more time than writing the instructions is keeping your in-line comments (or...
132550 Benjamin R. Haskell
vim@... Send Email
Jul 31, 2012
12:53 pm
... Ah. I didn't understand that you wanted the feature to be completely eradicated, rather than just turned off (which toggling accomplishes). ... Not sure...
132551 ping
songpingemail@... Send Email
Jul 31, 2012
2:40 pm
... I tried these debugging tools but still have no clear clue. I even tried vim -V temp1.log or vim -V4 temp1.log, the 1st part of the result flushed away...
132552 Gary Johnson
garyjohn@... Send Email
Jul 31, 2012
3:09 pm
... If you immediately follow the -V argument by a filename (i.e., without an intervening space), the debug information will be captured to that file instead...
132553 ping
songpingemail@... Send Email
Jul 31, 2012
3:28 pm
... thanks! that's another good tip to learn about debugging vim. so I tried that: vim -V2temp-vim-verbose-log temp1.log and from the result...
132554 Gary Johnson
garyjohn@... Send Email
Jul 31, 2012
4:07 pm
... [...] ... It's odd that someone would put system/local Vim configuration files in both /usr/share/vim and /etc. In my experience, package maintainers...
132555 Ben Fritz
fritzophrenic@... Send Email
Jul 31, 2012
4:59 pm
... Is your Verilog file being correctly detected by Vim as a Verilog file type? If memory serves me, TagList uses the filetype to determine how to run CTags. ...
132556 rockybalboa4
rockybalboa4@... Send Email
Jul 31, 2012
5:10 pm
What ways are there to check the buffer size? getfsize() redir @" execute "silent normal! g\<C-g>" redir END More? -- You received this message...
132557 David Fishburn
dfishburn.vim@... Send Email
Jul 31, 2012
6:56 pm
... What version of ctags are you using? Trunk or 5.8. You can also extend the taglist through your vimrc which I have done when usin my own compiled ctags...
132558 David Fishburn
dfishburn.vim@... Send Email
Jul 31, 2012
6:57 pm
... Which installer did you run to install Vim 7.3? -- David Fishburn -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
132559 Ben Fritz
fritzophrenic@... Send Email
Jul 31, 2012
7:28 pm
... There's the line2byte() function as well. I assume you want size in bytes? -- You received this message from the "vim_use" maillist. Do not top-post! Type...
132560 Daan
bakdoa@... Send Email
Jul 31, 2012
7:29 pm
I've been learning Vim for a while, and one situation has been coming up a lot for me: 1) I'm scrolling through a sourcefile, and see an interesting word I'd...
132561 Ben Fritz
fritzophrenic@... Send Email
Jul 31, 2012
7:41 pm
... I almost always have relative line numbering turned on, which as you mentions allows me to very quickly do 7j or 12k or whatever to get to the right line. ...
132562 jeroen
jbudts@... Send Email
Jul 31, 2012
8:20 pm
... Would you care to share this mapping? It seems very interesting. ... First time I come across 'gm'. Very useful indeed! Thx, Jeroen -- You received this...
132563 sc
toothpik@... Send Email
Jul 31, 2012
8:39 pm
... f is the linewise search command -- it is famous for the fact that it searches current line only (and to the right only). -- You received this message from...
132564 Benjamin Klein
ben@... Send Email
Jul 31, 2012
9:22 pm
... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit...
132565 Yves S. Garret
yoursurrogategod@... Send Email
Jul 31, 2012
9:22 pm
Hello, I've started to use gVim in place of Notepad++ on my Windows 7 machine (something I prefer since I use vim on my Ubuntu box). However, I'm running into...
132566 ping
songpingemail@... Send Email
Jul 31, 2012
9:39 pm
hi experts: I now everything after ... will be treated as param of that ext-prog. so I can't ... but then how to avoid keep typing <enter> in following cases? ...
132567 Gary Johnson
garyjohn@... Send Email
Jul 31, 2012
10:01 pm
... The Vim program does not have indentation enabled by default. Indentation is enabled by a configuration file or from the command line. If you don't want...
132568 Ben Schmidt
mail_ben_schmidt@... Send Email
Aug 1, 2012
12:07 am
... In this case, we don't want the file just before it, but the one a few files back: /usr/share/vim/vim73/filetype.vim has clearly issued ... each directory...
132569 Chris Jones
cjns1989@... Send Email
Aug 1, 2012
12:10 am
... I tend to use / or ? extensively for cursor navigation beyond the current line and possibly a couple of lines just before or just after it.. if...
Messages 132540 - 132569 of 137715   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