Vim Magazine 8 月号
Posted on 2014-08-31話題
-
しばらく休止していた Nagoya.vim ですが、この度もくもく会として復活します。 9月20日(土) 名古屋
今月の新機能
- 7.4.392 :
getcmdwintype()
関数が追加されました。 - 7.4.393 : MS-Windows: Direct-X (DirectWrite) によるテキスト描画を有効にするためのオプション
'renderoptions'
が追加されました。 - 7.4.399 : 暗号化方法に “blowfish2” が追加されました。
- 7.4.414 : 自動コマンドイベント
CmdUndefined
が追加されました。
リリース情報
- 7.4.390 : advancing pointer over end of a string
- 7.4.391 : no ‘cul’ highlight with cursor on a line with diff highlight
- 7.4.392 : not easy to detect type of command line window
- 7.4.393 : text drawing on newer MS-Windows systems is suboptimal
- 7.4.394 : (after 7.4.393) with DirectX last italic char is incomplete
- 7.4.395 : C indent wrong below an if with wrapped () followed by {}
- 7.4.396 : when ‘clipboard’ is “unnamed”, :g/pat/d is very slow
- 7.4.397 : matchparen only uses the topmost syntax item
- 7.4.398 : (after 7.4.393) gcc error for argument of InterlockedIncrement
- 7.4.399 : crypt implementation is messy; blowfish crypt has a weakness
- 7.4.400 : list of distributed files is incomplete
- 7.4.401 : (after 7.4.399) new files missing in Makefiles
- 7.4.402 : test 72 crashes under certain conditions
- 7.4.403 : valgrind reports errors when running test 72
- 7.4.404 : Windows 64 bit compiler warnings
- 7.4.405 : screen updating is slow when using matches
- 7.4.406 : test 72 and 100 fail on MS-Windows
- 7.4.407 : Visual block insert with cursor move repeats the wrong text
- 7.4.408 : Visual block insert breaks a multi-byte character
- 7.4.409 : can’t build with Perl on Fedora 20
- 7.4.410 : fold does not open after search with CmdwinLeave autocmd
- 7.4.411 : “foo bar” sorts before “foo” with sort()
- 7.4.412 : can’t build on Windows XP with MSVC
- 7.4.413 : MS-Windows: inserting dead key does not always work
- 7.4.414 : cannot define a command only when it’s used
- 7.4.415 : (after 7.4.414) cannot build, warning for shadowed variable
- 7.4.416 : problem with breakindent/showbreak and tabs
- 7.4.417 : minimum width used for breakindent is not set after split
- 7.4.418 : when leaving “:append” the cursor shape is like in Insert mode
- 7.4.419 : when part of a list is locked it’s possible to make changes
- 7.4.420 : it’s not obvious how to add a new test
- 7.4.421 : crash when searching for “\ze*”
- 7.4.422 : with conceal + linebreak some text is not displayed correctly
- 7.4.423 : expand(“$shell”) does not work as documented
- 7.4.424 : ml_get error when using Python to delete lines in a buffer
- 7.4.425 : when ‘showbreak’ is used “gj” may move to the wrong position
- 7.4.426 : README File missing from list of files
- 7.4.427 : system() typeahead may be echoed and mess up the display
- 7.4.428 : executable() may return a wrong result on MS-Windows
- 7.4.429 : build fails with fewer features
- 7.4.430 : test_listlbr fails when compiled with normal features
新着スクリプト
- vCoolor : A Simple color selector/picker plugin
- AdvancedDiffOptions : Additional diff options and commands to manage them.
- SearchInRange : Limit search to range when jumping to the next search result.
- doctest.vim : DocTest in vim
- InstantRst : Preview rst document instantly.
- clickable.vim : make things clickable
- logstash.vim : logstash.vim highlights configuration files for logstash (see http://logstash.ne
- vim-autoprefixer : Adds CSS autoprefixer support to Vim.
- Dutyl : Coordinate D tools to work together for you
- vim-rubygems : The plugin provides ability to work with rubygems.org inside Vim
- Session-Viminfo-Management : The plug-in improves upon Vim’s built-in :mksession and :wviminfo commands.
- Vim-EPUB : Plugin for EPUB ebooks’ edition
- phpmanual : PHP manual for vim, update to PHP5.5
- a indent : a_indent helps you to select/move in different code block
- 256_darkdot : DarkDot color scheme for 256 color terminals
- json-formatter.vim : A VIM plugin for formatting saved JSON file.
- autorepeat.vim : Repeat the normal mode command automatically.
- Vim Markdown Preview : A Vim plugin for previewing markdown files in a browser.
- autotype.vim : Yes, Vim will work for you.
月間ダウンロードランキング
- AutomaticLaTeXPlugin : Background compilation, completion, bib serch, toc and other nice features. (10672)
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (2233)
- The NERD tree : A tree explorer plugin for navigating the filesystem (2186)
- python.vim : Enhanced version of the python syntax highlighting script (1143)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (892)
- pathogen.vim : Poor man’s package manager. Easy manipulation of ‘runtimepath’ et al (869)
- molokai : A port of the monokai scheme for TextMate (782)
- winmanager : A windows style IDE for Vim 6.0 (769)
- OmniCppComplete : C/C++ omni-completion with ctags database (745)
- minibufexpl.vim : Elegant buffer explorer - takes very little screen space (719)
vim-jp issues
Open : 215 (+16) | Closed : 408 (+6) |
- Issue #602 : Windowsでvim -gしたらgvimを起動する
- Issue #603 : vim 7.4.364 で hlsearch と cursorline をオンにしていると描画が遅くなった
- Issue #604 : $でカーソルを行末尾に移動直後にcurswantの値がおかしい
- Issue #605 : removing bevel (inset) borders. (Linux)
- Issue #606 : Vim script の実行に CTRL-C で割り込めなくできる
- Issue #607 : updatetime の間隔で謎のキーシーケンス <80><fd>` が送られてくる
- Issue #608 : アイドル時に実行されるGC処理のパフォーマンスが悪く、フリーズすることがある
- Issue #609 : 補完候補の表示位置が本来の位置からズレる
- Issue #610 : VimからPython 3.xを使うと落ちることがある
- Issue #611 : vim を終了しても端末のハイライトが消えない
- Issue #612 : 複数行を削除した時のメッセージが重複している?
- Issue #613 : cursorline と cursorcolumn の動きが違う
- Issue #614 : filetype indent on を設定し行挿入を行うと意図してないコマンドが実行される
- Issue #615 : プロセス置換ファイルオープン時のfileencodingsの振る舞いについて
- Issue #616 : ユーザー定義コマンドで -complete=file を使うとスペースが受け取れない
- Issue #617 : ‘set t_ut=’時、’hi Normal ctermbg’の指定が右下半角1文字分効かない
- Issue #618 : grepformat の実際の既定値とドキュメントでの既定値が異なっている
- Issue #619 : text-objectsのi)の挙動が理解できない
- Issue #620 : cygwin/msys/Linux で enc=cp932 ft=diff とするとエラー
- Issue #621 : ‘cedit’ を <C-c> に設定すると Vim が固まる
- Issue #622 : gettabvar(1, ‘’) はスコープの辞書を返して欲しい
- Issue #623 : NFAエンジンでは ‘[ のマーク位置を示す正規表現パターンが使えない?
もどる