Skip to content

Commit 86e1bb4

Browse files
author
koyae
committed
Fixed modeline so copilot code doesn't choke.
For whatever reason the # vim: <settings> was foiling it. Tested and appears to work now.
1 parent cfbd812 commit 86e1bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/copilot/client.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,4 +778,4 @@ augroup copilot_close
778778
endif
779779
augroup END
780780

781-
# vim: sw=0 ts=2 et
781+
" vim: sw=0 ts=2 et

0 commit comments

Comments
 (0)