Vim Magazine 3 月号
Posted on 2014-03-31話題
-
約1年ぶりの開催です。 4月5日(土) 神奈川
-
Vimに関する何かをやる会です。 4月12日(土) 東京
-
Vim scriptでリスト、文字列、辞書の効率的かつ汎用的な扱い方を学ぶために、vim-jp/vital.vimのData.List, Data.String, Data.Dictionaryあたりを読みます。 4月12日(土) 21:00~ LingrのVim部屋にて
-
Sapporo.vimは札幌でVimに興味がある!Vimが好きだ! という方が対象の勉強会です。 皆さんでVimVimしましょう。 5月25日(日) 札幌
今月の新機能
- 7.4.200 : ビジュアルモードの機能が最小構成ビルドでも有効化されました。
- 7.4.201 : オプション
'lispwords'
が global-local になりました。 - 7.4.202 : Windowsで
enc=utf-8
のとき、フォント名にマルチバイト文字が使えるようになりました。 - 7.4.204 : マルチバイト文字に map 出来るようになりました。
- 7.4.213 :
:noswapfile
が追加されました。 - 7.4.218 :
uniq()
関数が追加されました。
リリース情報
- 7.4.193 : typos in messages
- 7.4.194 : can’t build for Android
- 7.4.195 : (after 7.4.193) Python tests fail
- 7.4.196 : tests fail on Solaris 9 and 10
- 7.4.197 : various problems on VMS
- 7.4.198 : can’t build with non-threding Perl and dynamic loading
- 7.4.199 : (issue 197) ]P doesn’t paste over Visual selection
- 7.4.200 : too many #ifdefs in the code
- 7.4.201 : ‘lispwords’ is a global option
- 7.4.202 : MS-Windows: non-ASCII font names don’t work
- 7.4.203 : parsing ‘errorformat’ is not correct
- 7.4.204 : a mapping where the second byte is 0x80 doesn’t work
- 7.4.205 : “:mksession” does not handle the argument list correctly
- 7.4.206 : compiler warnings on 64 bit Windows
- 7.4.207 : cursor report sometimes not recognized causing replace mode
- 7.4.208 : Mercurial picks up some files that are not distributed
- 7.4.209 : when repeating a filter command “%” and “#” are expanded
- 7.4.210 : Visual block mode + virtual edit doesn’t work well with tabs
- 7.4.211 : “:lu” is abbreviation for “:lua”, but it should be “:lunmap”
- 7.4.212 : #ifdefs for the +visual feature are not useful
- 7.4.213 : it’s not possible to open a new buffer without a swapfile
- 7.4.214 : compilation problems on HP_nonStop (Tandem)
- 7.4.215 : “:sp foo” reloads “foo” if it is the current buffer
- 7.4.216 : compiler warnings
- 7.4.217 : “make clean” may run configure pointlessly
- 7.4.218 : it’s not easy to remove duplicates from a list
- 7.4.219 : redraw too often when ‘relativenumber’ or ‘cursorline’ set
- 7.4.220 : test 105 does not work in a shadow dir
- 7.4.221 : quickfix doesn’t resize on “:copen 20”
- 7.4.222 : the Ruby directory is constructed from parts
- 7.4.223 : still using an older autoconf version
- 7.4.224 : /usr/bin/grep on Solaris does not support -F
- 7.4.225 : dynamic Ruby doesn’t work on Solaris
- 7.4.226 : (after 7.4.219) cursorline highlight not always redrawn
- 7.4.227 : (after 7.4.225) can’t build with Ruby 1.8
- 7.4.228 : compiler warnings when building with Python 3.2
- 7.4.229 : “:let” fails when listing vars with a curly braces expression
新着スクリプト
- TWCommand : Tab / Window move & management commands for vim.
- magnum.vim : Pure Vim script big integer library
- Abridge : Vim code snippets creation made easy
- vim-autoflake : vim-autoflake is a Vim plugin that applies autoflake to your current file.
- columnmove : Bring cursor vertically in similar ways as line-wise commands.
- patternjump : Move cursor as you like.
- wipeout : Destroy all buffers that are not open in any tabs or windows.
- pipe2eval : simple REPL inside vim
- ctrlp-py-matcher : Fast matcher for CtrlP plugin written in python.
- FilePathConvert : Convert filespec between absolute, relative, and URL formats.
- ConsultADict.vim : ConsultADict is plugin that provides easy way to consult a dictionary
- REPL plugin : A plugin for handling a REPL interpreter in a scratch window
- svnj.vim : vim svn plugin (subversion svn )
- likelycomplete : Collect & rank words for completion
- quickfix-reflector.vim : Change code right in the quickfix window
- nomad : Keep your environment variables in sync with tmux
- vim-less : Less syntax highlighting
- vim-bookmarks : Toggle line-based bookmarks
- Markology : Mark Visualization, Navigation and Management
- Pterosaur : Makes firefox text-inputs use vim.
- clone : Create a duplicate clone of the current buffer.
- cloneSimilar : Create a duplicate clone of the current buffer with a similar name.
- VIDE : Simple IDE interface for vim
- cra.vim : yearly timesheet
- Arrow Key Repurpose : A plugin for repurposing the arrow keys mostly for shifting lines of text around
- vim-lsdyna : Initial upload
- VimCompletesMe : Simple tab completion for Vim
- github-issues.vim : Github Issues integration with Vim
- avahi-syntax : VIM syntax highlighting for Avahi
月間ダウンロードランキング
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (2795)
- The NERD tree : A tree explorer plugin for navigating the filesystem (2536)
- python.vim : Enhanced version of the python syntax highlighting script (1483)
- pathogen.vim : Easy manipulation of ‘runtimepath’, ‘path’, ‘tags’, etc (1388)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (1164)
- molokai : A port of the monokai scheme for TextMate (1012)
- OmniCppComplete : C/C++ omni-completion with ctags database (985)
- AutomaticLaTeXPlugin : Background compilation, completion, bib serch, toc and other nice features. (938)
- bufexplorer.zip : Buffer Explorer / Browser (872)
- snipMate : TextMate-style snippets for Vim (868)
vim-jp issues
Open : 183 (+1) | Closed : 359 (+10) |
- Issue #532 : vimのlatexの書き方 、や。の扱い
- Issue #533 : vim-surroundについて
- Issue #534 : Windows の gf/gF で grep 結果が開けない
- Issue #535 : BufAdd で :e すると SEGV
- Issue #536 : Test 86 and 87 failed with 7.4.193
- Issue #537 : vim-over
- Issue #538 : .cファイルで#ifdef AA ~ #endifを#if 1 ~ #endifで囲むとAAのSyntax highlightが変化する
- Issue #539 : if_python3 コンパイル時の警告について
- Issue #540 : jsx のファイルを開くと ft=javascript になる
- Issue #541 : help に *String* タグがない
- Issue #542 : cwについて
もどる