index
:
dotfiles.git
develop
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-29
Set b:did_ftplugin flag in Vim ftplugins
Tom Ryder
6
-0
/
+6
2018-11-14
Add missing left angle bracket to filetype undo
Tom Ryder
1
-1
/
+1
2018-07-17
Add my own ftplugin for awk
Tom Ryder
1
-0
/
+9
2018-07-12
Add ftplugin for tmux
Tom Ryder
1
-0
/
+9
2018-07-10
Move after/ftplugin/sed.vim to ftplugin/sed.vim
Tom Ryder
1
-0
/
+9
2018-07-10
Clean up existing ftplugins a bit
Tom Ryder
3
-5
/
+9
2018-06-30
Add comments to vim ftplugins
Tom Ryder
3
-0
/
+9
2018-06-30
Add CSV, TSV, and password file filetypes
Tom Ryder
3
-0
/
+15
2018-06-30
Remove ftplugin overrides for html/markdown
Tom Ryder
2
-10
/
+0
2018-06-30
Review vim/ftplugin and vim/indent files
Tom Ryder
2
-51
/
+2
2018-06-23
Correct Vim 'formatlistpat' def for Markdown
Tom Ryder
1
-2
/
+2
2018-06-23
Correct an exists() call in markdown ftplugin
Tom Ryder
1
-1
/
+1
2018-06-16
Consistently require 'nocompatible' for ftplugins
Tom Ryder
2
-26
/
+2
2018-06-06
Check for 'formatlistpat' option existence
Tom Ryder
1
-3
/
+5
2018-06-05
Restore ftplugin extras to vim/after dir
Tom Ryder
3
-186
/
+0
2018-06-05
Add ftplugin infrastructure and comments
Tom Ryder
1
-6
/
+16
2018-06-05
Add global options for markdown_autoformat.vim
Tom Ryder
1
-13
/
+19
2018-06-05
Use += shorthand in Vim ftplugin
Tom Ryder
1
-1
/
+1
2018-06-05
Pass in mapped key directly, not a flag
Tom Ryder
1
-8
/
+4
2018-06-04
Use correct function for function existence check
Tom Ryder
1
-3
/
+3
2018-06-04
Move Markdown and PHP ftplugins from after dir
Tom Ryder
3
-0
/
+174
2018-06-04
Make private copy of ftplugin/markdown.vim
Tom Ryder
1
-0
/
+43
2018-06-04
Correct a comment in ftplugin/php.vim
Tom Ryder
1
-1
/
+1
2018-02-01
Replace ftplugin/php.vim with custom version
Tom Ryder
1
-0
/
+38
2017-11-12
Move lots of local Vim config into vim/after
Tom Ryder
7
-141
/
+0
2017-11-08
Correct prefix for b:undo_* variable
Tom Ryder
1
-1
/
+1
2017-11-08
Use "nunmap" not "unmap" for b:undo_* var
Tom Ryder
2
-5
/
+5
2017-11-08
Remove null command from b:undo_* variables
Tom Ryder
3
-6
/
+6
2017-11-08
Use consistent/thorough ftplugin/indent unloading
Tom Ryder
7
-7
/
+32
2017-11-08
Break a long conditional in vim/ftdetect/sh.vim
Tom Ryder
1
-1
/
+2
2017-11-08
Rename b:check and b:lint with sh_ prefix
Tom Ryder
1
-9
/
+9
2017-11-08
Remove overkill defined-and-false check of sh vars
Tom Ryder
1
-4
/
+4
2017-11-08
Clear b:check/lint in ftdetect/sh.vim b:undo
Tom Ryder
1
-1
/
+1
2017-11-08
Move ftplugin/sh.vim b:undo def to end of file
Tom Ryder
1
-2
/
+4
2017-11-08
Use correct undo variable name in ftplugin/sh.vim
Tom Ryder
1
-1
/
+1
2017-11-08
Use sh.vim local vars not global POSIX hacks
Tom Ryder
1
-19
/
+14
2017-11-07
Add user_ftplugin.vim and user_indent.vim plugins
Tom Ryder
4
-28
/
+8
2017-11-07
Use b:undo variables correctly
Tom Ryder
4
-0
/
+36
2017-11-05
Put missing exclamation mark back into shell check
Tom Ryder
1
-1
/
+1
2017-11-04
Simplify shell linting code with single vars
Tom Ryder
1
-8
/
+8
2017-11-04
Adjust plugin code layout a lot
Tom Ryder
4
-15
/
+26
2017-11-04
Add lint mapping for Vimscript
Tom Ryder
1
-0
/
+5
2017-11-04
Add check and lint mappings for shell script
Tom Ryder
1
-0
/
+22
2017-11-04
Add tidy mapping for HTML
Tom Ryder
1
-0
/
+4
2017-11-04
Break long lines in check/lint/tidy mappings
Tom Ryder
2
-5
/
+12
2017-11-04
Make all lint/check/tidy maps local and silent
Tom Ryder
2
-5
/
+5
2017-11-03
Improve comments on check/lint/tidy maps
Tom Ryder
2
-4
/
+4
2017-11-03
Use long form options for tidy(1) Vim call
Tom Ryder
1
-2
/
+2
2017-11-03
Use direct :write !cmd instead of shellescape()
Tom Ryder
2
-17
/
+7
2017-11-03
Use full ':execute' not just ':exe' in VimL
Tom Ryder
2
-3
/
+3
[next]