Version: (using KDE 4.2.2) Installed from: Gentoo Packages Common VIM feature. Extremly useful for source code pasting.
There already is an option for this in the config page. If the vi mode implements this, it probably should read this config option.
dominik: it looks like that option does something else. it *reindents* the pasted text. ]p should simply adjust the lines of the pasted text n indent widths to the left or right, so that the first character of the first line ends up at the current indent width. Nickolay: thanks for the suggestion. i'll absolutely add that. :)
Git commit ca6b39ab160fa2bbe2485097dd382bc82ef4d96f by Simon St James. Committed on 10/07/2013 at 08:06. Pushed by sstjames into branch 'master'. Implement indented paste (]p and [p). M +28 -5 part/vimode/katevinormalmode.cpp M +4 -1 part/vimode/katevinormalmode.h M +25 -0 tests/vimode_test.cpp http://commits.kde.org/kate/ca6b39ab160fa2bbe2485097dd382bc82ef4d96f