commit | ddf8d1c746ee081d15c9d7e0515f6ac43adbf363 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 11:22:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 11:22:54 2016 +0200 |
tree | 1f9ff942863a5c4e20ca78971b27d3feb9556a12 | |
parent | b5b95750a688d1fabafc6dbc2f31df90d5b5a17e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d1683fe..bef210a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1945, +/**/ 1944, /**/ 1943,