简体   繁体   中英

Remove tab highlighting in vim

When I write .f90 or .f file I have the problem that vim always highlight the first number of empty columns with red See figure . I have tried to use :noh but did not work. If I use "set list" they disappear but then a lots of symbols appear. My vimrc file can be see here

Tab isn't part of the Fortran character set, so a properly formatted Fortran source file shouldn't contain tabs. You might want to configure vim to replace tabs with spaces.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM