mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.0.0012
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes #1088)
This commit is contained in:
@@ -2156,7 +2156,7 @@ nb_do_cmd(
|
||||
else if (streq((char *)cmd, "save"))
|
||||
{
|
||||
/*
|
||||
* NOTE - This command is obsolete wrt NetBeans. Its left in
|
||||
* NOTE - This command is obsolete wrt NetBeans. It's left in
|
||||
* only for historical reasons.
|
||||
*/
|
||||
if (buf == NULL || buf->bufp == NULL)
|
||||
@@ -2242,7 +2242,7 @@ nb_do_cmd(
|
||||
|
||||
/*
|
||||
* Is this needed? I moved the netbeans_Xt_connect() later during startup
|
||||
* and it may no longer be necessary. If its not needed then needupdate
|
||||
* and it may no longer be necessary. If it's not needed then needupdate
|
||||
* and do_update can also be removed.
|
||||
*/
|
||||
if (buf != NULL && buf->initDone && do_update)
|
||||
@@ -2856,7 +2856,7 @@ netbeans_unmodified(buf_T *bufp UNUSED)
|
||||
}
|
||||
|
||||
/*
|
||||
* Send a button release event back to netbeans. Its up to netbeans
|
||||
* Send a button release event back to netbeans. It's up to netbeans
|
||||
* to decide what to do (if anything) with this event.
|
||||
*/
|
||||
void
|
||||
@@ -3453,7 +3453,7 @@ pos2off(buf_T *buf, pos_T *pos)
|
||||
|
||||
|
||||
/*
|
||||
* This message is printed after NetBeans opens a new file. Its
|
||||
* This message is printed after NetBeans opens a new file. It's
|
||||
* similar to the message readfile() uses, but since NetBeans
|
||||
* doesn't normally call readfile, we do our own.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user