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

Vim 変数とオプションをコマンドで確認する方法

$
0
0

Vimで変数とオプションの確かめ方を調べたのでメモしておく。
設定がちゃんと通っているか確かめたいという時に便利。

変数 (Variable)

:let samplevariable ='foo':echo samplevariable
foo

結果はfooと表示されます。

オプション (Option)

:settextwidth=80:echo &textwidth80

結果は80と表示されます。
注意すべき点は、オプションを呼び出すときは前に&をつけることです。


参考
http://learnvimscriptthehardway.stevelosh.com/chapters/19.html


Viewing all articles
Browse latest Browse all 5608

Trending Articles



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