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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 134953 - 134982 of 137836   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
134953 shawn wilson
ag4ve.us@... Send Email
Dec 10, 2012
2:42 am
... Don't write a script to do this. Don't use vim to test the crypt. I had a brief thought about writing a simple c program but here's the thing, If you can...
134954 Woody Wu
narkewoody@... Send Email
Dec 10, 2012
4:42 am
... I removed gvim info from the ~/.fluxbox/apps, but the strange behavior keeps same. ... I removed everything from my .(g)vimrc and .vim directory, then I...
134955 Gautier DI FOLCO
gautier.difolco@... Send Email
Dec 10, 2012
9:33 am
Hi all, I wanted to test tmux with vim 7.3.682, zsh 5.0.0, tmux 1.6 and konsole, but I have some troubles : - all my code inside vim is bold - the background...
134956 Christian Brabandt
cblists@... Send Email
Dec 10, 2012
2:40 pm
... The functionality is there and probably also being demanded by POSIX. But in any case, it should work, no matter what some options are set to. regards, ...
134957 Peng Yu
pengyu.ut@... Send Email
Dec 10, 2012
3:28 pm
Hi, In vim's source src/spell.c, I see "vi:set ts=8 sts=4 sw=4:". I'm wondering what it is used for. Shall vim recognize it to reconfigure vim while opening...
134958 Charles Campbell
Charles.E.Campbell@... Send Email
Dec 10, 2012
3:32 pm
... Regards, C Campbell -- 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...
134959 Ben Fritz
fritzophrenic@... Send Email
Dec 10, 2012
3:52 pm
... There is value in the _ motion, which goes to the first non-blank character in a line. It is like ^, but also takes a count to go to a different line than...
134960 Kevin O'Gorman
kogorman@... Send Email
Dec 10, 2012
3:53 pm
Those are modelines. Charles is suggesting you look up the help with the ... command Short form: you're right, vim recognizes them as commands if they're near...
134961 Paul
google1241@... Send Email
Dec 10, 2012
4:07 pm
When I run a macro that uses f,t,F, or T, a “YR:Enter character:” prompt pops up with “Press ENTER or type command to continue” beneath it. When I...
134962 ping
songpingemail@... Send Email
Dec 10, 2012
4:35 pm
... but also takes a count to go to a different line than the current in one motion. It is also easier to reach than ^ on a Dvorak keyboard. got it better now,...
134963 Peng Yu
pengyu.ut@... Send Email
Dec 10, 2012
5:33 pm
Hi, I'm wondering if there is a way to execute key strokes from a file. For example, I want to open a file main.vim, then type i, CTRL-R, %, which type the...
134964 Marcin Szamotulski
mszamot@... Send Email
Dec 10, 2012
5:53 pm
... I am not sure if this is what you want: you can use :argdo (or :windo, ... There to type you need to press ^V^R (i.e. CTRL-V followed by CTRL-R), to...
134965 Alexandre Provencio
alexandreprovencio@... Send Email
Dec 10, 2012
6:51 pm
My guess is that you should check vim and terminal's colorschemes. On the terminal side, I use urxvt so i set that on .Xresources, and for vim, try using...
134966 Bram Moolenaar
Bram@... Send Email
Dec 10, 2012
7:26 pm
Hello Vim users, I have updated the handy desktop calendar for 2013. It prints on one sheet of paper and, after folding and applying a bit of glue, stands on ...
134967 Ben Fritz
fritzophrenic@... Send Email
Dec 10, 2012
7:53 pm
... Yes, there is. See :help :source. If you use ":source!" the file is read as if typed from normal mode. If you use ":source" the file is read as a series of...
134968 Gautier DI FOLCO
gautier.difolco@... Send Email
Dec 10, 2012
9:05 pm
2012/12/10 Alexandre Provencio <alexandreprovencio@...> ... Thanks for your answer, I tried with solarized, I have a problem too. Is there a standard...
134969 ping
songpingemail@... Send Email
Dec 10, 2012
9:24 pm
I'm looking at a handy way to insert curr timestamp when writing, right in insert mode , e.g. in following texts I want it injected right after "today", and...
134970 bilibop project
quidame@... Send Email
Dec 11, 2012
12:18 am
... De: Gautier DI FOLCO <gautier.difolco@...> En apparence venant de: vim_use+bncBC46574IWAHBBQGYS2DAKGQEOBGKY5Q@googlegroups.com A:...
134971 Marcin Szamotulski
mszamot@... Send Email
Dec 11, 2012
12:22 am
... It seems you are using my plugin :). If you update vim to at least 7.3.686 (this is documented in the plugin). Best, Marcin -- You received this message...
134972 John Beckett
johnb.beckett@... Send Email
Dec 11, 2012
12:23 am
... The tip for that is: http://vim.wikia.com/wiki/Insert_current_date_or_time ... Don't know about that, but enter the following to find script ... John -- ...
134973 John Little
John.B.Little@... Send Email
Dec 11, 2012
12:37 am
... You have a command-mode mapping of <cr>. To find out where the mapping is coming from, run :scriptnames and see which is 113. Try pressing <esc> instead...
134974 ping
songpingemail@... Send Email
Dec 11, 2012
4:46 am
... oh yes this one "system.vim" of yours looks the culprit ... so looks I have to disable it in my usage case? 28 " Benefits: you get completion for system...
134975 sinbad
sinbad.sinbad@... Send Email
Dec 11, 2012
6:15 am
... I am running as non-root and i don't have sudo permission, i was not able to check the root's cron jobs, i checked mine there are no cron jobs running. am...
134976 Christian Brabandt
cblists@... Send Email
Dec 11, 2012
7:01 am
... It's annoying but you are not screwed. Simply recreate that directory and you should be fine. See the command, I posted earlier. regards, Christian -- You...
134977 Christian Brabandt
cblists@... Send Email
Dec 11, 2012
7:08 am
... I have noticed this too, when playing with your plugin and using ... the lastest Vim version) regards, Christian -- You received this message from the...
134978 Gautier DI FOLCO
gautier.difolco@... Send Email
Dec 11, 2012
7:18 am
2012/12/11 bilibop project <quidame@...> ... Thanks for all, it was a tmux.conf issue, It works well. -- You received this message from the "vim_use"...
134979 Gary Johnson
garyjohn@... Send Email
Dec 11, 2012
7:22 am
... I don't think it's hopeless, but may be difficult to find the cause. You wrote that you don't have root or sudo permission. That suggests that you are...
134980 Roland Puntaier
roland.puntaier@... Send Email
Dec 11, 2012
7:35 am
Hi I didn't follow you problem from the beginning, but scanning through this mail I thought to give you the heads up about Patch 7.3.717, which relates to font...
134981 sinbad
sinbad.sinbad@... Send Email
Dec 11, 2012
9:17 am
... there are two possibilities here, first one of vim script is deleting the tmpfile, the other is some cron job might be deleting it. in the first case can i...
134982 Marcin Szamotulski
mszamot@... Send Email
Dec 11, 2012
10:00 am
... Indeed. So when I debug scripts I use ":cunmap <CR>". Best, Marcin -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
Messages 134953 - 134982 of 137836   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