Watchers

  • shu Comment True <=> False など、2値を表現する単語を切り替えます (キーマッピングは <Leader>t)

toggle_word.vim (vim online)

toggles words, ie. turn on into off, true into false, etc.

  • Script id: 1748
  • Author: Alexandru Ungur
  • Latest version: 1.4
  • Release date: 2008-06-03
  • Release notes:
    - Loaded a more comprehensive base dictionary trying to make
       the plugin more useful out of the box. Suggestions for
       adding more entries to the default dictionary are welcome;

    - Changed the way that the user defined (g:toggle_words)
       dictionary works: it now gets merged into the default one,
       so you can simply skip the entries already defined in the
       base dictionary unless you need to override them.

    - Retired the 'ruby' version of the plugin. You can fetch it from v1.3
       if you need it, but no further development will be done on it