]> granicus.if.org Git - vim/commit
patch 8.0.0548: saving the redo buffer only works one time v8.0.0548
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Apr 2017 17:50:12 +0000 (19:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Apr 2017 17:50:12 +0000 (19:50 +0200)
commitd4863aa99e0527e9505c79cbeafc68a6832200bf
tree2ea60d3eb3f29982b5188d86c7df63665d278d72
parent52604f2454e5369f861d3ce34764f74a0999c773
patch 8.0.0548: saving the redo buffer only works one time

Problem:    Saving the redo buffer only works one time, resulting in the "."
            command not working well for a function call inside another
            function call. (Ingo Karkat)
Solution:   Save the redo buffer at every user function call. (closes #1619)
src/fileio.c
src/getchar.c
src/proto/getchar.pro
src/structs.h
src/testdir/test_functions.vim
src/userfunc.c
src/version.c