Skip to content

noscripter/LargeFile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Editing large files can be a time consuming process as Vim is working on a number of things behind the scenes, such as maintaining an undo database, searching for a syntax highlighting synchronization point, etc.  LargeFile.vim is a very small "plugin"; mostly, its just an autocmd that disables certain features of vim in the interests of speed.

There's an option:  g:LargeFile (by default, its 100).  It describes the minimum size of a file needed for it to be considered as a "LargeFile", in megabytes.  You may set that option in your <.vimrc>.

The plugin is based on vimtip#611.

(alpha/beta version available at http://www.drchip.org/astronaut/vim/index.html#LARGEFILE)

About

Edit large files quickly (keywords: large huge speed)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%