エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Big Sky :: Vim のソースから「#ifdef FEAT_VISUAL」が消えた。
Patch 7.4.212 https://groups.google.com/forum/#!topic/vim_dev/0nx0RLbJhmk Patch 7.4.212 (after 7.... Patch 7.4.212 https://groups.google.com/forum/#!topic/vim_dev/0nx0RLbJhmk Patch 7.4.212 (after 7.4.200) Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL. 最新のソースで TINY FEATURE でビルドしても Visual モードは使えるので、一見なんの変哲もないパッチだが、意外と大きなパッチだったと思ってる。 いままで Vim はどんな事があろうとも #ifdef で切り抜けて来たし、obsolete だから動かない環境は無視しようとといった事を自らは言わない方針だ
2014/05/12 リンク