Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

【vimrc】set expandtabしててもnoexpandtabになってしまう件

$
0
0

普段そんなことなかったのに新しいMacで今までと同じ設定いれたらなぜかタブ入力するとそのままタブが入ってしまうことがあったのです。
(字面だけ見るとそりゃそうだろ。って話ですけどそういう話じゃないんですw)

vimrc上、

"set number
set ruler
set incsearch
set hlsearch
"set nowrap
set showmatch
"set whichwrap=h,l
set wrapscan
set ignorecase
set smartcase
set hidden
set history=2000
set autoindent
set expandtab
set tabstop=2
set shiftwidth=2
set paste

で、
set expandtab

しているのですが、

:verbose set expandtab?
で確認すると。

noexpandtab
        Last set from ~/.vimrc

となってしまうという不思議な状態。

解決方法

set expandtab

set paste

の下に持っていってあげたら解決しました。

おそらく何かが邪魔していたのでしょうが深くは気にしないことにします。

誰か詳しい人教えてください。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>