--- a/.vimrc Sat Nov 26 02:07:35 2022 +0400
+++ b/.vimrc Sat Nov 26 02:12:19 2022 +0400
set textwidth=79 " width of document (used by gd)
set colorcolumn=80 " list of screen columns to highlight
set formatoptions-=t " don't automatically wrap text when typing
+set formatoptions+=n " recognize numbered lists when formatting
set formatoptions+=j " remove comment leader when joining lines
set diffopt+=context:50 " vimdiff likes folding a bit too much