home · contact · privacy
Add to vimrc.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 16 Sep 2015 03:14:58 +0000 (05:14 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 16 Sep 2015 03:14:58 +0000 (05:14 +0200)
dotfiles_user_minimal/vimrc

index 0110b6e72c3a50747a4ffc5acef83342b04393f7..74b24865cf659f3002985ce06aa9c24ba5f139d6 100644 (file)
@@ -19,3 +19,6 @@ execute myvar
 
 " Keep syntax highlighting healthy.
 autocmd BufEnter * :syntax sync fromstart
+
+" Mark the 80-th column.
+set colorcolumn=80