On Ubuntu 12.04, the exact only way to get a breaking patch working in VIM seems to compile VIM itself after fixing it. Here is what I did:
Install pbuilder and create a local environment
sudo apt-get install pbuilder debootstrap sudo pbuilder create
Get sources
sudo apt-get source vim
Patch them with the fix received from the official repo
cd vim-7.3.429 patch -p1 < vim-breakindent.patch sudo pbuilder build vim_7.3.429-2ubuntu2.1.dsc
Pbuilder correctly generates deb packages, but after installing them there is no breakindent option:
:set bri E518: Unknown option: bri
Where is the mistake? Thanks you
fradeve Jun 12 2018-12-12T00: 00Z
source share