Allow utf8 for keybinds.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 6 Oct 2013 20:57:03 +0000 (22:57 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 6 Oct 2013 21:09:05 +0000 (23:09 +0200)
commit9fd3263bfd4ea794dd9eb81b763b5e94dc93ddda
treeb443580253065e62a35c1d7da7e0d3f8bb84999f
parent14cf6b904c90e32865c29bd0fd42b31de5b4f86d
Allow utf8 for keybinds.

Used some key processing stuff from vim.
19 files changed:
doc/vimb.1
src/ascii.h [new file with mode: 0644]
src/default.h
src/ex.c
src/ex.h
src/hints.c
src/hints.h
src/input.c
src/input.h
src/main.h
src/map.c
src/map.h
src/mode.c
src/mode.h
src/normal.c
src/normal.h
src/pass.c
src/pass.h
src/util.c