3

I am using vim to edit a fortran 90 file. The length of a code line exceeds the 73-character column limit:

  print*, &
  "Not sufficiently large neighbours list in dynstillweb, increase max_n"

The problem is that vim not only marks as red the exceeding characters (say, se max_n"), but also the rest of the code instead of the usual white, yellow, and blue colors which make easier reading the code. Is there any command to insert in the .vimrc file to tell vim to increase the character limit and hence avoid the massive red marking?

Thanks!

chw21
  • 7,378
  • 1
  • 12
  • 26
fsaizpoy
  • 101
  • 1
  • 1
  • 7

0 Answers0