This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocp " Use vim defaults, not vi ones | |
| " set dg " Use digraphs | |
| set fo+=r " Auto-format comments while typing | |
| set com-=:% " '%' doesn't start comments | |
| set hls " Highlight search pattern matches | |
| set nojs " Join lines with only one space | |
| set kp= " No external help system | |
| set mps+=<:> " Make % work with <> | |
| set mls=1 " Check one line for modelines |
NewerOlder