hookcursormoved

hookcursormoved is an experimental plugin for Vim that provides some help with the definition of functions that should be called
Download

hookcursormoved Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Thomas Link
  • Publisher web site:
  • http://www.vim.org/scripts/script.php?script_id=2292

hookcursormoved Tags


hookcursormoved Description

hookcursormoved is an experimental plugin for Vim that provides some help with the definition of functions that should be called hookcursormoved is an experimental plugin for Vim that provides some help with the definition of functions that should be called when the cursor position changed.When the cursor position changes, it first checks if a certain conditionis met and then calls functions registered in:hookcursormoved_{CONDITION} (an array).Pre-defined conditions: linechange The line-number has changed. parenthesis Cursor is over (), [], or {}. syntaxchange The syntax group under the cursor has changed (i.e. the cursor has moved in/out of a syntax group. syntaxleave b:hookcursormoved_syntax (ARRAY) should contain the syntax names which should run the hook code. syntaxleave_oneline Same as a above but check also for changes of the line number.In order to define a new conditions, you have to define a function"HookCursorMoved_{CONDITION}(mode)", which returns true if the conditionis met.Functions are best registered using |hookcursormoved#Register()|.Example: > function! WhatsGoingOn(mode) "{{{3 if mode == 'i' DoThis elseif mode == 'n' DoThat endif endf call hookcursormoved#Register('b', 'syntaxchange', function('WhatsGoingOn')) About Vim:Vim is a text editor first released by Bram Moolenaar in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, with many additional features designed to be helpful in editing program source code; its full name is Vi IMproved.While Vim is cross-platform, it is most popular on Unix-like operating systems.Released under a software license compatible with the GNU General Public License, Vim is free and open source software. The program's license includes some charityware clauses.Like vi, Vim's interface is based not on menus or icons but on commands given in a text user interface; its GUI mode, gVim, adds menus and toolbars for commonly used commands but the full functionality is still expressed through its command line mode.For many users learning Vim may be difficult and slow initially, but once the basics are understood they progress quickly and editing becomes more efficient. To facilitate this, Vim has a built-in tutorial for beginners. There is also the Vim Users' Manual that details the basic and more advanced Vim features. This manual can be read from within Vim, or found online.Vim also has a built-in help facility (using the :help command) that allows users to query and navigate through commands and features.Requirements:· VimWhat's New in This Release:· hookcursormoved#Register: Allow deregister


hookcursormoved Related Software