diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-07 03:55:37 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-07 03:56:46 +0200 |
| commit | 9cb8398068d5eb0db9a028cd5db2f3334ef71771 (patch) | |
| tree | f266c0660d71ccb9a9853d7317a0f42667ba3e36 /.vimrc | |
| parent | 71c6cbc413d66c3f5c4031c6bc038c7254fc0559 (diff) | |
Enable vim modeline
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -99,8 +99,9 @@ set undolevels=200 " How many undos set undoreload=200 " number of lines to save for undo set fileformats+=mac " correct mac file format set tabpagemax=50 " Set the maximum number of tabs allowed -set modelines=0 " disable the modelines which i don't understand -set nomodeline " disable the modelines which i don't understand +set modeline " enable # vim: comments at file beginnings +set modelines=1 " enable # vim: filetype=filetype comments in files +" set nomodeline " disable the modelines set linebreak " Vim to wrap existing text as desired set nowrap " let Vim Wrap lines or leave them as long as they get set noeb vb t_vb= |
