Vim Magazine 6 月号
Posted on 2015-06-30今月の新機能
- 7.4.739: 文字列の文字指定で
\U
が 8 桁の数字を取るようになりました。 - 7.4.742: ‘switchbuf’ オプションに “vsplit” が追加されました。
- 7.4.754: ビジュアルモードで
CTRL-A
,CTRL-X
,g CTRL-A
,g CTRL-X
が追加されました。連番の生成、更新に便利です。 - 7.4.755: strchars() に skipcc 引数が追加されました。基底文字と結合文字をまとめて一つとしてカウントできます。
- 7.4.757:
't_RB'
オプションが追加されました。'background'
の自動設定ができます。
リリース情報
- 7.4.730 : when setting the crypt key text in swap file may be corrupted
- 7.4.731 : the tab menu shows “Close tab” even when it doesn’t work
- 7.4.732 : the cursor line is not always updated for the “O” command
- 7.4.733 : test_listchars breaks on MS-Windows
- 7.4.734 : ml_get error when using “p” in Visual selection in last line
- 7.4.735 : wrong argument for sizeof()
- 7.4.736 : invalid memory access
- 7.4.737 : on MS-Windows vimgrep over arglist doesn’t work (Issue 361)
- 7.4.738 : (after 7.4.732) can’t compile without the syntax HL feature
- 7.4.739 : in a string “\U” only takes 4 digits, should be eight
- 7.4.740 : “:1quit” works like “:.quit”
- 7.4.741 : when using += with “:set” a trailing comma is not recognized
- 7.4.742 : no vertical split when loading buffer for a quickfix command
- 7.4.743 : “p” in Visual mode causes an unexpected line split
- 7.4.744 : no tests for Ruby and Perl
- 7.4.745 : entries returned by getmatches() dont work with setmatches()
- 7.4.746 : “:[count]tag” is not always working
- 7.4.747 : “:cnext” may jump to wrong column when ‘virtualedit’ is “all”
- 7.4.748 : (after 7.4.745) buffer overflow
- 7.4.749 : (after 7.4.741) two consecutive commas are OK for some options
- 7.4.750 : cannot build with clang 3.5 on Cygwin with perl enabled
- 7.4.751 : it is not obvious how to enable the address sanitizer
- 7.4.752 : Unicode 8.0 not supported
- 7.4.753 : appending in Visual mode with ‘linebreak’ set is wrong
- 7.4.754 : using CTRL-A in Visual mode does not work well
- 7.4.755 : it is not easy to count the number of characters
- 7.4.756 : can’t use strawberry Perl 5.22 x64 on MS-Windows
- 7.4.757 : cannot detect the background color of a terminal
- 7.4.758 : ‘conceallevel’ in command-line window hides first character
- 7.4.759 : building with Lua 5.3 doesn’t work, symbols have changed
- 7.4.760 : spelling mistakes are not displayed after “:syn spell”
- 7.4.761 : (after 7.4.757) incomplete request-background implementation
- 7.4.762 : (after 7.4.757) comment for may_req_bg_color() is wrong
- 7.4.763 : (after 7.4.759) building with Lua 5.1 doesn’t work
- 7.4.764 : (after 7.4.754) test_increment fails on MS-Windows
新着スクリプト
- ctrlsf.vim : an ack/ag powered global code search and view tool
- vim-tag-comment : property comments HTML/XML tags
- scilab.vim : Scilab syntax highlighting (Windows)
- cpp_cppcheck.vim : Run Cppcheck on the current window.
- zftool.vim : PHP plugin for running ZFTool commands
- cpp_doxygen : Add Doxygen templates and fold Doxygen comments.
- Indent Detector : detect indent automatically
- Dokumentary : Improve what K does.
- vim-phpfmt : Automatically formats PHP code (needs PHP 5.6 installed)
- flagship.vim : Configurable and extensible tab line and status line
- vim-js-arrow-function : changes a JavaScript anonymous function to an arrow function expression (ES2015)
- scilab.vim : Scilab syntax highlighting (Linux)
- supersearch : source view plugin
- asynccompl : A simple asynchronous complete plugin
- mirror.vim : Efficient way to edit remote files on multiple environments
- ShaderHighLight : 常用的shader文件语法高亮
- auto_autoread : Automatically read files when they’ve changed. Does what ‘autoread’ promises.
- undofile_warn.vim : Warn when using the undofile.
月間ダウンロードランキング
- AutomaticLaTeXPlugin : Background compilation, completion, bib serch, toc and other nice features. (1987)
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (1722)
- The NERD tree : A tree explorer plugin for navigating the filesystem (1479)
- python.vim : Enhanced version of the python syntax highlighting script (741)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (629)
- molokai : A port of the monokai scheme for TextMate (600)
- pathogen.vim : Poor man’s package manager. Easy manipulation of ‘runtimepath’ et al (591)
- winmanager : A windows style IDE for Vim 6.0 (577)
- OmniCppComplete : C/C++ omni-completion with ctags database (538)
- minibufexpl.vim : Elegant buffer explorer - takes very little screen space (507)
vim-jp issues
Open : 230 (-4) | Closed : 514 (+12) |
- Issue #737 : Windows で Ex モードで起動すると画面がクリアされる
- Issue #738 : コマンドラインに対して ‘:wincmd _’ が効いてしまう
- Issue #739 : Linux上で入力時にしかCursorIMのハイライトに変わらない
- Issue #740 : 07 インクリメント 010 ?
- Issue #741 : プロポーショナルフォントを使いたい
- Issue #742 : strchars()に合成文字スキップフラグを追加する
- Issue #743 : test_increment FAILED
- Issue #744 : dos-standard-mappings の記述不足
もどる