Description of problem: I used the following for years: ab SOB Signed-off-by: Michael S. Tsirkin <mst> Now one (used to) type in insert mode "SOB<Enter>" and a signed-off-by line would get added. Recent update to vim in Fedora 27 broke this. Now if I type this: a(to enter insert mode)SOB<Enter> I get: igned-off-by: Michael S. Tsirkin <mst> SOB Version-Release number of selected component (if applicable): vim-enhanced-8.0.1763-1.fc27.x86_64 How reproducible: always Steps to Reproduce: 1. echo 'ab SOB Signed-off-by: Michael S. Tsirkin <mst>' > ~/.vimrc 2. vim 3. type to enter insert mode: a 4. type to add an empty line: Enter 5. type: SOB 6. type to complete abbreviation: Enter Actual results: igned-off-by: Michael S. Tsirkin <mst> <- cursor here SOB Expected results: <- empty line from original file Signed-off-by: Michael S. Tsirkin <mst> <- cursor here Additional info: if an emoty line is not added in step 4, abbreviation does not seem to be expanded at all.
Hi Mike, thank you for reporting this issue! This problem is fixed in vim-enhanced-8.0.1806.fc27 (it works for me with that version) , would you mind updating vim-enhanced? Closing this as CURRENTRELEASE.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days