mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 12:20:35 +00:00
Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350) https://github.com/vim/vim/releases/tag/v7-4-710 Closes #2485.