diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/change.txt | 5 | ||||
-rw-r--r-- | runtime/doc/index.txt | 2 | ||||
-rw-r--r-- | runtime/doc/news.txt | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index f7cbf7fd36..3d71c3e032 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1105,6 +1105,11 @@ inside of strings can change! Also see 'softtabstop' option. > :[line]pu[t]! [x] Put the text [from register x] before [line] (default current line). + *:ip* *:iput* +:[line]ip[ut] [x] like |:put|, but adjust indent to the current line + +:[line]ip[ut]! [x] like |:put|!, but adjust indent to the current line + ["x]]p or *]p* *]<MiddleMouse>* ["x]]<MiddleMouse> Like "p", but adjust the indent to the current line. Using the mouse only works when 'mouse' contains 'n' diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index b814b3be78..4744b24e84 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1348,6 +1348,8 @@ tag command action ~ |:inoreabbrev| :inorea[bbrev] like ":noreabbrev" but for Insert mode |:inoremenu| :inoreme[nu] like ":noremenu" but for Insert mode |:intro| :int[ro] print the introductory message +|:iput| :ip[ut] like |:put|, but adjust the indent to the + current line |:isearch| :is[earch] list one line where identifier matches |:isplit| :isp[lit] split window and jump to definition of identifier diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 7bdacd73bf..ad1481e304 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -115,7 +115,7 @@ DIAGNOSTICS EDITOR -• todo +• |:iput| works like |:put| but adjusts indent. EVENTS |