| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-05 | Update .travis.yml link to official vim repoHEADmaster | ryanss | 1 | -3/+1 | |
| 2016-01-03 | Fix code block syntax when preceeding line has underscore | ryanss | 1 | -1/+1 | |
| Example: [10838126] | |||||
| 2015-09-26 | Fix opening url links that begin at char 0 in line | ryanss | 1 | -1/+1 | |
| Preceeding `[` was being included in url. Example comment [10318839] | |||||
| 2015-09-05 | Add basic search | ryanss | 3 | -4/+56 | |
| Plugin will now display search results from Algolia search API when optional argument passed to `:HackerNews` command is not an alternative page name (ask, show, etc) or item id. Currently only sorted by popularity with no ability to sort other ways. Close #26 | |||||
| 2015-09-04 | Improve handling of optional arg | ryanss | 5 | -71/+62 | |
| An item_id can now be passed as the optional argument to the `:Hackernews` command which will load that specific item into the .hackernews buffer, whether it be a story, poll, comment thread or individual comment. Ex. `:Hackernews 9015621` Close #35 | |||||
| 2015-08-29 | Syntax fix | ryanss | 1 | -1/+1 | |
| ` 100 years ago` was being highlighted like subtitle in comment thread [10196457] | |||||
| 2015-08-28 | Highlight OP username in comment thread subtitle | ryanss | 1 | -1/+1 | |
| 2015-08-28 | Prevent syntax issues in long threads with code blocks | ryanss | 2 | -5/+4 | |
| Example comments [10114881] | |||||
| 2015-07-24 | Switch syntax to markdown when viewing article text | ryanss | 1 | -0/+4 | |
| 2015-06-28 | Fix apt-get errors during Travis Python3 build | ryanss | 1 | -0/+1 | |
| 2015-06-28 | Fix exception caused by comment items without content | ryanss | 1 | -0/+4 | |
| Example [9772426] | |||||
| 2015-06-17 | Fix runaway italic syntax when no closing underscore | ryanss | 7 | -9/+9 | |
| Example comment [9720796] | |||||
| 2015-04-26 | Release version 0.2 | ryanss | 8 | -7/+46 | |
| 2015-04-06 | Run Flake8 during Travis CI tests | ryanss | 1 | -0/+4 | |
| 2015-04-05 | Fix error when undoing too far | ryanss | 1 | -0/+4 | |
| Remove undo history before story list is written to buffer so it is no longer possible to undo all the way back to an empty buffer which would cause an error in the Python save_pos() and recall_pos() functions. | |||||
| 2015-04-04 | Open different story lists in different buffers | ryanss | 2 | -3/+6 | |
| Before this change trying to open a second, different story list using the optional HackerNews command arugment would not do anything if a .hackernews buffer was already open. | |||||
| 2015-04-03 | Move default settings from ftplugin to plugin | ryanss | 2 | -9/+11 | |
| :HackerNews commands needs `g:hackernews_stories` set before ftplugin code is executed. | |||||
| 2015-04-02 | Set default story list to prevent exception | ryanss | 1 | -0/+5 | |
| Exception only occurs when calling `:edit .hackernews` instead of properly calling the `:HackerNews` command. | |||||
| 2015-04-01 | Show item url on comment page when not HN item | ryanss | 2 | -2/+4 | |
| 2015-03-30 | Fix syntax highlighting issues | ryanss | 2 | -1/+3 | |
| 2015-03-23 | Fix bug opening links when multiple links on same line | ryanss | 1 | -19/+22 | |
| 2015-03-22 | Add tests for different item types | ryanss | 1 | -2/+40 | |
| 2015-03-21 | Fix error rendering `job` items | ryanss | 1 | -1/+2 | |
| 2015-03-20 | Clear OP username syntax match when loading new item | ryanss | 1 | -0/+2 | |
| 2015-03-19 | Add hidden item id links to comment header lines | ryanss | 2 | -3/+3 | |
| 2015-03-17 | Refactor duplicate code in print functions | ryanss | 1 | -39/+8 | |
| 2015-03-12 | Python 3 fixes | ryanss | 2 | -2/+3 | |
| 2015-03-11 | Add test for opening `link` type | ryanss | 1 | -0/+7 | |
| 2015-03-10 | Add test for key remaps | ryanss | 2 | -3/+22 | |
| 2015-03-15 | Merge pull request #31 from joshhartigan/patch-1 | ryanss | 1 | -1/+1 | |
| Add override to HackerNews() function definition | |||||
| 2015-03-15 | override in function definition | Josh Hartigan | 1 | -1/+1 | |
| 2015-03-08 | Add ability to view alternate pages, Closes #27 | ryanss | 6 | -9/+52 | |
| ask, show, shownew, jobs, best, active, newest, noobstories | |||||
| 2015-03-07 | Add text representation of poll results | ryanss | 1 | -3/+11 | |
| 2015-03-09 | Merge pull request #30 from kalekseev/fix-httperror | ryanss | 1 | -1/+1 | |
| Fix HTTPError message | |||||
| 2015-03-09 | Fix HTTPError message | rambominator | 1 | -1/+1 | |
| 2015-03-06 | Refactor duplicate code in link() function | ryanss | 1 | -77/+42 | |
| 2015-03-03 | Add commment thread folding | ryanss | 3 | -1/+32 | |
| 2015-03-02 | Remove use of tabs for comments layout -- spaces only | ryanss | 1 | -4/+5 | |
| 2015-03-01 | Replace <i>italic</i> tags with _italic_ underscores | ryanss | 2 | -1/+3 | |
| 2015-02-28 | Highlight OP username in comment titles | ryanss | 2 | -1/+5 | |
| 2015-02-27 | Fix error rendering links to individual comments | ryanss | 1 | -39/+48 | |
| 2015-02-25 | Save cursor position when using back/forward commands | ryanss | 1 | -2/+6 | |
| 2015-02-24 | Improve helper motions and documentation | ryanss | 3 | -17/+60 | |
| 2015-02-22 | Fix extra blank line above code blocks with +python3 | ryanss | 1 | -1/+4 | |
| 2015-02-22 | Add highlighted links and navigation to article text | ryanss | 1 | -7/+13 | |
| 2015-02-21 | Run Travis tests on Vim with +python and +python3 | ryanss | 2 | -3/+17 | |
| 2015-02-21 | Fix #28 Add Python3 support | ryanss | 2 | -34/+53 | |
| 2015-02-19 | Improve handling of html tags in comments | ryanss | 2 | -15/+24 | |
| Fixes errors trying to view comments for item=8955426 | |||||
| 2015-02-19 | Add motion to move between items on front page easier | ryanss | 3 | -12/+26 | |
| From @alexluecke PR #8 Closes #3 | |||||
| 2015-02-16 | Front page title line now links to item url. Close #4 | ryanss | 2 | -3/+4 | |
| The first line of of each front page item (that contains the title and domain) links to the external url associated with the item. The second line of each item (that contains the points, user, comment count) links to the comments page. This is consistent with how the actual Hacker News front page works. | |||||
