Skip to content

Commit

Permalink
Typo: lower vs upper case (#327)
Browse files Browse the repository at this point in the history
This didn't affect me with Vim 9.0 patch 1-1413 so I didn't notice it, but it did affect another user now.
  • Loading branch information
vphantom committed Mar 7, 2024
1 parent f2d90de commit c6728c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/codeium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function! codeium#AddTrackedWorkspace() abort
endif
let s:codeium_workspace_indexed = v:true
try
call codeium#server#Request('AddTrackedWorkspace', {"workspace": s:getProjectRoot()})
call codeium#server#Request('AddTrackedWorkspace', {"workspace": s:GetProjectRoot()})
catch
call codeium#log#Exception()
endtry
Expand Down

0 comments on commit c6728c9

Please sign in to comment.