vim-argwrap/autoload/argwrap/hooks
Camille Dejoye 7afc8ac1cd improvement: preserve the cursor position
The idea was to be able to keep the cursor on the same position than
before an operation.
To solve this issue I first extract the position of the cursor, this
position is given relative to the argument list. It contains the number
of the argument and a column number relative to the start of the
argument.
This way it is possible to position the cursor later on and I hope it
should be pretty easy for any extension to adapt it if needed since it's
provided in the container dictionary.
2020-06-13 13:11:24 +02:00
..
filetype/php improvement: globally initialize the settings 2020-06-13 12:21:03 +02:00
000_curpos.vim improvement: preserve the cursor position 2020-06-13 13:11:24 +02:00