missing space
This commit is contained in:
parent
0102d23bfe
commit
8c6857bf91
@ -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 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user