mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1486: documentation issues with Wayland
Problem: documentation issues with Wayland
(after v9.1.1485)
Solution: Tweak documentation style. Capitalize the first letter of
Wayland (Hirohito Higashi)
related: #17619
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
d3d54f473f
commit
73b9650519
@@ -1319,7 +1319,7 @@ static void *clip_plus_save = NULL;
|
||||
|| defined(FEAT_WAYLAND_CLIPBOARD))
|
||||
/*
|
||||
* Called when Vim is going to sleep or execute a shell command.
|
||||
* We can't respond to requests for the X or wayland selections.
|
||||
* We can't respond to requests for the X or Wayland selections.
|
||||
* Lose them, otherwise other applications will hang. But first
|
||||
* copy the text to cut buffer 0 (for X11). Wayland users must have
|
||||
* a clipboard manager to replicate such behaviour.
|
||||
@@ -5608,7 +5608,7 @@ mch_call_shell_fork(
|
||||
clip_update();
|
||||
# endif
|
||||
#ifdef FEAT_WAYLAND
|
||||
// Handle wayland events such as sending data as the source
|
||||
// Handle Wayland events such as sending data as the source
|
||||
// client.
|
||||
wayland_client_update();
|
||||
#endif
|
||||
@@ -5682,7 +5682,7 @@ finished:
|
||||
clip_update();
|
||||
#endif
|
||||
#ifdef FEAT_WAYLAND
|
||||
// Handle wayland events such as sending data as the source
|
||||
// Handle Wayland events such as sending data as the source
|
||||
// client.
|
||||
wayland_client_update();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user