sponsor Vim development Vim logo Vim Book Ad

TailMinusF : Provides near real-time update of a file in the preview window.

 script karma  Rating 24/13, Downloaded by 2519  Comments, bugs, improvements  Vim wiki

created by
Jason Heddings
 
script type
utility
 
description
TailMinusF allows you to view the contents of a file in real time.  When a
change in the file is detected, the window displaying the file is updated and
repositioned to the last line.

The update is not exactly real time, but usually updates within a few seconds
of the file change.  The update interval of the output is determined by the
|updatetime| parameter, along with continued usage of Vim.  This means that if
you are not doing any editing or motion commands, the preview window will not
be updated.  See |CursorHold| for more information.

Because this window becomes the preview window, it will accept all related
commands.  For more information, see |preview-window|.

Once installed, simply use ':Tail <filename>' to see the file.
Use ':pclose' to close this window.
 
install details
- Unzip the files into your Vim runtime path (vimfiles on Windows, .vim on Unix)
- In Vim, run ':helptags' to rebuild your help file
- Restart Vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
tailminusf.zip 1.1 2005-10-20 6.0 Jason Heddings Corrected file format for greater compatibility.
tailminusf.zip 1.0 2005-10-04 6.0 Jason Heddings Initial upload
ip used for rating: 18.222.120.133

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github