aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/bindzone.vim
blob: cc50638c223f83627aa9ac2280ef36c645096015 (plain) (blame)
1
2
3
4
5
6
7
8
9
" Don't try to make these corrections if running 'compatible' or if the
" runtime files are too old
if &compatible || v:version < 700
  finish
endif

" Highlight TLSA and SSHFP records correctly
" <https://github.com/vim/vim/issues/220>
syn keyword zoneRRType contained TLSA SSHFP nextgroup=zoneRData skipwhite
files.git/commit/zsh?h=uuuu&id=7e40448c18bba4317837264ca1eb283783205386'>Request version with "ver" shortcut not promptTom Ryder2016-12-191-0/+4 * Inline a file exist-source testTom Ryder2016-12-191-3/+1 * Remove TMUX SHLVL crap from zsh configTom Ryder2016-12-191-7/+0 * Attempt a much saner approach to managing SHLVLTom Ryder2016-12-191-3/+2 * Color Zsh prompt distinctivelyTom Ryder2016-12-171-1/+1 * Port prompt SHLVL behaviour to zshTom Ryder2016-12-092-0/+14 * Correct check of --is-work-tree testTom Ryder2016-10-151-1/+1 * Fork bash prompt changes to zshTom Ryder2016-09-201-63/+66 * Fix an issue (silencing Git prompt errors)Tom Ryder2016-09-081-1/+1 * Restore old code for describing Git prompt commitTom Ryder2016-09-071-1/+2 * Port Bash prompt improvements to ZshTom Ryder2016-09-011-33/+25 * Port Bash prompt to ZshTom Ryder2016-08-272-2/+219 * Drastically limit amount of history keptTom Ryder2016-08-181-2/+2 * Update bashrc/zshrc with POSIX funcs sourceTom Ryder2016-08-171-0/+3 * Instate some actual real zsh configurationTom Ryder2016-08-152-2/+13 * Remove blank lines at end of filesTom Ryder2016-03-282-2/+0 * Whoops, forgot .zprofileTom Ryder2016-01-291-0/+2 * Add Zsh configurationTom Ryder2016-01-271-0/+2 * Well, that was underwhelming.Tom Ryder2012-06-052-143/+0