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
1 Asked on January 30, 2021 by first-user
0 Asked on January 27, 2021 by galarmo
2 Asked on January 21, 2021 by xxxo
1 Asked on January 13, 2021 by rob-bednark
1 Asked on January 4, 2021 by dov-alperin
1 Asked on December 30, 2020 by alec
2 Asked on December 27, 2020 by 200_success
1 Asked on December 26, 2020 by myc3lium
1 Asked on December 20, 2020 by sniffdiff
1 Asked on December 20, 2020 by simon-alford
1 Asked on December 7, 2020 by david542
3 Asked on December 3, 2020 by benjamin-reitzammer
1 Asked on October 28, 2020 by aehlke
1 Asked on September 4, 2020 by abbood
Get help from others!
Recent Answers
Recent Questions
© 2022 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, MenuIva, UKBizDB, Menu Kuliner, Sharing RPP