]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1945 v7.4.1945
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Jun 2016 09:22:54 +0000 (11:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Jun 2016 09:22:54 +0000 (11:22 +0200)
commitddf8d1c746ee081d15c9d7e0515f6ac43adbf363
tree1f9ff942863a5c4e20ca78971b27d3feb9556a12
parentb5b95750a688d1fabafc6dbc2f31df90d5b5a17e
patch 7.4.1945
Problem:    The Man plugin doesn't work that well.
Solution:   Use "g:ft_man_open_mode" to be able open man pages in vert split
            or separate tab. Set nomodifiable for buffer with man content. Add
            a test. (Andrey Starodubtsev, closes #873)
runtime/ftplugin/man.vim
src/testdir/Make_all.mak
src/testdir/test_man.vim [new file with mode: 0644]
src/version.c