Vim Magazine 10 月号
Posted on 2012-10-31話題
-
ujihisa.vim#3 An International Vim Conference 東京 11月3日(土)
-
Vim勉強会#11 Vim勉強会#11 兵庫 11月11日(日)
今月の新機能
- 7.3.688: Python 3.3がサポートされました。
- 7.3.693: ‘softtabstop’ を -1 に設定することで、’shiftwidth’ と同じ幅、という指定ができるようになりました。
- 7.3.694:
shiftwidth()
関数が追加されました。’shiftwidth’ が 0 のときは ‘tabstop’ の幅と同じになりますが、実際に使われる値をとるのを簡単にするため。
リリース情報
- 7.3.673 : “gN” while ‘selection’ is “exclusive” misses one character
- 7.3.674 : can’t compile with Lua/dyn on Cygwin
- 7.3.675 : accessing uninitialized memory with a very long file name
- 7.3.676 : Ruby compilation on Windows 32 bit doesn’t work
- 7.3.677 : buf_spname() is used inconsistently
- 7.3.678 : Ruby .so name may not be correct
- 7.3.679 : Ruby detection uses Config, newer Ruby versions use RbConfig
- 7.3.680 : some files missing in the list of distributed files
- 7.3.681 : list of distributed files picks up backup files
- 7.3.682 : (after 7.3.677) compiler complains about incompatible types
- 7.3.683 : “:python” may crash when vimbindeval() returns None
- 7.3.684 : “make test” does not delete lua.vim
- 7.3.685 : no test for what patch 7.3.673 fixes
- 7.3.686 : cannot use CTRL-\ e mapping when entering an expression
- 7.3.687 : test 16 fails when $DISPLAY is not set
- 7.3.688 : Python 3.3 is not supported
- 7.3.689 : MzScheme and Lua may use a NULL string
- 7.3.690 : crash with directory name equal to maximum path length
- 7.3.691 : state specific to the Python thread is discarded
- 7.3.692 : can’t build GTK version with GTK 2.0
- 7.3.693 : can’t make ‘softtabstop’ follow ‘shiftwidth’
- 7.3.694 : ‘shiftwidth’ is not so easy to use in indent files
- 7.3.695 : balloon cannot show multi-byte text
- 7.3.696 : message about added spell language can be wrong
- 7.3.697 : leaking resources when setting GUI font
- 7.3.698 : Python 3 does not preserve state beween commands
- 7.3.699 : manually set ‘ttymouse’ is overruled by automatic detection
- 7.3.700 : cannot detect URXVT and SGR mouse support
- 7.3.701 : MS-Windows: Crash with stack overflow when setting ‘encoding’
- 7.3.702 : nmake from VS6 service pack 6 is not recognized
- 7.3.703 : when ‘undofile’ is reset the hash is computed unnecessarily
- 7.3.704 : repeating “cgn” does not always work correctly
- 7.3.705 : mouse features are not in alphabetical order
- 7.3.706 : (after 7.3.697) can’t build Motif version
- 7.3.707 : (after 7.3.701) library name with non-latin characters fails
- 7.3.708 : filler lines above the first line may be hidden
- 7.3.709 : compiler warning for unused argument
- 7.3.710 : (after 7.3.704) “fn” is broken
- 7.3.711 : (after 7.3.688) vim.current.buffer is not available
- 7.3.712 : nmake from VS2010 SP1 is not recognized
新着スクリプト
- butane.vim : Light up your buffers.
- longline.vim : Avoid long lines.
- tabdiff : A different way to diff.
- PatternComplete : Insert mode completion for matches of queried / last search pattern.
- write.vim : Get your author on.
- CommandAlias : Make aliases to vim command
- GuessIndent : Indentation guessing plugin
- easytree.vim : easytree.vim - is a simple tree file manager for vim
- TagManager : Project aware incremental tags manager
- plsql.vim : Syntax for Oracle PL/SQL language with folding feature
- xqmarklogic : vim file type plugin to run an xquery against a MarkLogic server
- Ozzy : Quick file launcher
- djangojump : jump between template, view, url in django project
- sha3.vim : sha3 function
- vim-herokudoc-theme : Color scheme inspired Heroku documentation colors
- tumblr.vim : Syntax highlighting for Tumblr themes.
- vim-xdc-syntax : Syntax highlighter for Xilinx Design Constraints
- autotags : vim plugin for easy ctags and cscope handling in a separate directory
- VimChatBot : A simple self-teaching chat bot game for Vim
- MotionComplete : Insert mode completion for chunks covered by queried {motion} or text object.
- BracketComplete : Insert mode completion for text inside various brackets.
- LineEndComplete : Insert mode completion that completes the rest of the line.
- ctagloader : The script will traverse path tree and load ctag found on the way.
- rvm.vim : Switch Ruby versions from inside Vim
- vim-eco : Eco support for Vim
- CY : Fast input method for Chinese (穿越输入法)
- Unicode RST Tables : Allows to create and edit restructuredText tables easily (Unicode and Python 3).
- autochmodx.vim : If a current file looks like an executable script, make it executable by chmod
- very monochrome grey theme : Grey color sheme
- sqlhana.vim : sqlhana.vim : Syntax file for SAP HANA
- SnippetCompleteSnipMate : Integrate snipMate snippets into SnippetComplete plugin.
- Sunset : Automatically set background on local sunrise/sunset time.
- Makeshift : Selects the right ‘makeprg’ for your build system
- vim-cmake-project : CMake project management in VIM
- bundler.vim : Lightweight support for Ruby’s Bundler
- yars : Yet Another reStructuredText Syntax
- breakindent_beta.vim : Improves indentation of wrapped lines by updating showbreak for current line.
- ctrlp-modified.vim : Easily open locally modified files in your git-versioned projects.
- windows_remember_size.vim : Each window remembers what size you give it, and restores it when refocused.
- toggle_maximize.vim : Keybinds to temporarily maximize the current window, squashing the rest.
- navigation_enhancer.vim : When moving between windows, uses history not cursor position to select target.
- highlight_word_under_cursor.vim : Temporary highlighting of all occurrences of the currently focused word.
- highlight_line_after_jump.vim : Briefly highlights the cursor line whenever the cursor jumps vertically.
- blinking_statusline.vim : Flashes the status line of the focused window whenever you change window.
- back_to_recent_buffer.vim : Goes back to the previous buffer (rather than C-O previous position).
- last_edit_marker.vim : Keybind to quickly return to the last code you edited.
- py-coverage : Show python coverage results
- STL Syntax : Improved C++11 STL syntax highlighting
- git log : A simple Git Log and History diff tool
- smartgrep : Grep word in source file excluding comment
- ViewPort : Make a buffer from part of a file
- detailed : Show subtler color variations than your basic palette-shifting color scheme (cur
- vimside : Vimside - Vim Scala Ide
月間ダウンロードランキング
- taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) (3044)
- The NERD tree : A tree explorer plugin for navigating the filesystem (2593)
- snipMate : TextMate-style snippets for Vim (1443)
- c.vim : C/C++ IDE – Write and run programs. Insert statements, idioms, comments etc. (1409)
- python.vim : Enhanced version of the python syntax highlighting script (1402)
- bufexplorer.zip : Buffer Explorer / Browser (1148)
- molokai : A port of the monokai scheme for TextMate (1115)
- OmniCppComplete : C/C++ omni-completion with ctags database (1083)
- pathogen.vim : Easy manipulation of ‘runtimepath’, ‘path’, ‘tags’, etc (1080)
- minibufexpl.vim : Elegant buffer explorer - takes very little screen space (1059)
vim-jp issues
Open : 129 (-1) | Closed : 137 (+6) |
もどる