-
I've had relatively little to do with Vim scripts despite using Vim for a few years. However, I recently read a recommendation for allml.vim and visited its page at http://www.vim.org/scripts/script.php?script_id=1896 . On reading this page, it wasn't clear to me what the karma score (which was then 59/20) meant. In order to understand it, I had to google "vim karma" to find vim.org's page -...
2009-11-23 21:12:04 UTC by sampablokuper
-
Seems to be back to normal.
2009-11-18 20:17:02 UTC by shawncplus
-
Happens on /scripts/index.php and a few script pages but not all.
2009-11-18 18:57:41 UTC by shawncplus
-
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
2009-11-18 18:36:48 UTC by shawncplus
-
because of this line in compiler/php.vim:
CompilerSet makeprg=php\ -lq
running:
:comp php
:mak
results in either the command hanging or no syntax errors detected in -
the problem is php wants the script name (%) passed explicitly...
changing that line to:
CompilerSet makeprg=php\ -lq\ %
solves the problem.
2009-11-12 16:43:45 UTC by https://www.google.com/accounts
-
I find a little bug in NERDTree plugin v3.1.1. It can not open files, which filepaths content whitespaces.
This bug has been found in Ubuntu 9.04 (UTF-8, Russian)
Reason of this is not escaping spaces in calling embedded vim function "edit".
I fix this bug and attach fixed version to this message.
2009-10-07 10:08:37 UTC by shlemovalex
-
When I go to www.vim.org then click on documentation ( http://www.vim.org/docs.php ) and then klick on "the FAQ >>" link, there's an error. The destination address is http://vimdoc.sourceforge.net/htmldoc/vimfaq.html
I only find the FAQ at google.
2009-07-24 06:46:34 UTC by who-c
-
Works fine for me as well now.
2009-07-01 11:21:37 UTC by wormwood_3
-
I can reproduce this problem too. I tried changing my account (= "shlomif") email to shlomif@cpan.org and nothing happened.
Regards,
Shlomi Fish.
2009-07-01 09:28:48 UTC by shlomif
-
Works for me now. Maybe the problem was fixed.
2009-07-01 09:25:54 UTC by shlomif