/shuffle.vim

Do the random shuffle of lines in vim's buffer

Primary LanguageVimL

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4093

This is a simple script to do the random shuffle of the lines in
buffer.  Please notice that this script need python2 support!
In order to use the map conveniently, you may want to define some key
map yourself.

Usage:
   Press "V" to select some line.  Use command :Shuffle to do the left
  work.