Re: Transparent Encryption and Decryption On Windows

2007-05-23 Thread Allan Wind
On 2007-05-23T09:59:22-0500, Tom Purl wrote: Is there anyone else who's usuing gpg or openssl with Vim? I use one of the gpg plugins all the time: http://www.vim.org/scripts/script.php?script_id=1751 /Allan

formatoptions: is there a way to disable a for a range?

2007-05-12 Thread Allan Wind
I would like to auto-wrap emails and set formatoptions to tcqlaqw with: autocmd FileType mail set formatoptions+=aw Other than missing the mentioned j in vim 7.0 to make join remove comment leaders this works great for the body of the message. Trouble is that I have mutt configured to pass

Re: Compiling VIM with custom directories for libraries

2006-10-15 Thread Allan Wind
On 2006-10-16T03:03:30+0200, Anupam Srivastava wrote: So, I have downloaded and compiled ncurses in my local directory. Now I want Vim to detect this new library. How to do it? If you with library mean a .so, then including the path where it is stored in LD_LIBRARY_PATH before starting vim

Re: Making vim fast

2006-09-25 Thread Allan Wind
On 2006-09-25T23:11:47+0200, Eric Smith wrote: I have a number of large files open and generally experience slow performance. Have you seen this one? http://www.vim.org/tips/tip.php?tip_id=343 /Allan