Skip to content

Commit

Permalink
Update help files for Vim 8
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorenchik committed Jul 22, 2017
1 parent f409c76 commit 72f2f99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ diff.txt working with two to four versions of the same file
autocmd.txt automatically executing commands on an event
filetype.txt settings done specifically for a type of file
eval.txt expression evaluation, conditional commands
channel.txt Jobs, Channels, inter-process communication
fold.txt hide (fold) ranges of lines
## Special issues
print.txt printing
Expand All @@ -93,10 +94,11 @@ farsi.txt Farsi (Persian) editing
hebrew.txt Hebrew language support and editing
russian.txt Russian language support and editing
ft_ada.txt Ada (the programming language) support
ft_rust.txt Rust support
ft_sql.txt about the SQL filetype plugin
hangulin.txt Hangul (Korean) input mode
rileft.txt right-to-left editing mode
channel.txt Inter-process communication
terminal.txt Terminal emulator inside Vim buffer
## GUI
gui.txt Graphical User Interface (GUI)
gui_w32.txt Win32 GUI
Expand Down Expand Up @@ -142,9 +144,12 @@ pi_gzip.txt Reading and writing compressed files
pi_logipat.txt Logical Patterns
pi_netrw.txt Reading and writing files over a network
pi_paren.txt Highlight matching parens
pi_spec.txt RPM spec files
pi_tar.txt Tar file explorer
pi_vimball.txt Create a self-installing Vim script
pi_zip.txt Zip archive explorer
## Local Additions
matchit.txt Extended pair matching
# Miscellaneous
sponsor.txt Sponsor Vim development, become a registered Vim user
vim_faq.txt Frequently asked questions
Expand Down
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi

echo Copying files into doc directory
cp vim/runtime/doc/tags vim/runtime/doc/*.txt vim_faq/doc/vim_faq.txt doc
cp vim/runtime/pack/dist/opt/matchit/doc/matchit.txt doc

echo Writing tags.txt
awk 'BEGIN { ORS=" " } { print $1 }' doc/tags | fold -sw 78 > doc/tags.txt

0 comments on commit 72f2f99

Please sign in to comment.