Tip #180: Reload your filetype/syntax plugin
tip karma |
Rating -2/2, Viewed by 1218
|
created: |
|
December 14, 2001 3:33 |
|
complexity: |
|
advanced |
author: |
|
Max Ischenko |
|
as of Vim: |
|
6.0 |
Ever tried to write/debug your own filetype/syntax plugin?
It's an iterative process which involves editing plugin code and testing it on some
sample file. To see changes you made in your plugin simply do :e on sample file.
This will force Vim to reload all buffer-specific files, including your plugin.
<<Simplify help buffer navigation |
get the vim patched source >>
Additional Notes
|