aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'hotfix/v0.4.1' into developTom Ryder2017-11-031-2/+2
|\|
| * Don't show search option state on mode changesTom Ryder2017-11-031-2/+2
* | Move misplaced command.vim fileTom Ryder2017-11-032-40/+3
|/
* Merge branch 'feature/vim-plugin' into developTom Ryder2017-11-023-28/+72
|\
| * Have bigfileturn local syntax off (configurably)Tom Ryder2017-11-021-0/+10
| * Make bigfile 'synmaxcol' setting configurableTom Ryder2017-11-021-2/+7
| * Refactor plugin function for dependency injectionTom Ryder2017-11-021-13/+21
| * Rename variable and autocmd to use plugin prefixTom Ryder2017-11-021-4/+4
| * Make bigfile size variable an option with defaultTom Ryder2017-11-021-2/+4
| * Expand comment header for bigfile.vimTom Ryder2017-11-021-1/+8
| * Move Vim big file options config into pluginTom Ryder2017-11-022-0/+12
* | Move 'tildeop' setting to new case.vim fileTom Ryder2017-11-011-0/+0
* | Move 'shellpipe' setting to more logical locationTom Ryder2017-11-012-3/+3
* | Make 'shellslash' setting conditional on featureTom Ryder2017-11-011-0/+39
|/
* Correct variable name in commentTom Ryder2017-11-011-3/+2
* Remove extraneous spacing between wordsTom Ryder2017-11-011-1/+1
* Reload indent global defaults before each filetypeTom Ryder2017-10-313-0/+9
* Use clunkier, more compatible indent option resetTom Ryder2017-10-311-6/+5
* Remove duplicated 'encoding' Vim configurationTom Ryder2017-10-311-5/+0
* Complete a partially-written commentTom Ryder2017-10-311-1/+1
* Show Vim option values after leader-key toggleTom Ryder2017-10-305-13/+12
* Toggle Vim 'hlsearch' and 'incsearch' locallyTom Ryder2017-10-301-4/+4
* Note that StripTrailingWhitespace() does whole docTom Ryder2017-10-301-1/+1
* Move 'joinspaces' Vim config to join subfileTom Ryder2017-10-302-4/+3
* Reimplement stable normal-mode J join mappingTom Ryder2017-10-301-4/+24
* Add some comments to 'formatoptions' switchingTom Ryder2017-10-301-0/+10
* Move execution out of 'formatoptions' conditionalTom Ryder2017-10-301-2/+3
* Use full `execute` command, not `exec`Tom Ryder2017-10-301-2/+2
* Use clearer method for 'formatoptions' flag toggleTom Ryder2017-10-301-2/+5