File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ local function start_fs_watch_active_timer()
200
200
log .debug (" Taking over file system watching duties" )
201
201
data :sync_db ()
202
202
start_fs_watchers ()
203
- log .debug (" Start autocmd lo unset db state if this instance stops fs watchers" )
203
+ log .debug (" Start autocmd to unset db state if this instance stops fs watchers" )
204
204
init_autocmd ()
205
205
end
206
206
end )
@@ -222,7 +222,7 @@ function M.start()
222
222
if not does_pid_exist (db .state :get_fw_running ()) then
223
223
log .debug (" Starting file watchers" )
224
224
start_fs_watchers ()
225
- log .debug (" Start autocmd lo unset db state if this instance stops fs watchers" )
225
+ log .debug (" Start autocmd to unset db state if this instance stops fs watchers" )
226
226
init_autocmd ()
227
227
else
228
228
log .debug (" This neovim instance will take over file watching if required" )
You can’t perform that action at this time.
0 commit comments