File: elinks-vim.diff

package info (click to toggle)
elinks 0.13~20190125-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,244 kB
  • sloc: ansic: 102,743; sh: 5,265; python: 3,940; perl: 2,175; makefile: 970; pascal: 930; yacc: 295; lisp: 125; ruby: 70; awk: 65
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
--- filetype-.vim	Thu Sep 12 19:45:16 2002
+++ filetype.vim	Thu Sep 12 19:45:37 2002
@@ -318,6 +318,9 @@
 " Configure scripts
 au BufNewFile,BufRead configure.in,configure.ac setf config
 
+" ELinks config file
+au BufNewFile,BufRead elinks.conf		setf elinks
+
 " Enlightenment configuration files
 au BufNewFile,BufRead *enlightenment/*.cfg	setf c