Vi and Vim Asked by SniffDiff on December 20, 2020
I’m using vim to write in C for college. My .c files need to abide to specific formatting rules. While I’m writing my files on Linux, the .c files will be evaluated on macOS. I noticed that any tabs on lines with a "*" character will register as spaces on macOS. This is completely invisible to me on Linux and I can only see this once I open my files on a Mac.
Strangely the program that the school provides to check my formatting does detect the lack of tabs(on linux). But according to vim those lines contain tabs.
Why is this happening and can I fix it?
In your Vim you may have exandtab
set which will cause your tabs to be expanded into spaces. See :help 'expandtab'
. You can change this in your .vimrc by saying set noexpandtab
. Files you have now that need to fixed can be converted by running the :retab
command. See :help retab
.
You can also see tabs and spaces in your file by enabling setting list
, e.g., :set list
. This makes whitespace visible and can be controlled by changing the listchars
setting. See :help 'list'
and :help 'listchars'
.
Answered by Wolf on December 20, 2020
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP