Another DNS-zone serial number updater.
This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Rodolphe Breard bea1fc4b9a Load functions only when needed.
Even if this plugin is small, DNS zone editing may not be very frequent.
Therefore, there is no point defining those functions every time vim
start. Moving them to the autoload directory solve this problem.
2015-10-18 20:31:17 +02:00
autoload Load functions only when needed. 2015-10-18 20:31:17 +02:00
ftplugin Remove superfluous "author" line in the license headers. 2015-10-18 20:16:53 +02:00
plugin Load functions only when needed. 2015-10-18 20:31:17 +02:00
.gitignore Initial commit. 2015-10-18 00:59:31 +02:00
LICENSE.txt Initial commit. 2015-10-18 00:59:31 +02:00
README.md Add a "why?" section in the readme. 2015-10-18 01:17:31 +02:00

vim-dnsserial

Another DNS-zone serial number updater.

Why?

I know this not the first vim plugin available to update a DNS-zone serial number. Here is a few reasons why I chose not to use the canonical one:

  • there is no license and therefore it is not free;
  • it is unmaintained;
  • it is bugged;
  • it lacks functionalities.

It chose not to fork the original plugin but to write a new one from scratch mainly for legal purposes, but also because I did not found the code as simple as I expected.