vimwiki-backup / vimwiki

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

gll not un-indenting as anticipated #416

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a bulleted list

* first bullet
* second bullet

2. Indent the second bullet with the keyboard shortcut glm

* first bullet
        * second bullet

3. Un-indent the second bullet with the keyboard shortcut gll

What is the expected output? What do you see instead?

Expected output:

* first bullet
* second bullet

Actual output

* first bullet
        second bullet

What version of the product are you using? On what operating system?

Using the most recent build of Vimwiki and Vim on both windows XP and Arch 
linux.

Please provide any additional information below.

gll seems to work as intended when you indent to "level 3". For example:

* first bullet
        * second bullet
                * third bullet
becomes

* first bullet
        * second bullet
        * third bullet

Please let me know if this is working as intended, or is not re-producible for 
other users. Thanks for developing such a great wiki software! 

Original issue reported on code.google.com by sk8ing...@gmail.com on 18 Jun 2013 at 5:33