X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=58e50ac5ff51f3911d97be7bbe331c8de2530877;hb=0473b50bd9d2d803f9f2b4549a90d93c418ca644;hp=e6a716e35f5b00bf336726f40d94f670b16fd108;hpb=2df5200b96c25707976a2d711d8ae9ec28a731f6;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index e6a716e..58e50ac 100644 --- a/vimrc +++ b/vimrc @@ -16,7 +16,7 @@ endif if has('eval') let s:save_runtimepath = &runtimepath endif -" Reset all options (except 'term, 'lines' and 'columns'). This makes sure a +" Reset all options (except 'term', 'lines' and 'columns'). This makes sure a " system wide configuration file doesn't change default values. set all& " And restore it after all other options were reset.