0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added first unittest, a simple lexer COMMENT test More... about 12 years ago
first pass at adding the strip foldmarker options per issue #1. This commit adds the -n and --foldmarker options to the cli. -n will enable the foldmarker removal. The --foldmarker option will allow you to set custom fold markers to strip. More... about 12 years ago
Updated README for 1.2.0 More... about 12 years ago
Fixed state error in the parser that was confusing code with comments. More fixes for setup.py 'test' command. Added better logging control More... about 12 years ago
fix setup.py typo on unittest2 import. Fix previously checked in and broken README.mkd More... about 12 years ago
Initial fix for issue #2. Also an import fix in the vimdown script to make running the vimdown script from inside it's source directory work. More... about 12 years ago
Added, an empty, 'test' command to setup.py. Need to add proper unittest2 harness and migrate the existing tests to use it.' More... about 12 years ago
things are messed, but I need to go to bed. Still working on modularizing the code. More... about 12 years ago
breaking out the parser into its own module More... about 12 years ago
working on a better version. Still needs work before release. More... about 12 years ago
merged More... about 12 years ago
update test vimrc. Remove some cruft from vimdown More... about 12 years ago
Added new lexer and streamlined the parser a bit. The new lexer should also make it easier parse languages besides vim files. Also,things should be faster More... about 12 years ago
update the download url for 1.1.1 More... about 12 years ago
Remove leading/trailing blank lines from code blocks. More... about 12 years ago
Trim some whitespace from README.vim and we know pass pep8 More... about 12 years ago
Adding support for GitHub code fencing More... about 12 years ago
Adding support for GitHub code fencing More... about 12 years ago
testing out GitHub syntax highlighting More... about 12 years ago
update the setup.py to include the download URL and update the README to add a brief install section More... about 12 years ago
add 1.0 release More... about 12 years ago
remove dist directory More... about 12 years ago
update the examples, and render them. More... about 12 years ago
update the examples More... about 12 years ago
update version to 1.0 More... about 12 years ago
don't count tabs as space when parsing blocks More... about 12 years ago
update README More... about 12 years ago
touch up the READMEs More... about 12 years ago
more pep8 More... about 12 years ago
update .gitignore More... about 12 years ago