| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-17 | Fix runaway italic syntax when no closing underscore | ryanss | 1 | -1/+1 | |
| Example comment [9720796] | |||||
| 2015-04-26 | Release version 0.2 | ryanss | 1 | -1/+1 | |
| 2015-04-03 | Move default settings from ftplugin to plugin | ryanss | 1 | -9/+0 | |
| :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-03-12 | Python 3 fixes | ryanss | 1 | -1/+2 | |
| 2015-03-10 | Add test for key remaps | ryanss | 1 | -2/+2 | |
| 2015-03-03 | Add commment thread folding | ryanss | 1 | -1/+30 | |
| 2015-02-25 | Save cursor position when using back/forward commands | ryanss | 1 | -2/+6 | |
| 2015-02-24 | Improve helper motions and documentation | ryanss | 1 | -11/+25 | |
| 2015-02-21 | Fix #28 Add Python3 support | ryanss | 1 | -11/+15 | |
| 2015-02-19 | Add motion to move between items on front page easier | ryanss | 1 | -0/+17 | |
| From @alexluecke PR #8 Closes #3 | |||||
| 2015-02-15 | Fix #10 Remap `gx` to use hackernews.link() function | ryanss | 1 | -0/+1 | |
| The hackernews.link(external=True) function works better than the default `gx` functionality. By default, `gx` will sometimes not work on urls surrounded by brackets/braces/parenthesis, and will not work on urls spanning multiple lines. The hackernews.link() function does not have these issues. | |||||
| 2015-02-10 | Wait for :HackerNews command to load python code Fixes #22 | ryanss | 1 | -4/+26 | |
| 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. | |||||
| 2015-02-09 | Save cursor position when moving back/forward #11 | ryanss | 1 | -0/+7 | |
| 2015-02-08 | Only remap `o` inside the .hackernews buffer | ryanss | 1 | -2/+2 | |
| 2015-02-07 | Release version 0.1.1 | ryanss | 1 | -1/+1 | |
| 2015-02-07 | Release version 0.1 | ryanss | 1 | -0/+1 | |
| 2015-02-07 | Add Roadmap and Contribution sections to README | ryanss | 1 | -0/+9 | |
| 2015-02-06 | Add opening links with default web browser | ryanss | 1 | -0/+2 | |
