... You can return the <BS>, that's not one of the things that break insert mode. ... You should be able to use your current <C-R>= mapping, or an <expr>...
132024
Peng Yu
pengyu.ut@...
Jul 1, 2012 9:36 pm
... _v with xterm doesn't work on my mac. But _v does work on my linux machine. I'm trying to understand _v better. Why fd 9 is used? Is it special to vim? ...
132023
Benjamin Fritz
fritzophrenic@...
Jul 1, 2012 8:06 pm
Attached is a release candidate for the next update of the TOhtml standard plugin distributed with the Vim runtime. The major addition in this release is a new...
132022
Gerardo Marset
gammer1994@...
Jul 1, 2012 6:12 pm
... Thanks for the suggestion, but how could I insert a BS in the line without returning the function? -- You received this message from the "vim_use"...
132021
Gerardo Marset
gammer1994@...
Jul 1, 2012 5:56 pm
... No, that doesn't help. Thanks anyway. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
132020
Ben Fritz
fritzophrenic@...
Jul 1, 2012 4:30 pm
... You might try determining how many characters got deleted (getline in combination with your cursor position command may help here) and insert enough...
132019
Ben Fritz
fritzophrenic@...
Jul 1, 2012 4:24 pm
... Probably it's because Vim detects *.py files as "python" filetype, not "py". See the output of :set filetype? to determine the filetype of the current...
132018
Lyuben Petrov
lyuben.y.petrov@...
Jul 1, 2012 4:22 pm
au FileType py set autoindent au FileType py set smartindent I added these lines to my vimrc file but still when I open a python file smartindent is not set....
132017
Magnus Woldrich
m@...
Jul 1, 2012 4:15 pm
... I'm sorry but the only thing I know about terminals in macos is that they doesn't work. Can you try it in something that is not terminal.app or iterm?...
132016
Peng Yu
pengyu.ut@...
Jul 1, 2012 3:09 pm
... Obviously, I did what you have mentioned. ~/dvcs_src/utils$ ./_v _v ; echo xxx xxx I also tired to use the script by vim directly. ~/dvcs_src/utils$ vim -e...
132015
John Beckett
johnb.beckett@...
Jul 1, 2012 11:34 am
... I'm not sure exactly what the issue is, but are you aware that in insert mode you can press Ctrl-D to unindent the current line (remove one level of...
132014
ping
songpingemail@...
Jul 1, 2012 5:11 am
... sure I'll seriously do it later.. but currently, I'm still testing it -- trying to move all my linux-based works (whole .vim including all plugins!) on...
132013
Alick Zhao
alick9188@...
Jul 1, 2012 5:10 am
... Did you check the content of ./v? Is it the same with the online version? Did you chmod the script to add the execution bit? I just tried the latest...
132012
Jan Larres
lists@...
Jul 1, 2012 4:58 am
... From looking at the commit logs it seems that rather an '&' is what was originally used for substituting in the current value, and then got replaced by...
132011
ping
songpingemail@...
Jul 1, 2012 4:55 am
Hi guys/experts: sorry for wide-expend, but I can't figure out a solution for this... below is the response to my original issue I got from author of Utl...
132010
Tony Mechelynck
antoine.mechelynck@...
Jul 1, 2012 4:07 am
... When started with the -es switches in that order (see :help -s-ex), some messages will be printed on stdout, but only from a _very limited_ set of...
132009
Ben Fritz
fritzophrenic@...
Jul 1, 2012 3:21 am
... You can make Vim quit after running the script like this: vim -c "source main.vim" -c "q" Or even better: vim -S main.vim -c "q" But I don't know of any...
132008
Gerardo Marset
gammer1994@...
Jul 1, 2012 12:31 am
I have sofftabstop (and shiftwidth) set to 4, and expandtab enabled. Thus, when deleting groups of spaces, vim treats them as tabs and deletes them 4 at a...
132007
Tony Mechelynck
antoine.mechelynck@...
Jun 30, 2012 10:04 pm
... [...] Maybe you should create a tip at http://vim.wikia.com/ ? Best regards, Tony. -- There is a Massachusetts law requiring all dogs to have their hind...
132006
ping
songpingemail@...
Jun 30, 2012 9:32 pm
Thanks I just got it recompiled under cygwin with python support At least Voom that is based on python runs smoothly now I can post detailed steps if anyone is...
132005
Peng Yu
pengyu.ut@...
Jun 30, 2012 9:13 pm
Hi, I just want to run some vim script and print output to stdout and exit. The following will print something at the bottom of the screen without exiting vim....
132004
Eric Weir
eeweir@...
Jun 30, 2012 5:18 pm
... I can produce the symptoms---multiple instances of vim, persisting swap files. I can do it reliably. Write all my files. Then quit vim without closing the...
132003
Tim Gray
tgray@...
Jun 30, 2012 1:53 pm
... You really shouldn't have to manually delete swap files if you are saving and closing your files properly. Something is amiss. You should ask the list...
132002
Tony Mechelynck
antoine.mechelynck@...
Jun 30, 2012 1:44 pm
... P.S. I was also trying to "teach him to fish", namely, by paying attention to what he's been told. Let's hope he will, in the future. Best regards, Tony. ...
132001
Tony Mechelynck
antoine.mechelynck@...
Jun 30, 2012 1:40 pm
... Aha. And what do you do when no fish bites on the kind of fishline you taught him to use? Best regards, Tony. -- Good day to let down old friends who need...
132000
Tony Mechelynck
antoine.mechelynck@...
Jun 30, 2012 1:31 pm
... Yes, the command to be executed on each match of the :g command is always an ex-command (the kind you would use after typing a colon, or on any line of a...
131999
Tony Mechelynck
antoine.mechelynck@...
Jun 30, 2012 1:09 pm
... When I was still on Windows, I used to have some Cygwin packages installed, but the Python I used (and compiled Vim with, using the make_cyg.mak and the...
131998
Tony Mechelynck
antoine.mechelynck@...
Jun 30, 2012 12:27 pm
... Yes, and one of the reasons Bram doesn't feel the need to compile Vim executables very often is that Steve Hall very regularly updates his "Vim without...
131997
Peng Yu
pengyu.ut@...
Jun 30, 2012 12:08 pm
... How it works? In my previous email, I showed that I couldn't get it work. Would you please show me which command you copied and what is the command line?...
131996
Eric Weir
eeweir@...
Jun 30, 2012 10:46 am
... One thing I haven't mentioned: I start MacVim with QuickSilver. I type <ctrl> <space> to bring up qs, then mv to get the MacVim icon displayed, then hit...