Re: [vim] Adding new keywords to logindefs.vim

2010-11-29 Fir de Conversatie Nikolai Weibull
On Sun, Nov 28, 2010 at 21:10, Rogutės Sparnuotos rogu...@googlemail.com wrote: You are listed as the Maintainer of a vim syntax file syntax/logindefs.vim, so I am sending you the attached patch with the hope that you will either commit the changes or forward them to an appropriate place. Hi!

[PATCH] fix man page viewing with man-db

2010-11-29 Fir de Conversatie Pádraig Brady
Fedora 14 switched to man-db for handling man pages. Ubuntu has been using it for ages. On older versions of Fedora I was able to just add this to my .bashrc to have full man page functionality, (with drill down) using vim export MANPAGER='bash -c vim -MRn -c \set ft=man nomod nolist nospell

Re: [PATCH] fix man page viewing with man-db

2010-11-29 Fir de Conversatie Bram Moolenaar
Pádraig wrote: Fedora 14 switched to man-db for handling man pages. Ubuntu has been using it for ages. On older versions of Fedora I was able to just add this to my .bashrc to have full man page functionality, (with drill down) using vim export MANPAGER='bash -c vim -MRn -c \set ft=man