1
1
mirror of https://github.com/qvacua/vimr.git synced 2025-01-02 10:43:41 +03:00

Update NvimServer

This commit is contained in:
Tae Won Ha 2022-11-30 18:43:56 +01:00
parent 0da6a7e566
commit f7e3ac029c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit a051c709528fb3742b160a194bd755a49a8419d9
Subproject commit 828586e3fdf1810714845bd0cdfe1c0bf086ae37

View File

@ -126,6 +126,7 @@ enum NvimAutoCommandEvent: Int {
case winenter = 120
case winleave = 121
case winnew = 122
case winscrolled = 123
case winresized = 123
case winscrolled = 124
}