]> granicus.if.org Git - vim/commit
patch 8.0.1766: expanding abbreviation doesn't work v8.0.1766
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Apr 2018 20:30:33 +0000 (22:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Apr 2018 20:30:33 +0000 (22:30 +0200)
commitc3c3e698966fac86dee94799b70947defb85440d
tree74b6db9a4e48e95d1f8ae0d56b8e6c599554c181
parentdb0eedec16621854c772760d02427804bc0a298d
patch 8.0.1766: expanding abbreviation doesn't work

Problem:    Expanding abbreviation doesn't work. (Tooth Pik)
Solution:   Return OK instead of FALSE and FAIL instead of TRUE. (Christian
            Brabandt)
src/edit.c
src/testdir/test_mapping.vim
src/version.c