Charles Short 32dec7ec55 Fix vimrc.local loading
- Don't bypass the the normal vimrc configuration.
- Fix debian/changelog to stop it complaining while building
  the base-files-config package.

Testing:

PASS Build base-files-config package.
PASS Build ISO
PASS Boot ISO
PASS Verify .vimrc has changed
PASS Open /etc/host with vim, check for errors for vimrc.

Close-Bug: 2006482

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I2a29943b951e192fdac90d379134ea2b04ce4d76
2023-02-07 09:45:11 -05:00

6 lines
87 B
Plaintext

runtime! defaults.vim
let g:skip_defaults_vim = 1
if has("mouse")
set mouse=
endif