Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit aae7a6a

Browse files
committed
Remove col-1 in parameterinfo parsing
This has moved to precrack during the implementation of symbolic operator parsing.
1 parent 26978ff commit aae7a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monodevelop/MonoDevelop.FSharpBinding/Services/LanguageService.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ type internal TypedParseResult(info:TypeCheckResults, untyped : UntypedParseInfo
383383
let crackSymbolTextAtGetMethodsTrigger (offset:int, doc:Mono.TextEditor.TextDocument) =
384384

385385
let loc, line, col, currentLine, lineStr = preCrack (offset, doc)
386-
let lookBack = Parsing.createBackStringReader lineStr (col-1)
386+
let lookBack = Parsing.createBackStringReader lineStr col
387387
let backIdentOpt = Parsing.tryGetFirst Parsing.parseBackTriggerThenLongIdent lookBack
388388
match backIdentOpt with
389389
| None -> None

0 commit comments

Comments
 (0)