aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Use BufReadPost hook for big_file_options.vimTom Ryder2017-11-051-4/+4
* Merge branch 'feature/gvimrc-refa...' into developTom Ryder2017-11-051-5/+10
|\
| * Set 'guioptions' flag by flagTom Ryder2017-11-041-3/+8
| * Use variable setting approach for 'guifont'Tom Ryder2017-11-041-2/+2
* | Merge branch 'feature/plugin-shor...' into developTom Ryder2017-11-058-207/+236
|\ \
| * | Add short-circuit boilerplate to pluginsTom Ryder2017-11-047-199/+228
| * | Simplify shell linting code with single varsTom Ryder2017-11-041-8/+8
| |/
* | Limit search highlighting hooks to Vim >= 7.1Tom Ryder2017-11-051-1/+1
* | Add explanatory note for choosing imperfect remapTom Ryder2017-11-051-1/+4
|/
* Merge branch 'feature/space-dots' into developTom Ryder2017-11-043-5/+5
|\
| * Use spaces around concat dots in VimL consistentlyTom Ryder2017-11-043-5/+5
* | Adjust plugin code layout a lotTom Ryder2017-11-0424-67/+149
|/
* Merge branch 'feature/spin-vim-plug' into developTom Ryder2017-11-0420-194/+326
|\
| * Rename toggle plugin again, use commands not funcsTom Ryder2017-11-045-74/+68
| * Add short documentation for new custom pluginsTom Ryder2017-11-046-0/+77
| * Use same comment boilerplate for custom pluginsTom Ryder2017-11-046-3/+25
| * Check 'eval' feature for loading command_typos.vimTom Ryder2017-11-041-1/+1
| * Wrap detect_background.vim func call in 'silent!'Tom Ryder2017-11-041-1/+1
| * Rename and refactor option toggle pluginTom Ryder2017-11-042-54/+51
| * Don't suggest mappings in Vim plugin commentsTom Ryder2017-11-044-6/+0
| * Move Vim background detection logic into pluginTom Ryder2017-11-042-25/+20
| * Spin 'fo' toggle out into new flag toggler pluginTom Ryder2017-11-042-27/+62
| * Spin copyable linebreak config into new pluginTom Ryder2017-11-042-34/+40
| * Spin stable join config out into new pluginTom Ryder2017-11-042-21/+30
| * Use <Plug> prefix, make space strip configurableTom Ryder2017-11-042-4/+8
| * Rename a misnamed variable in big_file.vimTom Ryder2017-11-041-4/+4
| * Rename bigfile plugin to big_fileTom Ryder2017-11-042-13/+13
| * Move trailing space strip config into pluginTom Ryder2017-11-031-0/+0
| * Separate command typos config to pluginTom Ryder2017-11-032-15/+14
* | Check for 'eval' feature before mapleader :letTom Ryder2017-11-041-2/+4
* | Add lint mapping for VimscriptTom Ryder2017-11-041-0/+5
* | Specify scope of mapleader variablesTom Ryder2017-11-041-2/+2
* | Use underscore as local map leaderTom Ryder2017-11-041-0/+3
* | Add check and lint mappings for shell scriptTom Ryder2017-11-041-0/+22
* | Add tidy mapping for HTMLTom Ryder2017-11-041-0/+4
* | Break long lines in check/lint/tidy mappingsTom Ryder2017-11-042-5/+12
* | Make all lint/check/tidy maps local and silentTom Ryder2017-11-042-5/+5
* | Improve comments on check/lint/tidy mapsTom Ryder2017-11-032-4/+4
* | Use long form options for tidy(1) Vim callTom Ryder2017-11-031-2/+2
* | Use direct :write !cmd instead of shellescape()Tom Ryder2017-11-032-17/+7
* | Use full ':execute' not just ':exe' in VimLTom Ryder2017-11-032-3/+3
* | Check for availability of Vim shellescape()Tom Ryder2017-11-032-10/+17
* | Revert "Adjust UrlLink() to yank word without t...Tom Ryder2017-11-031-3/+1
* | Adjust UrlLink() to yank word without text objectsTom Ryder2017-11-031-1/+3
* | Refactor UrlLink() function normal! commandsTom Ryder2017-11-031-2/+10
* | Use single quotes for HTML link mapping :executeTom Ryder2017-11-031-2/+2
* | Refactor HTML tidy(1) mappingTom Ryder2017-11-031-1/+4
* | Use <Leader>/<LocalLeader> correctly in Vim configTom Ryder2017-11-039-18/+18
* | Merge branch 'hotfix/v0.4.2' into developTom Ryder2017-11-031-8/+13
|\ \
| * | Require eval feature for netrw opts assignmentTom Ryder2017-11-031-8/+13