comparison src/README.md @ 17464:3e708b5c0509 v8.1.1730

patch 8.1.1730: wrong place for mark viminfo support commit https://github.com/vim/vim/commit/1e78e69680a5f52970d9b1ef60710e556b09b8c2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 22 20:18:27 2019 +0200 patch 8.1.1730: wrong place for mark viminfo support Problem: Wrong place for mark viminfo support. Solution: Move it to viminfo.c. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4716)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jul 2019 20:30:05 +0200
parents 635d7f5010b8
children e00d12c085a5
comparison
equal deleted inserted replaced
17463:16f01738068b 17464:3e708b5c0509
60 testing.c | testing: assert and test functions 60 testing.c | testing: assert and test functions
61 textprop.c | text properties 61 textprop.c | text properties
62 undo.c | undo and redo 62 undo.c | undo and redo
63 usercmd.c | user defined commands 63 usercmd.c | user defined commands
64 userfunc.c | user defined functions 64 userfunc.c | user defined functions
65 viminfo.c | viminfo handling
65 window.c | handling split windows 66 window.c | handling split windows
66 67
67 68
68 ## Debugging ## 69 ## Debugging ##
69 70