Skip to content

qtopie/autoread.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoread.vim

Enchanced autoread command, automatically reads file when it has been modified.

Requirements

This plugin requires +python or +python3.

This is different from the built-in 'autoread' option in that it periodically checks if the file on the disk has changed, which is not what 'autoread' does. 'autoread' only checks if the file is changed on when certain events occur.

Usage

Use :AutoreadStart to start checking, and :AutoreadStop to stop. Or use Autoread to toggle start/stop mode.

See :help :Autoread (or the help file) for more information.

Packages

No packages published

Languages

  • Vim Script 75.1%
  • Python 24.9%