vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

CTRL+SPACE to tick todo list items breaks in vim 7.4.537 #430

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Steps to reproduce:

1. install vim 7.4.537
2. create a .wiki file containing: „* [ ] testitem“
3. navigate in that line and press CTRL + SPACE

Expected output:
* [X] testitem
Actual output:
* [ ] testitem
(nothing happens)

I'm using Arch Linux and the latest version of vimwiki.

Original issue reported on code.google.com by raigna...@gmail.com on 3 Dec 2014 at 8:49

GoogleCodeExporter commented 8 years ago
It seems like this was a bug in vim, it works again with vim 7.4.567 \o/. Can 
be closed.

Original comment by raigna...@gmail.com on 13 Jan 2015 at 11:09

GoogleCodeExporter commented 8 years ago
Hi I'm on manjaro (arch-derivative), and have vim 7.4.617 installed.
This is a fresh install, and ctrl-space does not work as described in this 
issue.
Any pointers on how to solve this?
Thanks!

Original comment by makim...@gmail.com on 4 Mar 2015 at 11:25

GoogleCodeExporter commented 8 years ago
In case you're using konsole or some other terminal emulator based on 
konsole-part, there's a bug since the port to Qt5 / KDE Frameworks 5 which 
leads to CTRL+Space not being send to the application running in the terminal: 
https://bugs.kde.org/show_bug.cgi?id=341157

Original comment by raigna...@gmail.com on 4 Mar 2015 at 11:33

GoogleCodeExporter commented 8 years ago
gotta say, that was really quick and efficient...
Indeed appreciated...

Original comment by makim...@gmail.com on 4 Mar 2015 at 11:52