comparison runtime/syntax/dirpager.vim @ 3557:9cb3a75a20b9

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Jun 2012 22:38:45 +0200
parents 8b8ef1fed009
children 1e9e9d89f0ee
comparison
equal deleted inserted replaced
3556:1110869e267a 3557:9cb3a75a20b9
1 " Vim syntax file 1 " Vim syntax file
2 " Language: directory pager 2 " Maintainer: Thilo Six
3 " Maintainer: Thilo Six <T.Six@gmx.de> 3 " Contact: <vim-dev at vim dot org>
4 " Derived From: Nikolai Weibulls dircolors.vim 4 " http://www.vim.org/maillist.php#vim-dev
5 " Last Change: 2011 Dec 11 5 "
6 " Description: display directory content inside Vim with syntax
7 " highlighting
8 " File: runtime/syntax/dirpager.vim
9 " Last Change: 2012 May 19
6 " Modeline: vim: ts=8:sw=2:sts=2: 10 " Modeline: vim: ts=8:sw=2:sts=2:
7 " 11 "
8 " usage: $ ls -la | view -c "set ft=dirpager" - 12 " Credits: dirpager.vim is derived from Nikolai Weibulls dircolors.vim
13 "
14 " License: VIM License
15 " Vim is Charityware, see ":help Uganda"
16 "
17 " Usage: $ ls -la | view -c "set ft=dirpager" -
9 " 18 "
10 " 19 "
11 ",----[ ls(1posix) ]-------------------------------------------------- 20 ",----[ ls(1posix) ]--------------------------------------------------
12 " 21 "
13 " The <entry type> character shall describe the type of file, as 22 " The <entry type> character shall describe the type of file, as
17 " b Block special file. 26 " b Block special file.
18 " c Character special file. 27 " c Character special file.
19 " l (ell) Symbolic link. 28 " l (ell) Symbolic link.
20 " p FIFO. 29 " p FIFO.
21 " - Regular file. 30 " - Regular file.
22 "`--------------------------------------------------------------------
23 " 31 "
24 32
25 if exists("b:current_syntax") || &compatible 33 if exists("b:current_syntax") || &compatible
26 finish 34 finish
27 endif 35 endif