comparison src/libvterm/README @ 21996:808edde1e97d v8.2.1547

patch 8.2.1547: various comment problems Commit: https://github.com/vim/vim/commit/02c037a4be6aeb7f6376e7dcc3ab41cfc6db3ede Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 30 19:26:45 2020 +0200 patch 8.2.1547: various comment problems Problem: Various comment problems. Solution: Update comments.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Aug 2020 19:30:13 +0200
parents e02d45e302a2
children 2d2758ffd959
comparison
equal deleted inserted replaced
21995:df20e24140b4 21996:808edde1e97d
9 Modifications: 9 Modifications:
10 - Add a .gitignore file. 10 - Add a .gitignore file.
11 - Convert from C99 to C90. 11 - Convert from C99 to C90.
12 - Other changes to support embedding in Vim. 12 - Other changes to support embedding in Vim.
13 13
14 To find the diff of a libvterm patch edit this URL, changing "999" to the patch 14 To get the latest version of libvterm you need the "bzr" command and do:
15 number: 15 bzr co http://bazaar.leonerd.org.uk/c/libvterm/
16
17 To find the diff of a libvterm revision edit this URL, changing "999" to the
18 patch number:
16 https://bazaar.launchpad.net/~libvterm/libvterm/trunk/diff/999?context=3 19 https://bazaar.launchpad.net/~libvterm/libvterm/trunk/diff/999?context=3
17 20
18 To merge in changes from Github, do this: 21 To merge in changes from Github, do this:
19 - Commit any pending changes. 22 - Commit any pending changes.
20 - Setup the merge tool: 23 - Setup the merge tool: