Re: [Vim-latex-devel] vim.sf.net
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@ee...> - 2002-11-07 22:33:22
|
Hey Mikolaj, Thanks for taking care of the CTAN end... The .zip file on the downloads page is a bit more stable than the present CVS repository. Can we use that for the CTAN thingie? Thanks, Srinath On Thu, 7 Nov 2002, Mikolaj Machowski wrote: > Learn Touch Typing with Vim: > http://vim.sourceforge.net/script.php?script_id=461 > BTW, ttcoach.vim is beautifully coded :) Just had a look. Also, if !exists("g:ttcoach_dir") let g:ttcoach_dir = "~/.vim/macros/" endif can be modified to: if !exists("g:ttcoach_dir") let g:ttcoach_dir = expand("<sfile>:p:h:h")."/macros" endif This removes the dependency on the structure of the users $VIMFILES directory. -- Srinath Avadhanula Nov 7 2:28pm A well adjusted person is one who makes the same mistake twice without getting nervous. |