Hi

I see the following error when trying to build the Esperanto dictionary:

$ vim/runtime/spell/eo
$ aap
Aap: ../../../src/vim ../README_eo.txt -e -c "set ff=unix" -c wq
Aap: Error in recipe "/home/pel/sb/vim/runtime/spell/eo/main.aap" line
25: Shell command returned 1

Attached patch fixes it.

Regards
-- Dominique

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

To unsubscribe, reply using "remove me" as the subject.
diff -r 24100651daa9 runtime/spell/eo/main.aap
--- a/runtime/spell/eo/main.aap	Tue Mar 23 18:22:46 2010 +0100
+++ b/runtime/spell/eo/main.aap	Mon Apr 12 20:02:39 2010 +0200
@@ -22,7 +22,7 @@
 ../README_eo.txt : README_eo_l3.txt
         :copy $source $target
         # fix missing newline
-        :sys $VIM $target -e -c "set ff=unix" -c wq
+        :sys $VIM -u NONE -e -c "set ff=unix" -c wq $target
 
 #
 # Fetching the files from OpenOffice.org.

Raspunde prin e-mail lui