Open GoogleCodeExporter opened 9 years ago
Might be of interest: I'm connected through ssh. It's a headless machine.
Original comment by daniel.b...@gmx.de
on 5 May 2011 at 7:50
Upgrading to the latest vimball version
(http://www.vim.org/scripts/script.php?script_id=1502) fixed the installation
problems using vimball.
However, the error running :ConqueTerm bash remains.
Original comment by daniel.b...@gmx.de
on 5 May 2011 at 8:04
It seems like I can actually run commands in the ConqueTerm, However, I neither
see my input nore the output from the commands. Running "touch test" however
will create the test file.
Original comment by daniel.b...@gmx.de
on 5 May 2011 at 8:07
I just had this problem and after building with the --with-features=huge
option, it is working. Seems like a plain vanilla build doesn't include the
feature that allows you to use file encodings.
Try ":set encoding" and you should see "E519: Option not supported: encoding"
Original comment by recursiv...@gmail.com
on 12 Jun 2011 at 9:47
The enabled features for my two builds. Right side is working, left side does
not work with ConqueTerm.
-arabic | +arabic
+builtin_terms | ++builtin_terms
-conceal | +conceal
-cscope | +cscope
-emacs_tags | +emacs_tags
-farsi | +farsi
-iconv | +iconv
-keymap | +keymap
-langmap | +langmap
-mouse_dec | +mouse_dec
-mouse_netterm | +mouse_netterm
-multi_byte | +multi_byte
-profile | +profile
-rightleft | +rightleft
Original comment by recursiv...@gmail.com
on 12 Jun 2011 at 9:56
Thanks for the extra info. Conque definitely won't work without some features
such as "keymap".
I'll add some more useful error messages in the system checks.
Original comment by nicora...@gmail.com
on 16 Jun 2011 at 7:27
I just had this had this same problem on OSX 10.6.8. Rebuilding vim with
--with-features=huge and --enable-pythoninterp=yes fixed it.
Original comment by JRH...@gmail.com
on 14 Jan 2012 at 11:02
Original issue reported on code.google.com by
daniel.b...@gmx.de
on 5 May 2011 at 7:47