Skip to content

Commit

Permalink
escape LT
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Oct 1, 2021
1 parent 33aaaf0 commit 3014958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions input.fs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ let onInput (nvim: Nvim) (input: IObservable<int*InputEvent>) =
key
|> Observable.choose(fun (_, x) ->
match x with
| TextInput "<" -> Some "<LT>"
| TextInput txt ->
if blockNextTextInput then
blockNextTextInput <- false
Expand Down

0 comments on commit 3014958

Please sign in to comment.