0
0
mirror of https://github.com/vim/vim.git synced 2025-10-27 09:24:23 -04:00

Update runtime files

This commit is contained in:
Bram Moolenaar
2020-06-21 22:12:03 +02:00
parent 8d9437968b
commit 73fef33014
15 changed files with 105 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
*usr_toc.txt* For Vim version 8.2. Last change: 2020 Jun 11
*usr_toc.txt* For Vim version 8.2. Last change: 2020 Jun 15
VIM USER MANUAL - by Bram Moolenaar
@@ -340,6 +340,12 @@ Make Vim work as you like it.
|45.4| Editing files with a different encoding
|45.5| Entering language text
|usr_46.txt| Write plugins using Vim9 script
|46.1| Introduction
|46.2| Variable declarations
|46.3| Functions and types
|46.?| Using a Vim9 script from legacy script
==============================================================================
Making Vim Run ~