missing space

This commit is contained in:
davits 2014-03-03 10:26:06 +04:00
parent 0102d23bfe
commit 8c6857bf91

View File

@ -249,7 +249,7 @@ def JumpToLocation( filename, line, column ):
not BufferModified( vim.current.buffer ) ):
vim.command( 'keepjumps edit {0}'.format( filename ) )
else:
vim.command( 'keepjumps {0} {1}'.format( user_options_store.Value( 'goto_buffer_command'),
vim.command( 'keepjumps {0} {1}'.format( user_options_store.Value( 'goto_buffer_command' ),
filename ) )
vim.current.window.cursor = ( line, column - 1 )