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
/
ftplugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently require 'nocompatible' for ftplugins
Tom Ryder
2018-06-16
2
-26
/
+2
*
Check for 'formatlistpat' option existence
Tom Ryder
2018-06-06
1
-3
/
+5
*
Restore ftplugin extras to vim/after dir
Tom Ryder
2018-06-05
3
-186
/
+0
*
Add ftplugin infrastructure and comments
Tom Ryder
2018-06-05
1
-6
/
+16
*
Add global options for markdown_autoformat.vim
Tom Ryder
2018-06-05
1
-13
/
+19
*
Use += shorthand in Vim ftplugin
Tom Ryder
2018-06-05
1
-1
/
+1
*
Pass in mapped key directly, not a flag
Tom Ryder
2018-06-05
1
-8
/
+4
*
Use correct function for function existence check
Tom Ryder
2018-06-04
1
-3
/
+3
*
Move Markdown and PHP ftplugins from after dir
Tom Ryder
2018-06-04
3
-0
/
+174
*
Make private copy of ftplugin/markdown.vim
Tom Ryder
2018-06-04
1
-0
/
+43
*
Correct a comment in ftplugin/php.vim
Tom Ryder
2018-06-04
1
-1
/
+1
*
Replace ftplugin/php.vim with custom version
Tom Ryder
2018-02-01
1
-0
/
+38
*
Move lots of local Vim config into vim/after
Tom Ryder
2017-11-12
7
-141
/
+0
*
Correct prefix for b:undo_* variable
Tom Ryder
2017-11-08
1
-1
/
+1
*
Use "nunmap" not "unmap" for b:undo_* var
Tom Ryder
2017-11-08
2
-5
/
+5
*
Remove null command from b:undo_* variables
Tom Ryder
2017-11-08
3
-6
/
+6
*
Use consistent/thorough ftplugin/indent unloading
Tom Ryder
2017-11-08
7
-7
/
+32
*
Break a long conditional in vim/ftdetect/sh.vim
Tom Ryder
2017-11-08
1
-1
/
+2
*
Rename b:check and b:lint with sh_ prefix
Tom Ryder
2017-11-08
1
-9
/
+9
*
Remove overkill defined-and-false check of sh vars
Tom Ryder
2017-11-08
1
-4
/
+4
*
Clear b:check/lint in ftdetect/sh.vim b:undo
Tom Ryder
2017-11-08
1
-1
/
+1
*
Move ftplugin/sh.vim b:undo def to end of file
Tom Ryder
2017-11-08
1
-2
/
+4
*
Use correct undo variable name in ftplugin/sh.vim
Tom Ryder
2017-11-08
1
-1
/
+1
*
Use sh.vim local vars not global POSIX hacks
Tom Ryder
2017-11-08
1
-19
/
+14
*
Add user_ftplugin.vim and user_indent.vim plugins
Tom Ryder
2017-11-07
4
-28
/
+8
*
Use b:undo variables correctly
Tom Ryder
2017-11-07
4
-0
/
+36
*
Put missing exclamation mark back into shell check
Tom Ryder
2017-11-05
1
-1
/
+1
*
Simplify shell linting code with single vars
Tom Ryder
2017-11-04
1
-8
/
+8
*
Adjust plugin code layout a lot
Tom Ryder
2017-11-04
4
-15
/
+26
*
Add lint mapping for Vimscript
Tom Ryder
2017-11-04
1
-0
/
+5
*
Add check and lint mappings for shell script
Tom Ryder
2017-11-04
1
-0
/
+22
*
Add tidy mapping for HTML
Tom Ryder
2017-11-04
1
-0
/
+4
*
Break long lines in check/lint/tidy mappings
Tom Ryder
2017-11-04
2
-5
/
+12
*
Make all lint/check/tidy maps local and silent
Tom Ryder
2017-11-04
2
-5
/
+5
*
Improve comments on check/lint/tidy maps
Tom Ryder
2017-11-03
2
-4
/
+4
*
Use long form options for tidy(1) Vim call
Tom Ryder
2017-11-03
1
-2
/
+2
*
Use direct :write !cmd instead of shellescape()
Tom Ryder
2017-11-03
2
-17
/
+7
*
Use full ':execute' not just ':exe' in VimL
Tom Ryder
2017-11-03
2
-3
/
+3
*
Check for availability of Vim shellescape()
Tom Ryder
2017-11-03
2
-10
/
+17
*
Revert "Adjust UrlLink() to yank word without t...
Tom Ryder
2017-11-03
1
-3
/
+1
*
Adjust UrlLink() to yank word without text objects
Tom Ryder
2017-11-03
1
-1
/
+3
*
Refactor UrlLink() function normal! commands
Tom Ryder
2017-11-03
1
-2
/
+10
*
Use single quotes for HTML link mapping :execute
Tom Ryder
2017-11-03
1
-2
/
+2
*
Refactor HTML tidy(1) mapping
Tom Ryder
2017-11-03
1
-1
/
+4
*
Use <Leader>/<LocalLeader> correctly in Vim config
Tom Ryder
2017-11-03
2
-5
/
+5
*
Apply name conventions, scoping to Vim identifiers
Tom Ryder
2017-10-30
1
-2
/
+2
*
Merge branch 'vim/vint'
Tom Ryder
2017-10-30
1
-4
/
+4
|
\
*
|
Move non-indent HTML Vim config indent->ftplugin
Tom Ryder
2017-10-30
1
-0
/
+11
|
/
*
Rearrange and better explain ksh syntax workaround
Tom Ryder
2017-10-30
1
-4
/
+19
*
Move filetype-specific indent options into indent/
Tom Ryder
2017-10-30
8
-54
/
+0
[next]