Vim Magazine 8 月号
Posted on 2013-08-31話題
-
Vim 7.4 がリリースされました。
-
Vimのコア機能を徹底解説
古くて新しいUnixのエディタVim–このVimのエディタとしてのコア機能をマスターするためのレシピ集。
-
Vim の hjkl を練習できるミニゲーム。
-
今あつい国、なごやで Vim の勉強をします! 9月7日(土) 名古屋
-
2013 Emacs/Vim温泉(希望調査)2013 Emacs/Vim温泉(本登録)Emacs/Vimなど、エディタを肴にリゾートしてみます。 何かを作ってみたり、発表してみたり、ただ単に観光したり温泉入るなど、何でも良し。 九重・湯布院周辺 9月21日(土)-9月23日(月) ※日程調整中
-
Vim Advent Calendar 2012 まだやってます。
リリース情報
- 7.4a.047 : some comments are not so nice
- 7.4b.000 : Update files for the 7.4b BETA release.
- 7.4b.001 : Win32: dialog may extend off-screen
- 7.4b.002 : crash searching for \%()*
- 7.4b.003 : regexp code is not nicely aligned
- 7.4b.004 : regexp crash on pattern “@\%[\w\-]*”
- 7.4b.005 : finding %s in shellpipe and shellredir does not ignore %%s
- 7.4b.006 : Using \{n,m} in an autocommand pattern no longer works
- 7.4b.007 : on 32 bit MS-Windows :perldo does not work
- 7.4b.008 : ‘autochdir’ causes setbufvar() to change current directory
- 7.4b.009 : manually defined Visual area doesn’t work in new buffer
- 7.4b.010 : Win32: Tcl library load does not use standard mechanism
- 7.4b.011 : “:he \%(\)” does not work
- 7.4b.012 : output from a shell command is truncated at a NUL
- 7.4b.013 : install dir for JP man pages is wrong
- 7.4b.014 : (after 7.4b.012) stupid mistake
- 7.4b.015 : (after 7.4b.008) can’t compile without the ‘acd’ feature
- 7.4b.016 : Ruby detection fails on Fedora 19
- 7.4b.017 : “:he \\^x” gives a strange error message
- 7.4b.018 : Win32: Dialog can still be too big
- 7.4b.019 : tabline is not updated properly when closing a tab on Win32
- 7.4b.020 : “g~ap” changes first character of next paragraph
- 7.4b.021 : multiple press-enter messages when pressing “u”
- 7.4b.022 : not waiting for a character when the tick count overflows
- 7.4 : release version 7.4
- 7.4.001 : ‘ic’ doesn’t work for patterns such as [a-z]
- 7.4.002 : pattern with two alternative look-behind matches doesn’t match
- 7.4.003 : memory access error in Ruby syntax highlighting
- 7.4.004 : when closing a window fails “:bwipe” may hang
- 7.4.005 : “vaB” while ‘virtualedit’ is set selects the wrong area
- 7.4.006 : mkdir(“foo/bar/”, “p”) gives an error message
- 7.4.007 : creating a preview window on startup messes up the screen
- 7.4.008 : new regexp engine can’t be interrupted
- 7.4.009 : too easy to write a file was not decrypted (yet)
- 7.4.010 : (after 7.4.006) crash with invalid argument to mkdir()
- 7.4.011 : cannot find out if “acl” and “xpm” features are supported
- 7.4.012 : MS-Windows: resolving multi-bye shortcut does not work
- 7.4.013 : MS-Windows: File name buffer too small for utf-8
- 7.4.014 : MS-Windows: check for writing to device does not work
- 7.4.015 : MS-Windows: Detecting node type fails for multi-byte chars
- 7.4.016 : MS-Windows: File name completion has problem with Chinese
新着スクリプト
- better-header : add file header automatically and intelligently
- unstack : Open files from stack traces in vsplits
- neat.vim : A simple VIM plugin to help you pretty print your data.
- Vim-Ultimate-Colorscheme-Utility : Utility for managing multiple favorite colorschemes and easy color browsing.
- Visual Studio : A color scheme that tries to imitate Visual Studio 2010.
- Pretty Args : Pretty print for :args command
- jshint2.vim : Lightweight, customizable and functional Vim plugin for JSHint integration.
- playroom : A light colorscheme based on the FlatUI palette
- EasyClip : Simplified clipboard functionality for Vim
- logpad-plus-duration : Emulate Windows Notepad logging feature, and log duration of each entry
- Crunch : An easier way to perform calculations inside Vim
- move : Move lines and selected text up and down
- simple_highlighting : Easily highlight multiple words in all buffers
- vim-kitchen : initial version
- oops_trace.vim : oops_trace.vim - Use tag-style lookups on Linux kernel oops backtraces.
- movealong.vim : Context-aware motion commands
- desertink.vim : Colorscheme based on desert
- fixkey : Use non-ASCII keys in console Vim
- WSearch : Web Search Plugin
- 0x7A69_dark.vim : 0x7A69
- liquidfold.vim : liquidfold.vim provides Vim syntax folding for Liquid templates. It supports any
- perl-nextmethod : ]m, ]M, [m, [M next/previous perl method motions
- nextfile : vim script to switch between test files using \n
- webkitgtk : syntax for webkitgtk-3.0
- libxml2 : syntax for libxml2
- mlp.vim : My Little Pony-Inspired Color Scheme
- tex-fold : Easy TeX folding
- tag-surfer : Fuzzy tag searches
- vim-vsnumber : vim script to make the number sort in selection area
- AtelierDune : Part of a set of colorschemes that come with a light and dark background
- excess-lines : Highlight surplus characters of long lines
- clever-f.vim : Extended f/F/t/T mappings for more convenience.
- open-pdf.vim : Convert pdf file to plain text, cache it and open it quickly in vim using pdftot
- unite-n3337 : A vim plugin for unite.vim to look in N3337 quickly.
- tweetvim-advanced-filter : A high-configurable timeline filter for TweetVim.
月間ダウンロードランキング
- The NERD tree : A tree explorer plugin for navigating the filesystem (2122)
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (2096)
- python.vim : Enhanced version of the python syntax highlighting script (1462)
- pathogen.vim : Easy manipulation of ‘runtimepath’, ‘path’, ‘tags’, etc (1152)
- molokai : A port of the monokai scheme for TextMate (954)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (861)
- snipMate : TextMate-style snippets for Vim (857)
- github theme : A gvim colorscheme based on github’s syntax highlighting (725)
- OmniCppComplete : C/C++ omni-completion with ctags database (721)
- bufexplorer.zip : Buffer Explorer / Browser (667)
vim-jp issues
Open : 175 (+4) | Closed : 290 (+12) |
- Issue #450 : GUI版で画面にノイズが残ることがある (Windows)
- Issue #451 : :setlocal nowrap と :setlocal wrap nowrap で動作が変わる
- Issue #452 : 除算で0で割ったときエラーが出ない
- Issue #453 : enc=utf-8 時に外部コマンドに渡されるマルチバイト文字がutf-8である為、正しく実行されない。
- Issue #454 : Vim 7.4.14b BETA で GUI タブが表示されない場合がある
- Issue #455 : enc=utf-8で正しく動作しない処理 (Windows)
- Issue #456 : filetype=systemverilogの追加について
- Issue #457 : スペルチェックのポップアップメニューが日本語化されていない
- Issue #458 : \ze の後に \zs がマッチすると内部エラーになる
- Issue #459 : 新正規表現エンジンが暴走しCTRL-Cでもインタラプトできない
- Issue #460 : オートロード変数(型は辞書)の中身の関数を、変数未定義の状態でcallするとオートロードしない
- Issue #461 : autoload関数(オートロードスクリプト)の初回読み込みが遅い
- Issue #462 : autoload関数のテストを追加する
- Issue #463 : コマンドラインモードでのレジスタ内容挿入コマンドのバリエーションを増やそうぜ!
- Issue #464 : FileType イベントでpeditを開くと、閉じるときに落ちる
- Issue #465 : ユーザー定義コマンドの引数がレジスタ扱いされたsyntaxになっている
もどる