itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Hotkey for left view doesn't work #167

Closed fuelen closed 4 years ago

fuelen commented 4 years ago

I can use "zoom" view but unable to go back. My config if needed

$ LC_ALL=C nvim --version
NVIM v0.4.3
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.4.3/src -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info
itchyny commented 4 years ago

What does :map < output?

fuelen commented 4 years ago

Знімок екрану Deepin_вибрати-область_20200427104215

fuelen commented 4 years ago

Weird. It works from terminal, but doesn't work in https://github.com/equalsraf/neovim-qt

itchyny commented 4 years ago

I builded neovim-qt and tried minimal setup (only calendar.vim installed) but can't reproduce this issue.

fuelen commented 4 years ago

neovim-qt version from official arch linux repositories contains this bug, but latest version from master works well :tada: Thank you for help!