vimspector/support
Ben Jackson 2710ee2bfa When the start parameter is missing, the behabiour is arbitary
It seems that the behaviour of the start parameter being missing is
server (or perhaps a specific client) dependent. The specification
clearely says that it should be inserted at the column of the original
request, but the servers clearly expect either for that column to be the
beginning of an identifier or for the client to ignore the spec and
request from that position anyway.

Reading the VSCode code, we see that the 'word' before the cursor is
guessed, and if only if BOTH 'start' AND 'length' are supplied, then
they are used to determine where insertion starts, otherwise the current
'word' is used. Unclear what 'word' means in the specific contexts, but
we're relying on iskeyword.
2020-09-04 00:29:39 +01:00
..
bin Talk to a job from python 2018-05-16 02:31:23 +01:00
doc add example vimrc 2019-05-19 20:24:56 +01:00
test When the start parameter is missing, the behabiour is arbitary 2020-09-04 00:29:39 +01:00
custom_ui_vimrc Allow customisation of the signs 2020-09-01 13:56:12 +01:00
minimal_vimrc Support basic UI customisation via a User autocommand 2020-07-16 08:33:49 +01:00