anasAsh / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Bullets get converted to number lists when editing docs #496

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a bulleted list in a google doc
2. run: google docs edit YOUR_DOC_NAME --editor=vim

What is the expected output? What do you see instead?
The doc was created with bullets, but the vim view shows a numbered list. 
Saving changes to the doc and checking it in Drive shows the bullets were 
changed to a numbered list. I would expect the bullets to be preserved as 
bullets, maybe displaying as asterisks in vim.

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
googlecl 0.9.13
python-gdata 2.0.14
Ubuntu Precise

Original issue reported on code.google.com by dbarn...@google.com on 15 Sep 2012 at 1:01