| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-28 | Prevent syntax issues in long threads with code blocks | ryanss | 1 | -3/+0 | |
| Example comments [10114881] | |||||
| 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-04 | Open different story lists in different buffers | ryanss | 1 | -1/+4 | |
| 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 | 1 | -0/+11 | |
| :HackerNews commands needs `g:hackernews_stories` set before ftplugin code is executed. | |||||
| 2015-03-30 | Fix syntax highlighting issues | ryanss | 1 | -0/+3 | |
| 2015-03-15 | override in function definition | Josh Hartigan | 1 | -1/+1 | |
| 2015-03-08 | Add ability to view alternate pages, Closes #27 | ryanss | 1 | -1/+17 | |
| ask, show, shownew, jobs, best, active, newest, noobstories | |||||
| 2015-02-10 | Wait for :HackerNews command to load python code Fixes #22 | ryanss | 1 | -18/+4 | |
| 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 | -1/+1 | |
| 2015-02-08 | Fix #16 Enable `filetype plugin` and `syntax` options | ryanss | 1 | -0/+5 | |
| If `filetype plugin` is off the key remaps defined in `ftplugin/hackernews.vim` won't be loaded and pressing `o` will just create a new line instead of following links. | |||||
| 2015-02-08 | Fix #9 ImportError on Windows | ryanss | 1 | -1/+1 | |
| Use raw string literal to add vim script path to python system path so it doesn't escape single backslash characters. | |||||
| 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/+12 | |
| 2015-02-06 | Add opening links with default web browser | ryanss | 1 | -5/+0 | |
| 2015-01-12 | Add readability parsing for reading linked pages | ryanss | 1 | -3/+4 | |
| 2015-01-10 | Add syntax highlighting of comment headers | ryanss | 1 | -0/+3 | |
| 2015-01-06 | Add story function with nested comments | ryanss | 1 | -0/+4 | |
| 2015-01-05 | Initial commit | ryanss | 1 | -0/+10 | |
