- fix vimrc location in man page (#456992) - correct syntax highlighting of httpd config files in /etc/httpd (#499123) - Buildrequire ruby, ruby-devel (#503872) - Remove check for static gravity (#510307) - sort tags file (#517725) - use one gvim to open multiple file selections from nautilus (#519265) - use elinks -source instead of elinks -dump (#518791) - add ext4 keyword to /etc/fstab syntax highlighting (#498290)
12 lines
536 B
Diff
12 lines
536 B
Diff
diff -up vim72/runtime/autoload/netrw.vim.elinksparm vim72/runtime/autoload/netrw.vim
|
|
--- vim72/runtime/autoload/netrw.vim.elinksparm 2009-12-03 13:08:10.000000000 +0100
|
|
+++ vim72/runtime/autoload/netrw.vim 2009-12-03 13:08:27.000000000 +0100
|
|
@@ -88,7 +88,7 @@ if !exists("g:netrw_http_cmd")
|
|
if executable("elinks")
|
|
let g:netrw_http_cmd = "elinks"
|
|
if !exists("g:netrw_http_xcmd")
|
|
- let g:netrw_http_xcmd= "-dump >"
|
|
+ let g:netrw_http_xcmd= "-source >"
|
|
endif
|
|
elseif executable("links")
|
|
let g:netrw_http_cmd = "links"
|