Vim Magazine 3 月号
Posted on 2015-03-31話題
-
Vim のリポジトリの Github への移行が発表されました。
今月の新機能
-
7.4.652: xxd に -e (switch to little-endian hexdump) と -o (offset) が追加されました。
-
7.4.654: glob() と globpath() に ‘alllinks’ 引数が追加されました。
-
7.4.668: glob2regpat() 関数が追加されました。
リリース情報
- 7.4.649 : compiler complains about ignoring return value of fwrite()
- 7.4.650 : configure check may fail because the dl library is not used
- 7.4.651 : (after 7.4.582) can’t match “%>80v” for multi-byte characters
- 7.4.652 : xxd lacks a few features
- 7.4.653 : Insert mode completion may have CTRL-L work like CTRL-P
- 7.4.654 : glob()/ globpath() cannot include links to non-existing files
- 7.4.655 : text deleted by “dit” depends on indent of closing tag
- 7.4.656 : (after 7.4.654) missing changes for glob() in one file
- 7.4.657 : (after 7.4.656) compiler warnings for pointer mismatch
- 7.4.658 : ‘formatexpr’ is evaluated too often
- 7.4.659 : when ‘ruler’ is set the preferred column is reset (Issue 339)
- 7.4.660 : using freed memory if g:colors_name is changed
- 7.4.661 : using “0 CTRL-D” in Insert mode may have CursorHoldI interfere
- 7.4.662 : selecting text object can be wrong when ‘M’ is in the ‘cpo’
- 7.4.663 : when using netbeans a buffer is not found in another tab
- 7.4.664 : effect of ‘numberwidth’ being set not immediately visible
- 7.4.665 : ‘linebreak’ does not work properly with multi-byte characters
- 7.4.666 : there is a chance that Vim may lock up
- 7.4.667 : ‘colorcolumn’ isn’t drawn in closed fold like ‘cursorcolumn’
- 7.4.668 : can’t use a glob pattern as a regexp pattern
- 7.4.669 : when netbeans is active the sign column always shows up
- 7.4.670 : using ‘cindent’ for Javascript is less than perfect
- 7.4.671 : (after 7.4.665) warning for shadowing a variable
- 7.4.672 : shell command completion does not see local directories
- 7.4.673 : first syntax entry gets wrong sequence number zero
- 7.4.674 : (after 7.4.672) missing changes in one file
- 7.4.675 : when FileReadPost moves cursor inside line it gets moved back
- 7.4.676 : on Mac, configure can’t handle non-default Python framework
- 7.4.677 : (after 7.4.676) configure fails when using python-config-dir
- 7.4.678 : when using –remote the directory may end up being wrong
- 7.4.679 : color values greater than 255 cause problems on MS-Windows
- 7.4.680 : CTRL-W in Insert mode does not work well for multi-byte chars
- 7.4.681 : MS-Windows: with minimized Vim window height is incorrect
- 7.4.682 : search and match highlighting replace cursorline highlighting
- 7.4.683 : typo in the vimtutor command
新着スクリプト
- RedirCommands : plugin for redirecting command output
- codeforces.vim : Vim plugin for CodeForces
- Vinfo : Read Info documentation files
- love-launch : Run LOVE
- vim-snoopy : snoop around the script-local things
- vim-ranger : A vim plugin which uses ranger as explorer
- vim-quick-radon : vim-quick-radon is a Vim plugin that applies radon to your current file.
- textobj-functioncall : The textobject plugin to select a region that calls function.
- vim-tlv-mode : Transaction-Level Verilog support for Vim
- VimPyServer : A Python server to remote control Vim without X-windows or vim-server
- vim-mail : A plugin to ease mail redaction from vim
- vim-compile : Yet another compile plugin for vim
- todo-txt.vim : Vim plugin for Todo.txt
- ColumnTags : Navigate your tags in column-view
- plugconf : A VIM plugin for managing configurations of other plugins.
- vim.ergonomic : use vim more ergonomically
- vim-markdown-wiki : Links manipulation and navigation in markdown pages
- vim-scrum-markdown : manage a scrum dashboard inside vim
- vim-http-client : Make HTTP requests from Vim without wrestling the command line!
- vim-uncrustify : Helper to call uncrustify in vim.
- unmaze.vim : A vim plugin that shows the C/C++ preprocessor conditions that need to be met fo
- Quicker_file : 2-step search plugin for quicker open
- gulp-vim : Simple gulp wrapper for Vim
- spss syntax highlighting file : syntax highlighting file based on spss version 22
- AtelierSulphurpool : Sulphurpool is a purplish colorscheme
- ShowSpaces : Highlight indentation characters if they contain spaces, even mixed with tabs
月間ダウンロードランキング
- AutomaticLaTeXPlugin : Background compilation, completion, bib serch, toc and other nice features. (6646)
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (1963)
- The NERD tree : A tree explorer plugin for navigating the filesystem (1770)
- python.vim : Enhanced version of the python syntax highlighting script (1116)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (798)
- vim-orgmode : Text outlining and task management for Vim based on Emacs’ Org-Mode (773)
- pathogen.vim : Poor man’s package manager. Easy manipulation of ‘runtimepath’ et al (760)
- molokai : A port of the monokai scheme for TextMate (680)
- winmanager : A windows style IDE for Vim 6.0 (620)
- OmniCppComplete : C/C++ omni-completion with ctags database (602)
vim-jp issues
Open : 226 (+7) | Closed : 495 (+9) |
- Issue #706 : ‘cursorlinenr’ オプションの追加
- Issue #707 : unix端末版vimで、シェルの呼び出しのタイミングでtcap-queryの応答が返るとエコーバックする
- Issue #708 : showmatch for ruby is too slow
- Issue #709 : Patch 7.4.651 のテストが無い
- Issue #710 : search.c findmatchlimit()でflagsがFM_SKIPCOMMの場合の処理が未実装になっている
- Issue #711 : cpoptions+=M時のテキストオブジェクト選択の挙動が微妙
- Issue #712 : vimでカーソルの表示位置がずれる
- Issue #713 : ordered-dict の実装
- Issue #714 : set shiftwidth=0 の場合に対応していないインデントファイルが存在する
- Issue #715 : WindowsのgVimでホイールスクロールするとゴミが残る
- Issue #716 : ‘breakindent’オプションを使用時に長い行でカーソルの位置がずれる
- Issue #717 : exコマンド :qflistdo と :loclistdo の追加
- Issue #718 : 単純なVim操作で`E315: ml_get: invalid lnum: 2`が発生する。
- Issue #719 : 通常操作で cursorline の残像が残る
- Issue #720 : hg updateでsrc/auto/configureが更新された後のmakeでconfigure設定が引き継がれない
- Issue #721 : vim.exe が良く分からないけど落ちる
もどる