Vim Magazine 8 月号
Posted on 2015-08-31話題
-
Vim の開発リポジトリが Google Code から Github に移動しました。
-
vim-jp/issues: レポジトリの変更についての報告
Vim が Github に移動したので vim-jp のリポジトリミラーは削除される予定です。
-
Big Sky :: Software Design に Vim の Tech記事「Vim の細道」を連載します。
Software Design誌の 10 月号から mattn さんによる「Vim の細道」の連載が始まります。9 月 18 日 (金) 発売。
今月の新機能
- 7.4.813 : getcharsearch()、setcharsearch() 関数が追加されました。
リリース情報
- 7.4.804 : Xxd doesn’t have a license notice
- 7.4.805 : ruler shows “Bot” when there are only filler lines missing
- 7.4.806 : CTRL-A in Visual mode fails with “alpha” in ‘nrformat’
- 7.4.807 : (after 7.4.798) after CTRL-V CTRL-A mode isn’t updated
- 7.4.808 : on MS-Windows 10 IME input doesn’t work correctly
- 7.4.809 : (after 7.4.802) duplicate test case
- 7.4.810 : sequence of commands using buffers in diff mode gives E749
- 7.4.811 : invalid memory access when using “exe ‘sc’”
- 7.4.812 : Gcc sanitizer complains about using NULL pointer to memmove()
- 7.4.813 : it is not possible to save and restore character search state
- 7.4.814 : illegal memory access with “sy match a fold”
- 7.4.815 : invalid memory access when doing “:call g:”
- 7.4.816 : invalid memory access when doing “:fun X(“
- 7.4.817 : invalid memory access in file_pat_to_reg_pat()
- 7.4.818 : ‘linebreak’ breaks c% if the last Visual selection was block
- 7.4.819 : beeping when running the tests
- 7.4.820 : invalid memory access in file_pat_to_reg_pat
- 7.4.821 : coverity reports a few problem.
- 7.4.822 : more problems reported by coverity
- 7.4.823 : cursor moves after CTRL-A on alphabetic character
- 7.4.824 : (after 7.4.813) can’t compile without the multi-byte feature
- 7.4.825 : invalid memory access for “:syn keyword x a[”
- 7.4.826 : compiler warnings and errors
- 7.4.827 : not all test targets are in the Makefile
- 7.4.828 : crash when using “syn keyword x c”
- 7.4.829 : crash when clicking in beval balloon
- 7.4.830 : resetting ‘encoding’ when doing “:set all&” causes problems
- 7.4.831 : when error in expanding `=expr` the command is still executed
- 7.4.832 : $HOME in `=$HOME . ‘/.vimrc’` is expanded too early
- 7.4.833 : more side effects of “:set all&” are missing
- 7.4.834 : gettabvar() doesn’t work after Vim start
- 7.4.835 : comparing utf-8 does not handle different byte sizes correctly
- 7.4.836 : accessing unitinialized memory
- 7.4.837 : compiler warning with MSVC compiler when using +sniff
- 7.4.838 : (after 7.4.833) can’t compile without the crypt feature
- 7.4.839 : compiler warning on 64-bit system
- 7.4.840 : (after 7.4.829) tooltip window stays open
- 7.4.841 : can’t compile without the multi-byte feature
- 7.4.842 : sending too many messages to close the balloon
- 7.4.843 : (after 7.4.835) still possible to go beyond end of a string
新着スクリプト
- quick-scope : Highlights the optimal characters to target for the “f” key and family
- finance.vim : Simple plugin for checking your stock in Vim (Yahoo Finance).
- copy-cut-paste.vim : Naturally copy, cut, and paste between Vim terminal buffer and system clipboard
- glsl : Functionality for editing OpenGL Shading Language (GLSL) in Vim
- vim-es6 : List of JavaScript ES6 snippets and syntax highlighting for vim.
- vim-zimwiki-syntax : Syntax highlight and file type detection for Zim
- vital-power-assert : Power Assert in Vim script
- pypi.vim : Simple plugin for checking the latest version of the Python package in Vim.
- lazyList : A quick way to create lists in Vim
- Vizardry : A vim plugin manager for lazy people
- proteinFasta.vim : Syntax file for protein-based FASTA files
- coco : Coco is a simple, lightweight vim code commenter.
- CBOT.vim : CBOT fictional programming language from Vim
- Replace operator : R (replace) operator
- true-monochrome : This is a true black/grey/white theme for vim.
月間ダウンロードランキング
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (1648)
- The NERD tree : A tree explorer plugin for navigating the filesystem (1485)
- python.vim : Enhanced version of the python syntax highlighting script (805)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (696)
- boshiamy input method keymap file : This is the keymap file for Boshiamy chinese input method (611)
- pathogen.vim : Poor man’s package manager. Easy manipulation of ‘runtimepath’ et al (602)
- winmanager : A windows style IDE for Vim 6.0 (594)
- molokai : A port of the monokai scheme for TextMate (527)
- SuperTab : Do all your insert-mode completion with Tab. (525)
- OmniCppComplete : C/C++ omni-completion with ctags database (514)
vim-jp issues
Open : 236 (+2) | Closed : 526 (+9) |
- Issue #752 : Ctrl-V Ctrl-Aの動作がおかしい
- Issue #753 : css fileで”rebeccapurple”がハイライトされるようにする
- Issue #754 : Lua ファイル中で elseif が = によって正常にインデントされない
- Issue #755 : オートロード関数とFuncUndefinedイベントの挙動
- Issue #756 : mapをCtrl+Shift+Bのような登録はできないでしょうか?
- Issue #757 : Ctrl+Shift+B の様な mapping の実装可否を検証
- Issue #758 : CTRL-A 及び CTRL-X が ‘[, ‘] マークを変更しない
- Issue #759 : curved quotes を含む文章での as コマンドの挙動
- Issue #760 : scriptタグの中のJavaScriptのハイライトが消える
- Issue #761 : レポジトリの変更についての報告
- Issue #762 : is# のパースが ‘isident’ の影響を受けて失敗することがある
もどる