( *args )
| 76 | current_buffer = VimBuffer( PathToTestFile( 'uni¢𐍈d€', 'current_buffer' ) ) |
| 77 | |
| 78 | def ServerResponse( *args ): |
| 79 | return { 'completions': [], 'completion_start_column': 1 } |
| 80 | |
| 81 | with CurrentWorkingDirectory( unicode_dir ): |
| 82 | with MockVimBuffers( [ current_buffer ], [ current_buffer ] ): |
nothing calls this directly
no outgoing calls
no test coverage detected