summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Update .travis.yml link to official vim repoHEADmasterryanss1-3/+1
2016-01-03Fix code block syntax when preceeding line has underscoreryanss1-1/+1
2015-09-26Fix opening url links that begin at char 0 in lineryanss1-1/+1
2015-09-05Add basic searchryanss3-4/+56
2015-09-04Improve handling of optional argryanss5-71/+62
2015-08-29Syntax fixryanss1-1/+1
2015-08-28Highlight OP username in comment thread subtitleryanss1-1/+1
2015-08-28Prevent syntax issues in long threads with code blocksryanss2-5/+4
2015-07-24Switch syntax to markdown when viewing article textryanss1-0/+4
2015-06-28Fix apt-get errors during Travis Python3 buildryanss1-0/+1
2015-06-28Fix exception caused by comment items without contentryanss1-0/+4
2015-06-17Fix runaway italic syntax when no closing underscoreryanss7-9/+9
2015-04-26Release version 0.2ryanss8-7/+46
2015-04-06Run Flake8 during Travis CI testsryanss1-0/+4
2015-04-05Fix error when undoing too farryanss1-0/+4
2015-04-04Open different story lists in different buffersryanss2-3/+6
2015-04-03Move default settings from ftplugin to pluginryanss2-9/+11
2015-04-02Set default story list to prevent exceptionryanss1-0/+5
2015-04-01Show item url on comment page when not HN itemryanss2-2/+4
2015-03-30Fix syntax highlighting issuesryanss2-1/+3
2015-03-23Fix bug opening links when multiple links on same lineryanss1-19/+22
2015-03-22Add tests for different item typesryanss1-2/+40
2015-03-21Fix error rendering `job` itemsryanss1-1/+2
2015-03-20Clear OP username syntax match when loading new itemryanss1-0/+2
2015-03-19Add hidden item id links to comment header linesryanss2-3/+3
2015-03-17Refactor duplicate code in print functionsryanss1-39/+8
2015-03-12Python 3 fixesryanss2-2/+3
2015-03-11Add test for opening `link` typeryanss1-0/+7
2015-03-10Add test for key remapsryanss2-3/+22
2015-03-15Merge pull request #31 from joshhartigan/patch-1ryanss1-1/+1
2015-03-15override in function definitionJosh Hartigan1-1/+1
2015-03-08Add ability to view alternate pages, Closes #27ryanss6-9/+52
2015-03-07Add text representation of poll resultsryanss1-3/+11
2015-03-09Merge pull request #30 from kalekseev/fix-httperrorryanss1-1/+1
2015-03-09Fix HTTPError messagerambominator1-1/+1
2015-03-06Refactor duplicate code in link() functionryanss1-77/+42
2015-03-03Add commment thread foldingryanss3-1/+32
2015-03-02Remove use of tabs for comments layout -- spaces onlyryanss1-4/+5
2015-03-01Replace <i>italic</i> tags with _italic_ underscoresryanss2-1/+3
2015-02-28Highlight OP username in comment titlesryanss2-1/+5
2015-02-27Fix error rendering links to individual commentsryanss1-39/+48
2015-02-25Save cursor position when using back/forward commandsryanss1-2/+6
2015-02-24Improve helper motions and documentationryanss3-17/+60
2015-02-22Fix extra blank line above code blocks with +python3ryanss1-1/+4
2015-02-22Add highlighted links and navigation to article textryanss1-7/+13
2015-02-21Run Travis tests on Vim with +python and +python3ryanss2-3/+17
2015-02-21Fix #28 Add Python3 supportryanss2-34/+53
2015-02-19Improve handling of html tags in commentsryanss2-15/+24
2015-02-19Add motion to move between items on front page easierryanss3-12/+26
2015-02-16Front page title line now links to item url. Close #4ryanss2-3/+4