| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Put options up the top, starting with core ones and then
feature-dependent ones, in alphabetical order, then mappings, then
digraphs, then plugin-specific settings.
|
|
|
|
| |
This is the default anyway.
|
| |
|
|
|
|
| |
This is the default anyway.
|
| |
|
|
|
|
|
|
| |
These blocks are to exclude vim-tiny from trying to run :let commands,
which it can't do; the usual way this seems to be turned off is checking
the value "1", rather than the 'eval' feature.
|
|
|
|
| |
On Unix, 'undolevels' defaults to 1000, and 'undofile' defaults to off.
|
|
|
|
| |
I don't think this has ever actually caused or fixed a problem.
|
|
|
|
| |
More over-setting, for a problem I'm not sure I ever actually had.
|
|
|
|
|
| |
It defaults to on based on the terminal type, which seems pretty
sensible, and seems to work fine with my tmux settings.
|
|
|
|
|
| |
The other three that I've removed are almost certainly better in
filetype plugins.
|
|
|
|
|
| |
'paste' is off by default, obviously, and a terser comment can describe
'pastetoggle'.
|
|
|
|
|
| |
'scrolloff' defaults to 0 anyway, and I don't often run into
'sidescrolloff' at all.
|
|
|
|
| |
These seem like antipatterns, on reflection.
|
| |
|
|
|
|
|
| |
'list', 'number', and 'spell' all default to off with a .vimrc, so they
don't need to be set and can just have the mapping.
|
|
|
|
| |
I nearly never use completion anyway, so best just to leave this out.
|
| |
|
|
|
|
| |
It defaults to being on in Vim.
|
|
|
|
| |
I don't actually look at the keys I'm entering that often, if ever.
|
|
|
|
|
| |
I don't think I can actually remember an instance of having needed to
recall beyond the 50th command or search pattern.
|
|
|
|
| |
I never use it.
|
|
|
|
|
| |
The default is fine, since any backups will be tucked away in a
directory chosen by auto_cache_dirs.vim anyway, if possible.
|
| |
|
|
|
|
|
|
| |
I love the way this works when writing mail, and find myself missing it
when writing Git commits that include block quotes. This is ported from
ftplugin/mail.vim.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'backup' is off by default, and :help 'writebackup' recommends against
disabling it:
> WARNING: Switching this option off means that when Vim fails to write
> your buffer correctly and then, for whatever reason, Vim exits, you
> lose both the original file and what you were writing. Only reset
> this option if your file system is almost full and it makes the write
> fail (and make sure not to exit Vim until the write was successful).
The auto_cache_dirs.vim plugin turns this on if it sensibly can, anyway.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
* hotfix/v0.56.1:
Bump VERSION
Add missing !
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v0.56.0:
Bump VERSION
Update plugins
Update big_file_options.vim
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* release/v0.55.0:
Bump VERSION
Update auto_cache_dirs.vim
Update markdown_autoformat.vim
Update insert_suspend_hlsearch.vim
Use autoload function for tidy filters
Refine compiler#Make() function
Use autoload function for temp-makeprg :lmake
Add local copy of php.vim compiler
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* release/v0.54.0:
Regenerate dotfiles(7) manual
Bump VERSION
Add note about compiler scripts
Arrange for tidiers to hold window position
Update markdown_autoformat.vim
Update surround.vim
Completely overhaul after/ftplugin files
Use short-circuit for no-mapping check
Correct g:current_compiler setting
Consistently require 'nocompatible' for ftplugins
Upgrade insert_suspend_hlsearch.vim
Use `function!` consistently in ftplugins
Fix comments in vim/filetype.vim
Set 'comments' blank by default
Add Xresources filenames
Add more names to Vim Bash types
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* release/v0.53.0:
Bump VERSION
Correct comment on 'shm' i
Remove redundant NR==1 in awk(1) call
Refactor tilde and extension stripping
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* release/v0.52.0:
Bump VERSION
Use proper version test for 'fo' j
Check for +unix before binding date commands
Correct Mutt filename pattern
Add Ruby shebang
Don't require num suffix to Python shebang word
Accept "5" as suffix to Perl shebang word
Add TCL shebang handling
Lots of extension to filetype.vim
Rename terminfo files to *.ti extension
Add .wgetrc Vim filetype
Add crontab(5) Vim filetype
Apply t_cm hack to Makefile Vim invocation
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* release/v0.51.0:
Update VERSION
Update markdown_autoformat.vim
Use uppercase letters in <C-A>, <C-B> consistently
Define `self` var for mim(1df)
Update strip_trailing_whitespace.vim plugin
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* release/v0.50.0:
Bump VERSION
Update redact_pass.vim plugin again
Update redact_pass.vim plugin
Update copy_linebreak plugin
Set some more 'listchars' options
Replace mail_mutt.vim with mim(1df)
Include .gvimrc patterns for vim filetype
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* release/v0.49.0:
Bump VERSION
Remove vestigial comment from .vimrc
Remove duplicate 'encoding' setting
Remove 'backupskip' setting
Inline some option flag comments
Add a little more syntax context
Move syntax block up
Check for 'formatlistpat' option existence
Correct ksh pattern
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* hotfix/v0.48.2:
Bump VERSION
Remove duplicate 'encoding' setting
|
|\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* release/v0.56.0:
Bump VERSION
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* release/v0.55.0:
Bump VERSION
|