summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-15Fix #10 Remap `gx` to use hackernews.link() functionryanss1-0/+1
2015-02-15Add Travis CI badge to READMEryanss1-1/+1
2015-02-15Add basic tests and Travis integration. Close #24ryanss2-0/+73
2015-02-10Syntax regex fixryanss1-1/+1
2015-02-10Syntax regex improvementryanss1-1/+1
2015-02-10Fix syntax regex to match "_an_ hour ago"ryanss1-2/+2
2015-02-10Remove unwanted extra blank lines around code blocksryanss2-5/+6
2015-02-10Improve specificity of syntax match regexryanss1-1/+1
2015-02-10Fix typoryanss1-1/+1
2015-02-10Wait for :HackerNews command to load python code Fixes #22ryanss3-28/+36
2015-02-09Save cursor position when moving back/forward #11ryanss3-1/+27
2015-02-09Fix code block syntax region regexryanss1-1/+1
2015-02-09Merge pull request #18 from SimonWoolf/masterryanss1-1/+1
2015-02-09Remove newline from end of code-block regexSimon Woolf1-1/+1
2015-02-08Fix #16 Enable `filetype plugin` and `syntax` optionsryanss1-0/+5
2015-02-08Improve handling of job items and Ask HN itemsryanss2-12/+63
2015-02-08Fix #15 Error setting ctermfg=bg when ctermbg=NONEryanss1-5/+10
2015-02-08Fix #12 Force `Ignore` highlight group to be hiddenryanss1-0/+8
2015-02-08Improve HTTP Error informationryanss1-0/+9
2015-02-08Fix #5 Timeout HTTP requests after 5 scondsryanss1-7/+24
2015-02-08Fix handling of Hacker News links in comments and articlesryanss1-1/+1
2015-02-08Only remap `o` inside the .hackernews bufferryanss1-2/+2
2015-02-08Fix #9 ImportError on Windowsryanss1-1/+1