Thursday, July 17, 2014

Re: eVim - easy Vim - How to make it work on Ubuntu?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On July 18, 2014 10:14:26 AM GMT+03:00, Igor Forca <igor2x@gmail.com> wrote:
>@ZyX, on my Windows machine I have cleaned-up _vimrc all of this
>Windows specifics. For test the only command in my _vimrc is: "set
>nocompatible". I even opened vim and execute command: e $MYVIMRC to see
>if this file really opens up and takes effect and it does. So no
>Windows specific shortcuts in _vimrc and all of described WORKS
>successfully on Vim for Windows. But the same does not on Linux
>(Ubuntu, Suse).
>
>@John Little, I tried starting "vim -u NONE -y file" but still no
>success, the only shortcuts working is CTRL+A and CTRL+arrow_keys. The
>same problem on Ubuntu/Suse. Exactly the same as with only "vim -y
>myfile".
>
>@John Little, about "bonus question": I can't just close down with
>ALT+F4, I am using headless = no GUI = terminal only server.
>
>
>Additional test:
>I have now also checked the same on "Ubuntu 14.04 Desktop" and having
>exactly the same problem with both starting commands (vim -y myfile
>and vim -u NONE -y myfile), exactly the same problem. I have also
>added only "set nocompatible" command in .vimrc file.
>
>--
>--
>You received this message from the "vim_use" 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
>
>---
>You received this message because you are subscribed to the Google
>Groups "vim_use" group.
>To unsubscribe from this group and stop receiving emails from it, send
>an email to vim_use+unsubscribe@googlegroups.com.
>For more options, visit https://groups.google.com/d/optout.

Can you try explicit

source $VIMRUNTIME/mswin.vim

in the vimrc? It should show E484 (in case file was removed from distribution, which is rather strange if true) or just work. Maybe evim.vim was just patched to not source mswin.vim.

Another variant is that you are using tiny version of vim with patched evim.vim (as it will show lots of errors without +eval without patching). Can you post 'vim --version'?
-----BEGIN PGP SIGNATURE-----
Version: APG v1.1.1

iQI1BAEBCgAfBQJTyL2XGBxaeVggPHp5eC52aW1AZ21haWwuY29tPgAKCRCf3UKj
HhHSvjWyD/4p9r0EM+1DQ9Hb9AloZl8Jh9IU+f8618v+yp437RC265r0icHqgshn
65udKKyqD4Vx9Ay4Rxe46eUnOJuSbqKuhZ6ZYHdxN4vaj7nDWnSiTfr1jN/prID+
cG9gab3rUVX/8tZnT6lgNHkYDdCXhMdRwXN6LW3nA5WYUcqtBCLKMOU7+BBfqM/L
2/0uazezcJjUZQh0+tZS6DIwYgM8p/ZpacwKEuqdGs/gEnGqxdicbYZldAUc79xx
4jWwKF5ZRgXUUPmdwPGhU4RuQhFxYJ+d/72CCLjLcitoVOzrfwzQDYW19HT3LtuP
jy45H7gdn/Sh+B99HCV6+KHxat0cQlQ46uICiDoBFLVwokQ7QBMc/NeHWek8k15E
Bgw/koLuOvNyfHErhimDhAdBsO+rBQkv2/ozmS5WMMFApMGPLORXNK29AKUctnLk
NLajoIDgTQ8wFPdJZ9SQ1CwvbDbvFLhfHPkLK2CthMThiMt0QMgT/5elfiogZIIn
4seyOLEMSHySrCL1jFBICJnRu/8ItYi++9orLVinCytHyETSuRpL7CBQfebef26M
gvqmXA/1ZBbBuk5vslDlemm3RRy4vtBy8jSwA0PZbTnJRSTPmWyBLJvPRboPTySj
y4hGHiF96Gtrfr7JCk42mTBQ86ABTIvBbRmChiJ3SLW8hKOG4cjq9g==
=s9sf
-----END PGP SIGNATURE-----

--
--
You received this message from the "vim_use" 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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: