diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-03 22:21:25 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 00:23:03 +0300 |
| commit | 2eae5db069dc171f74cd863487655f6a88e5384d (patch) | |
| tree | 2d9d05e09978a2a44acbfbb8d651f240df3ca052 /uvim/src/libvterm/README | |
| parent | 473d922faed49241a5d29d9e37dc4819cd512006 (diff) | |
| download | Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.tar.gz Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.zip | |
NOISSUE rebrand vim to MNV's not Vim
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/src/libvterm/README')
| -rw-r--r-- | uvim/src/libvterm/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uvim/src/libvterm/README b/uvim/src/libvterm/README index 56c6e222be..a04a777ac8 100644 --- a/uvim/src/libvterm/README +++ b/uvim/src/libvterm/README @@ -4,7 +4,7 @@ The original can be found: - on the original site (tar archive and Bazaar repository): http://www.leonerd.org.uk/code/libvterm/ - cloned on Github: - https://github.com/neovim/libvterm + https://github.com/neomnv/libvterm Modifications: - revisions up to 839 have been included @@ -12,7 +12,7 @@ Modifications: - use TRUE and FALSE instead of true and false - use int or unsigned int instead of bool - Converted some code from C99 to C90. -- Other changes to support embedding in Vim. +- Other changes to support embedding in MNV. To get the latest version of libvterm you need the "bzr" command and do: bzr co http://bazaar.leonerd.org.uk/c/libvterm/ @@ -24,7 +24,7 @@ patch number: To merge in changes from Github, do this: - Commit any pending changes. - Setup the merge tool: - git config merge.tool vimdiff + git config merge.tool mnvdiff git config merge.conflictstyle diff3 git config mergetool.prompt false - Run the merge tool: |
