diff options
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 4c02dba3d6..1b77d87aac 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -75,6 +75,8 @@ NVIM IS... WELL DOCUMENTED *design-documented* - Do not prefix doc-tags with "nvim-". Use |vim_diff.txt| to document differences from Vim. The {Nvim} annotation is also available to mark a specific feature. No other distinction is necessary. +- If a feature is removed, delete its doc entry and move its tag to + |vim_diff.txt|. NVIM IS... HIGH SPEED AND SMALL IN SIZE *design-speed-size* |