... Unless a plugin is interfering, this sounds like it might just be a slow network share. Do other applications take a long time to write files to the...
135046
dza
dezzadk@...
Dec 14, 2012 8:02 pm
... Yes, I put it there to confirm I tried exactly what people suggested, no matter how it was perceived :) ... Should I put it to foldmethod=none ? ... It's...
135045
Christian Brabandt
cblists@...
Dec 14, 2012 7:39 pm
Hi Gautier! ... http://vimhelp.appspot.com/vim_faq.txt.html#faq-20.4 regards, Christian -- Ich will Frauen nicht verstehen, sondern begreifen. -- You received...
135044
Christian Brabandt
cblists@...
Dec 14, 2012 7:37 pm
Hi Eric! ... Here is a tip, you can always get help on an error code, e.g. :h E37 And to make sure, all buffers are written, you can use ... regards, Christian...
135043
Christian Brabandt
cblists@...
Dec 14, 2012 7:36 pm
Hi niva! ... What was wrong with the answer you got last time? regards, Christian -- -- You received this message from the "vim_use" maillist. Do not top-post!...
135042
Christian Brabandt
cblists@...
Dec 14, 2012 7:35 pm
Hi dza! ... Have you tried with all plugins turned off and started in default mode? See also the faq: http://vimhelp.appspot.com/vim_faq.txt.html#faq-2.5 ...
135041
Niels Kobschätzki
niels@...
Dec 14, 2012 7:24 pm
Hi! When I install Ultisnips via vundle I get the following error messages shown for a very short moment: Error detected while processing ...
135040
Ben Fritz
fritzophrenic@...
Dec 14, 2012 7:17 pm
... With 'dir' and 'backupdir39; set to keep their files off your network share, you probably don't need 'noswapfile39; and 'nobackup39;. I have used swap files...
135039
Tony Mechelynck
antoine.mechelynck@...
Dec 14, 2012 6:16 pm
... I thought that your setting might be the one for creating a new file and renaming the old one as the backup, but if you tried all values and it always...
... Ah Linux. Try running vim with strace to see what system calls it does. It may give clues. $ strace -o /tmp/vim.trace vim Perform things that are slow on...
135037
Gautier DI FOLCO
gautier.difolco@...
Dec 14, 2012 5:43 pm
Hi all, I have an issue with tmux (again), I'm trying to map <C-Up> and <C-Down>, but codes have changed, so, with a ^K I have remapped to [A and [B as follow:...
135036
dza
dezzadk@...
Dec 14, 2012 5:26 pm
... Thanks Tim! I think the dir, undodir, and backupdir made a difference. I have set the following now-: set noswapfile set nobackup set nofsync set ttyfast ...
135035
dza
dezzadk@...
Dec 14, 2012 5:25 pm
... It's also a problem on Linux for me :( ... Thanks for your suggestions so far all ! -- You received this message from the "vim_use" maillist. Do not...
135034
donothing successfully
donothingsuccessfully...
Dec 14, 2012 4:42 pm
... Intermediate combinatorics at least. ... If there's an off-the-shelf cracker then that may be faster but a few guesses couldn't do any harm. -- You...
135033
SanDiegoGary
sdgaryc@...
Dec 14, 2012 4:41 pm
... Thanks for the reply Tony! I'm not sure what you are suggesting. I read the man page for backupcopy, and tried "yes", "no" and "auto" as arguments. Each...
135032
Ben Fritz
fritzophrenic@...
Dec 14, 2012 3:38 pm
... I don't think it's possible with a built-in Vim command. You'll need to use system() with del and/or rmdir. -- You received this message from the "vim_use"...
135031
shawn wilson
ag4ve.us@...
Dec 14, 2012 3:13 pm
On Fri, Dec 14, 2012 at 9:32 AM, donothing successfully ... God, that's not the first time I've messed up basic algebra. I've got to do better about that....
135030
donothing successfully
donothingsuccessfully...
Dec 14, 2012 2:32 pm
... Is it not 96^4 possibilities? A much smaller number: ~85 million. A quicker and dirtier approach might suffice. Or you could try to socially engineer...
135029
Andreas Groh
andreas.groh@...
Dec 14, 2012 1:43 pm
... Hello Marcin, Thanks for the hint. I add the double quotes to the tex_isk variable. In this way it is recognised as part of the word and commands like b,...
135028
niva
nivaemail@...
Dec 14, 2012 12:58 pm
Hi, Is it possible to remove directory from Vim command. I don't see it in the help. Just "delete(" for files. I would like to avoid using system( and call del...
135027
John Beckett
johnb.beckett@...
Dec 14, 2012 10:28 am
... From something Ben mentioned, the line: execute a:linenr . 'put =result[1:]39; is more cleanly written as: call append(a:linenr, result[1:]) John -- You...
135026
A Loumiotis
antonis.loumiotis@...
Dec 14, 2012 9:23 am
... Many thanks John and Ben for your help. I'm not sure though how to use nr2char() for the second change. However, I slightly modified John's convert()...
... Hi Which version of Vim are you using? Maybe this patch helps? 7.3.027 MS-Windows: Opening a file on a network share is very slow -- Dominique -- You...
135024
Tony Mechelynck
antoine.mechelynck@...
Dec 14, 2012 8:42 am
... See :help 'backupcopy39; Best regards, Tony. -- "The National Association of Theater Concessionaires reported that in 1986, 60% of all candy sold in movie...
135023
John Beckett
johnb.beckett@...
Dec 14, 2012 8:39 am
You are subscribed to the vim_use mailing list (where I am a manager). There is a problem because unwanted mail (spam) is received from admin@... by anyone...
135022
SanDiegoGary
sdgaryc@...
Dec 14, 2012 8:23 am
I'm using Vim 7.3.67 on Windows 7. I made a change to my .vimrc file, and now when I launch vim by double-clicking a text file on my desktop, the tool works...
135021
Tony Mechelynck
antoine.mechelynck@...
Dec 14, 2012 7:49 am
... Which Alt- or AltGr-key combinations to use depends of course on your OS and locale: see for instance ...
135020
sinbad
sinbad.sinbad@...
Dec 14, 2012 6:36 am
... Gary, Christian, thanks for the help. setting $TMPDIR to my homedir solved the problem, so it's really one of the root's cron jobs screwing with my /tmp ...
135019
Erik Christiansen
dvalin@...
Dec 14, 2012 3:35 am
... In concordance with several other posters, I have to point out that the 1978-ish '"a39; gumpf is an ugly work-around, both in appearance and the trouble it...
135018
Chris Schneider
chris@...
Dec 13, 2012 6:12 pm
Is it saving off the swap files across the network? Try turning them off and seeing if that helps? (if it does you can force those into their own dir instead...