AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Conque mess up my keymaps #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
When I have conque-term.vim in my plugin folder some of my keymaps are
messed up.
These keymap use the <C-M> most of the time as the modifier keys.
If I moe conque-term.vim from the plugin folder and restart my keymaps are
there again working perfectly.
I have attached two screenshots showing, at the end of the keymaps list,
some funny characters in my mapping in some shortcuts, for the worng one.
The other file shows how it should be looking.

What version of the product are you using? On what operating system?
Conque 1.0
Vim 7.1

Please provide any additional information below.

Original issue reported on code.google.com by pablog...@gmail.com on 26 May 2010 at 4:09

Attachments:

GoogleCodeExporter commented 8 years ago
Odd.

Try removing or commenting out line 83 from plugin/conque_term.vim:

setlocal encoding=utf-8

I'll be testing to see if conque behaves badly in other encodings.

Original comment by nicora...@gmail.com on 26 May 2010 at 5:48

GoogleCodeExporter commented 8 years ago
Yep that was the problem, removing the support for utf-8 solved it.
Thanks

Original comment by pablog...@gmail.com on 27 May 2010 at 11:08

GoogleCodeExporter commented 8 years ago
Fix released with 1.1

Original comment by nicora...@gmail.com on 28 May 2010 at 5:58