| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* release/v1.47.0:
Bump VERSION
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.46.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.46.0:
Bump VERSION
Strip generic greetings from quoted mail
Make cursor start heuristics for mail smarter
Use ^= instead of += for arbitrary text options
Add explicit LC_COLLATE settings to plmu(1df)
Remove markdown_autoformat.vim ftplugin
Strip a trailing space
Use pman as 'keywordprg' for PHP
Remove surround.vim's insert mode maps
Let's try leaving netrw on again for a bit
|
| |/ |
|
| | |
|
| |
| |
| |
| | |
Move immediately below the first thing we might want to reply to
|
| |
| |
| |
| |
| |
| |
| | |
This avoids an edge case where arbitrary text at the end of a directory
name or flag:value disrupts the meaning of the added object. This was
already applied for 'backupdir', 'directory', and 'undodir', but it
needed to be added in a couple of other places too.
|
| |
| |
| |
| |
| | |
This prevents it getting upset if the sorting for the ignore list used a
different collation.
|
| |
| |
| |
| | |
It's pretty clumsy and doesn't really work that well.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.44.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.44.0:
Bump VERSION
Update cursorline_current.vim plugin to hotfix
Spin cursorline_current.vim out into plugin
Make insert-mode cursorline ducking configurable
Remove conditionals for 'cursorline' hooks
Remove illegal :wincmd range prefix
Require Vim 7 for cursorline_current.vim
Add cursorline_current.vim plugin
Correct comments on Vim maps to show mappings
Correct start-of-line jumps in Vim line exec maps
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The version check for Vim 7 and the feature checks for +autocmd and
+windows should be good enough.
|
| |
| |
| |
| |
| | |
Vim 7 doesn't allow a window prefix for :windo, so just break it into
two steps instead.
|
| |
| |
| |
| | |
Most of the autocmd events are Vim 7, and there's a :for there too.
|
| |
| |
| |
| |
| | |
Also turn on 'cursorline' option in .vimrc, and update sahara.vim
colorscheme, which has a nice subdued 'cursorline'.
|
| |
| |
| |
| | |
The :map command does not show, for example, insert mode mappings.
|
| |
| |
| |
| |
| |
| |
| | |
g^ moves to the first non-blank character of the screen line, for use
when 'wrap' is on. I just wanted ^.
g_ is correct, though.
|
| |\
| | |
| | |
| | |
| | | |
* release/v1.43.0:
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.43.0:
Bump VERSION
Make Perl boilerplate mapping silent
Add Perl boilerplate generation mapping
Correct a comment
Tidy mapping definition for \<
Add mapping to flag mail messages as unimportant
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
* release/v1.42.0:
Rebuild dotfiles(7) man page
Bump VERSION
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* release/v1.42.0:
Rebuild dotfiles(7) man page
Bump VERSION
Remove unsupported pandoc(1) option
Remove j/gj,k/gk maps again
Revert "Remove & remaps"
Add some experimental :vimgrep and :helpgrep maps
Use g_ instead of $ for yanking command lines
Correct \: mapping
Round out execution mappings
Use \! instead of \@ for line-execute
Add 'confirm'
Add \@ mapping to execute lines with 'shell'
Revert "Remove j/gj remappings"
Add leader mappings for < and >
Check for existence of +completeopt
Add longest and menuone to 'completeopt'
Add equalalways_resized.vim plugin
Remove trailing space from Vim plugin
Add missing abort attribute to plugin
Add scroll_next.vim plugin
Don't set up 'wildignore' in &compatible mode
Add foldlevelstart_stdin.vim plugin
Correct syntax of new map
Try an expanded mapping for <Space>
Remove backspace mapping
Update insert_cancel.vim plugin
|
| | | |
|
| |/ |
|
| |
| |
| |
| |
| | |
It doesn't seem to change anything anyway--I probably just cargo-culted
it.
|
| |
| |
| |
| | |
I'm having some trouble deciding on these.
|
| |
| |
| |
| |
| |
| | |
This reverts commit 5a9fbcf87cdf4513d3598700b6c6c4ec83dca139.
I misread the description of g&.
|
| | |
|
| |
| |
| |
| | |
Excludes trailing spaces that way
|
| |
| |
| |
| | |
Missing yank!
|
| |
| |
| |
| |
| | |
We'll clobber "z for now. I might rewrite this to be functional at some
point, but I do rather like that these all work with vim-tiny.
|
| | |
|
| |
| |
| |
| |
| | |
I'm not sure I'll like this, but it's worth a go instead of manually
adding bangs to each command.
|
| | |
|
| |
| |
| |
| |
| |
| | |
I missed them.
This reverts commit 5b06161ece5f72b3de4ad064ed62986a68ffc93f.
|
| | |
|