diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-16 10:40:45 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-16 19:54:57 -0300 |
commit | a53f784738647f1327aca1a3e42f348ec13ef699 (patch) | |
tree | e421dc789d059d1f725787f126a8543123a84f1b /src/buffer.c | |
parent | 937922271a6039866ceee9800664cab3519ef3ef (diff) | |
download | rneovim-a53f784738647f1327aca1a3e42f348ec13ef699.tar.gz rneovim-a53f784738647f1327aca1a3e42f348ec13ef699.tar.bz2 rneovim-a53f784738647f1327aca1a3e42f348ec13ef699.zip |
Handle special KE_EVENT case where maxlen < 3
Possible bug reported by @oni-link [here](https://github.com/neovim/neovim/pull/485/files#r11664573).
It was handled by doing a circular walk through a key buffer and saving the
index between calls with a static variable.
Also replaced some `char_u` occurrences by `uint8_t` and removed unused
headers in input.c module.
Diffstat (limited to 'src/buffer.c')
0 files changed, 0 insertions, 0 deletions