index
:
dotfiles.git
develop
feature/vim9script
master
uuuu
Personal scripts and configuration files
Tom Ryder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vim
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Vim distribution plugin/macro handling
Tom Ryder
2018-06-02
1
-0
/
+5
*
Merge auto_*dir.vim plugins into one, spun out
Tom Ryder
2018-05-31
3
-174
/
+0
*
Spin off command_typos Vim plugin
Tom Ryder
2018-05-31
1
-45
/
+0
*
Spin off big_file_options Vim plugin
Tom Ryder
2018-05-31
1
-66
/
+0
*
Spin off strip_trailing_whitespace Vim plugin
Tom Ryder
2018-05-31
1
-75
/
+0
*
Spin off mail_mutt Vim plugin
Tom Ryder
2018-05-31
1
-56
/
+0
*
Spin off copy_linebreak Vim plugin
Tom Ryder
2018-05-31
1
-68
/
+0
*
Spin off toggle_option_flag Vim plugin
Tom Ryder
2018-05-30
1
-104
/
+0
*
Spin off fixed_join Vim plugin
Tom Ryder
2018-05-30
1
-45
/
+0
*
Spin off insert_suspend_hlsearch Vim plugin
Tom Ryder
2018-05-30
1
-47
/
+0
*
Tidy comments, func names for 'hlsearch' suspend
Tom Ryder
2018-05-30
1
-9
/
+10
*
Require +extra_search feat for 'hlsearch' suspend
Tom Ryder
2018-05-30
1
-1
/
+1
*
Remove untidy comment
Tom Ryder
2018-05-30
1
-1
/
+0
*
Merge branch 'hotfix/v0.34.1' into develop
Tom Ryder
2018-05-30
1
-1
/
+0
|
\
|
*
Remove stray echo from Vim plugin
Tom Ryder
2018-05-30
1
-1
/
+0
*
|
Use _save suffix for option caching variable
Tom Ryder
2018-05-28
1
-2
/
+2
|
/
*
Use script variable to keep showbreak setting
Tom Ryder
2018-05-28
1
-2
/
+3
*
Refactor directory creation in plugins
Tom Ryder
2018-01-17
3
-12
/
+12
*
Correct stray elseif in auto_undodir.vim
Tom Ryder
2017-11-14
1
-1
/
+1
*
Merge branch 'feature/vim-plug' into develop
Tom Ryder
2017-11-13
3
-18
/
+24
|
\
|
*
Check for shellescape() function before using it
Tom Ryder
2017-11-13
3
-18
/
+24
*
|
Strip trailing whitespace
Tom Ryder
2017-11-13
4
-10
/
+10
|
/
*
Move 'hlsearch' insert-mode suspension into plugin
Tom Ryder
2017-11-13
1
-0
/
+48
*
Separate g:loaded/&cp tests from feat tests
Tom Ryder
2017-11-12
6
-6
/
+24
*
Remove stray blank line from mail_mutt.vim
Tom Ryder
2017-11-12
1
-1
/
+0
*
Bind norm J on fixed_join.vim load if appropriate
Tom Ryder
2017-11-12
1
-0
/
+6
*
Move lots of local Vim config into vim/after
Tom Ryder
2017-11-12
12
-80
/
+10
*
Add author/license boilerplate to all plugins
Tom Ryder
2017-11-11
2
-0
/
+6
*
Merge branch 'feature/vim-mutt-plug' into develop
Tom Ryder
2017-11-11
1
-0
/
+56
|
\
|
*
Move mutt_mail.vim line select logic into plugin
Tom Ryder
2017-11-11
1
-0
/
+15
|
*
Add new mail_mutt.vim plugin, apply mappings
Tom Ryder
2017-11-11
1
-0
/
+41
*
|
Use exists+ test rather than exists&
Tom Ryder
2017-11-10
2
-3
/
+3
*
|
Move backup, swap, and undo dir logic into plugins
Tom Ryder
2017-11-10
3
-0
/
+169
|
/
*
Add user_ftplugin.vim and user_indent.vim plugins
Tom Ryder
2017-11-07
2
-0
/
+48
*
Add commands to copy_linebreak.vim
Tom Ryder
2017-11-07
1
-1
/
+14
*
Give copy_linebreak.vim enable/disable funcs, maps
Tom Ryder
2017-11-07
1
-22
/
+34
*
Add :FixedJoin command
Tom Ryder
2017-11-07
1
-2
/
+9
*
Add :StripTrailingWhitespace command
Tom Ryder
2017-11-07
1
-2
/
+9
*
Use consistent comment layout for Vim plugins
Tom Ryder
2017-11-06
4
-9
/
+11
*
Refactor toggle_option_flag.vim
Tom Ryder
2017-11-06
1
-23
/
+58
*
Correct a comment
Tom Ryder
2017-11-06
1
-1
/
+1
*
Use stridx() instead of very-nomagic regex match
Tom Ryder
2017-11-06
1
-9
/
+10
*
Use strlen() instead of len()
Tom Ryder
2017-11-06
1
-1
/
+1
*
Escape option value assign correctly
Tom Ryder
2017-11-06
1
-1
/
+1
*
Extend toggle_option_flag.vim for string flags
Tom Ryder
2017-11-06
1
-13
/
+22
*
Rename l:op to l:operation for clarity
Tom Ryder
2017-11-06
1
-3
/
+3
*
Separate command building from execution in toggle
Tom Ryder
2017-11-06
1
-3
/
+7
*
Use idiomatic VimL regex for param validation
Tom Ryder
2017-11-06
1
-2
/
+2
*
Restore some judicious \m\C hedging in Vim
Tom Ryder
2017-11-06
2
-4
/
+4
*
Caution about :execute not eval() in VimL comments
Tom Ryder
2017-11-06
1
-3
/
+3
[next]