| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Remove newline from end of code-block regex
|
|
There isn't always a newline after </pre>
|
|
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.
|
|
|
|
|
|
Some colorschemes (ex. Solarized) have defined the `Ignore` syntax
highlight group to not be hidden so we need to make sure this group gets
hidden properly in both gui and terminal environments.
|
|
|
|
|
|
|
|
|
|
Use raw string literal to add vim script path to python system path
so it doesn't escape single backslash characters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deleted comments do not have a 'user' key
|
|
|
|
|
|
|