summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-25 15:07:51 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-30 06:52:46 +0000
commitfe09fc239c7a12b5bb7f929ec6ed24b6aab89669 (patch)
treef758a76c9cb78fffe9aca6dcfe56ff9a158dded0
parentac0db4dc3b595994f60a3026a00ec0b2f33395dc (diff)
downloadqt-creator-fe09fc239c7a12b5bb7f929ec6ed24b6aab89669.tar.gz
Doc: Add :<range>sor[t][!] to the list of FakeVim CLI commands
Change-Id: Ibe0b9724cdb242c869cdef662cc617d393cd4f4b Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--doc/src/editors/creator-editors.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 1b841015b0..21e5506f93 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -1268,6 +1268,7 @@
\li \c :substitute substitutes an expression in a range
\li \c :'<,'>!cmd filters through an external command (for example,
sorts the lines in a file with \c :%!sort)
+ \li \c :<range>sor[t][!]
\li \c :.!cmd inserts the standard output of an external command
\li \c :read
\li \c :yank, \c :delete, \c :change