| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 1 | -2/+2 | |
| 2015-03-17 | Refactor duplicate code in print functions | ryanss | 1 | -39/+8 | |
| 2015-03-08 | Add ability to view alternate pages, Closes #27 | ryanss | 1 | -7/+13 | |
| ask, show, shownew, jobs, best, active, newest, noobstories | |||||
| 2015-03-07 | Add text representation of poll results | ryanss | 1 | -3/+11 | |
| 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-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 | 1 | -0/+2 | |
| 2015-02-28 | Highlight OP username in comment titles | ryanss | 1 | -0/+4 | |
| 2015-02-27 | Fix error rendering links to individual comments | ryanss | 1 | -39/+48 | |
| 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 | Fix #28 Add Python3 support | ryanss | 1 | -23/+38 | |
| 2015-02-19 | Improve handling of html tags in comments | ryanss | 1 | -15/+20 | |
| Fixes errors trying to view comments for item=8955426 | |||||
| 2015-02-16 | Front page title line now links to item url. Close #4 | ryanss | 1 | -2/+2 | |
| 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. | |||||
| 2015-02-10 | Remove unwanted extra blank lines around code blocks | ryanss | 1 | -4/+5 | |
| 2015-02-10 | Fix typo | ryanss | 1 | -1/+1 | |
| 2015-02-10 | Wait for :HackerNews command to load python code Fixes #22 | ryanss | 1 | -0/+314 | |
| Once you import a python module into an instance of vim it does not get reloaded when a plugin manager updates the plugin. This can cause errors when, for example, a new function is added to the python module and updated vim code is trying to call it. This commit does two things: 1) Does not load the python code until the :HackerNews command is called. There is no need to load the python code during vim startup if the plugin will not be used. 2) Each time the :HackerNews command is issued and a .hackernews buffer is opened the python code is reloaded to avoid the errors previously mentioned. | |||||
