Mercurial > dotfiles
comparison vim/vimrc @ 135:db9d5fe86723
Enable modelines.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 03 Oct 2013 07:52:39 -0700 |
parents | a273867b6a0d |
children | aec168618b7b |
comparison
equal
deleted
inserted
replaced
134:70d3ec19bef2 | 135:db9d5fe86723 |
---|---|
52 | 52 |
53 " }}} | 53 " }}} |
54 | 54 |
55 " General Settings {{{ | 55 " General Settings {{{ |
56 | 56 |
57 " Disable modelines. | 57 " Restrict modelines. |
58 set modelines=0 | 58 set modelines=1 |
59 | 59 |
60 " Don't unload abandoned buffers. | 60 " Don't unload abandoned buffers. |
61 set hidden | 61 set hidden |
62 | 62 |
63 " Show line numbers. | 63 " Show line numbers. |