Monday, May 20, 2019

Re: Vim on MacOS Incorrectly Indenting

Hi,

Adrian Keister schrieb am 17.05.2019 um 19:19:
> I'm having difficulty with vim on Mac OS. It's indenting incorrectly. The attached txt file is the test file, and the two screenshots show how different they look on Mac versus Windows. The Windows gVim is the look I want. I've tried everything from brew install vim to re-installing MacVim, no joy. It does not appear to be a vimrc issue, because I've tried the troubleshotting page here, with no joy:
>
> https://github.com/macvim-dev/macvim/wiki/Troubleshooting
>
> Any ideas? Thanks for your time!
>

your file contains tabs at the start of lines 5 to 9. On Windows the 'tabstop'
option is probably set to 4, while on Mac it seems to be 8 (the default).

Regards,
Jürgen

--
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/7e5386cb-2e23-67cf-9958-14b04c7c200f%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

No comments: