mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-21 16:34:05 +02:00
Add Oskar Persson to contributors list
This commit is contained in:
parent
9454ebcb35
commit
f4198a0409
@ -467,6 +467,10 @@ Contributors:
|
|||||||
[![icon][github]](https://github.com/danisevas)
|
[![icon][github]](https://github.com/danisevas)
|
||||||
|
|
||||||
Dani Sevastianov
|
Dani Sevastianov
|
||||||
|
* [![icon][mail]](mailto:oskar.persson@polken.se)
|
||||||
|
[![icon][github]](https://github.com/oskarpersson/)
|
||||||
|
|
||||||
|
Oskar Persson
|
||||||
|
|
||||||
Previous contributors:
|
Previous contributors:
|
||||||
|
|
||||||
|
@ -15,6 +15,9 @@ import org.jetbrains.plugins.ideavim.VimTestCase
|
|||||||
import org.jetbrains.plugins.ideavim.rangeOf
|
import org.jetbrains.plugins.ideavim.rangeOf
|
||||||
|
|
||||||
class PutTextBeforeCursorActionTest : VimTestCase() {
|
class PutTextBeforeCursorActionTest : VimTestCase() {
|
||||||
|
/**
|
||||||
|
* @author Oskar Persson
|
||||||
|
*/
|
||||||
fun `test put visual text character to line twice with separate commands large P`() {
|
fun `test put visual text character to line twice with separate commands large P`() {
|
||||||
val before = """
|
val before = """
|
||||||
A Discovery
|
A Discovery
|
||||||
|
Loading…
Reference in New Issue
Block a user