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/nbdebug.h | |
| 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/nbdebug.h')
| -rw-r--r-- | uvim/src/nbdebug.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uvim/src/nbdebug.h b/uvim/src/nbdebug.h index 20bbb049e2..e92f7a270b 100644 --- a/uvim/src/nbdebug.h +++ b/uvim/src/nbdebug.h @@ -1,10 +1,10 @@ /* vi:set ts=8 sw=8 noet: * - * VIM - Vi IMproved by Bram Moolenaar + * MNV - MNV is not Vim by Bram Moolenaar * Visual Workshop integration by Gordon Prieur * - * Do ":help uganda" in Vim to read copying and usage conditions. - * Do ":help credits" in Vim to see a list of people who contributed. + * Do ":help uganda" in MNV to read copying and usage conditions. + * Do ":help credits" in MNV to see a list of people who contributed. */ @@ -38,8 +38,8 @@ typedef enum { WT_ENV = 1, // look for env var if set - WT_WAIT, // look for ~/.gvimwait if set - WT_STOP // look for ~/.gvimstop if set + WT_WAIT, // look for ~/.gmnvwait if set + WT_STOP // look for ~/.gmnvstop if set } WtWait; |
