| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
* release/v1.33.0:
Bump VERSION
Add handling for older sh.vim syntax g:is_posix
Add my own ftplugin for awk
Don't quote first and last lines of range if blank
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
An official one only got added in early 2016, and it does almost
nothing; may as well implement my own instead.
|
| |
| |
| |
| |
| | |
This allows quoting paragraphs and blocks using { } and similar motions,
doing what I mean.
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.32.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.32.0:
Bump VERSION
Add \m 'magic' setting to mail headers jump
Add reformatting analogue to quote mappings
Don't default <Plug>(InsertCancel)
Reformat comment in wildignore.vim
Make a filetype.vim comment consistent
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
This is because Vim's search() function checks the value of 'magic' to
decide how to interpret the pattern. It's crazy to have this option off,
but best to be explicit about it anyway.
|
| | |
|
| |
| |
| |
| | |
This causes problems on vimrc reload.
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.31.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.31.0:
Bump VERSION
Add shebang_create_exec.vim plugin
Add missing <buffer> to mail quote unmaps
Update plugins
Remove pattern \m where not needed for 'magic'
Simplify/correct Korn shell shebang matching
Use non-capturing groups in VimL where appropriate
Use \= in preference to \+ in VimL patterns
Add plugin file for setting 'wildignore'
Update auto_cache_dirs.vim plugin
Check for +autocmd before gitcommit ftplugin hooks
Adaptive 'colorcolumn' for gitcommit filetype
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
mksh93 is not valid; neither is pdksh93.
|
| | |
|
| |
| |
| |
| | |
It comes first in the documentation.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.30.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.30.0:
Bump VERSION
Revert "Remove :nohlsearch from vimrc"
Spin off vimrc_reload_filetype.vim
Add mail quote maps for gitcommit and markdown
Expand and comment quoting functions
Change mail quoting to generic autoload function
Remove bell settings from .gvimrc
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
This reverts commit 8640888fdfdee047e4f40df4a1a89510330f1fe4.
This is still necessary, and I'm not sure why I thought it wasn't...
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
I intend to use it elsewhere.
|
| |
| |
| |
| | |
Reflects changes made in commit 35ba8df.
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.29.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.29.0:
Bump VERSION
Adjust syntax settings in .vimrc
Adjust mapping comment for consistency
Add and configure digraph_search.vim plugin
Increase Vim mapping 'timeout' to 3 seconds
|
| |/ |
|
| |
| |
| |
| |
| | |
If syntax had already been switched on by a system vimrc (boo! hiss!),
my colorscheme or 'background' setting doesn't get loaded.
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.28.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.28.0:
Bump VERSION
Upgrade diff_prune.vim ftplugin
Replace mail.vim quoting mappings
Upgrade put_blank_lines.vim plugin
Remove :nohlsearch from vimrc
Move to after headers when writing new mail
Rename and refine reload_vimrc_filetype.vim
Remove visual mode space/backspace remap
Move .vimrc reloading stuff into custom plugin
Add missing angle bracket for Vim ftplugin undo
Remove bell disabling in Vim
Simplify 'shortmess' settings
Disable 'spellcapcheck' for README.md files
Check for 'spell' feature in ftplugins
Add ftplugin for tmux
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This doesn't actually appear to be necessary.
|