https://bugs.kde.org/show_bug.cgi?id=487151
--- Comment #3 from TrianguloY <correo--correo+...@hotmail.com> --- Oh, thanks for the review. That would explain it, but, is that a documented feature? I can't see anything on the web documentation (https://docs.kde.org/stable5/en/kate/kate/fundamentals.html#starting-from-the-command-line) nor on the command line help (with kate -h) where the official parameters are apparently "-l, --line <line> Navigate to this line." and "-c, --column <column> Navigate to this column." I also tested with a local file, and it works if the file does exist, but will remove the prefix if not. So: $ kate './test:0' will open a file called test:0 if it exists. But if the file does not exists, it will open an empty new file called test. With sftp it will always remove the prefix, no matter if the file exists or not. I think this also happens with http urls, but I couldn't perform proper tests with that. -- You are receiving this mail because: You are watching all bug changes.