Summary: | [Patch] Swap file should have other extention or be placed elsewhere | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Öyvind Saether <oyvinds> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lamefun.x0r, tagwerk19 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | This little trival patch must solve the problem. |
Description
Öyvind Saether
2011-03-27 07:49:57 UTC
Created attachment 58379 [details]
This little trival patch must solve the problem.
Patch looks excellent. THANK YOU VERY MUCH!!!!!! I'm changing bug status to resolved as fixed (please unchange if this doesn't make it in to head, I assume it will). whoa, whoa. chill. it's not fixed until it's fixed. :-) *** Bug 269568 has been marked as a duplicate of this bug. *** how is vim naming it's files? vim uses “.filename.cpp.swp”. fine with me, should be backported to KDE 4.6.2 as well. Anyone? Git commit 42b9c2a192469d8a8926a17c6586f38c4367afb3 by Dominik Haumann. Committed on 30/03/2011 at 00:48. Pushed by dhaumann into branch 'master'. change swap file name to .<filename>.kate-swp BUG: 269518 M +2 -1 part/swapfile/kateswapfile.cpp http://commits.kde.org/kate/42b9c2a192469d8a8926a17c6586f38c4367afb3 (In reply to Dominik Haumann from comment #8) > ... change swap file name to .<filename>.kate-swp Cross referencing: https://bugs.kde.org/show_bug.cgi?id=394750#c15 Baloo has had an exclusion added for *.swp files (as created by vim, see Bug 433095), this exclusion doesn't work for *.kate-swp. The 'repeated reindexing' impact on system performance is likely similar. The impact *may* differ as a mimetype lookup of the kate-swp file comes up with: $ kmimetypefinder .testfile.txt.kate-swp application/x-font-tex-tfm Parallel issue perhaps... |