aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2016-01-15 15:34:04 -0500
committerMichael Reed <m.reed@mykolab.com>2016-01-16 14:13:05 -0500
commit0735b05c8296f4b73926fc7024f76d37241f390c (patch)
tree5c01a3119a4f28e794f0265d12bebd1ea4f9ff18
parente4fb777252ec92ba46627e6475bafd630c529c65 (diff)
downloadrneovim-0735b05c8296f4b73926fc7024f76d37241f390c.tar.gz
rneovim-0735b05c8296f4b73926fc7024f76d37241f390c.tar.bz2
rneovim-0735b05c8296f4b73926fc7024f76d37241f390c.zip
doc: Remove reference to gettimeofday()
We use libuv for high resolution time now so this note is irrelevant.
-rw-r--r--runtime/doc/term.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index 9c74a7eb8b..d85b4a326d 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -687,8 +687,8 @@ alt key is pressed (it may move the window).
*double-click*
Double, triple and quadruple clicks are supported when the GUI is active, for
-Windows and for an xterm (if the gettimeofday() function is available). For
-selecting text, extra clicks extend the selection:
+Windows and for an xterm. For selecting text, extra clicks extend the
+selection:
click select ~
double word or % match *<2-LeftMouse>*
triple line *<3-LeftMouse>*