1
0
forked from aniani/vim

Commit Graph

  • 0df1102698 updated for version 7.3.192 Problem: Ex command ":s/ \?/ /g" splits multi-byte characters into bytes. (Dominique Pelle) Solution: Advance over whole character instead of one byte. v7.3.192 Bram Moolenaar 2011-05-19 14:30:16 +02:00
  • 2d5204ff88 Updated message translations. Bram Moolenaar 2011-05-19 13:44:07 +02:00
  • b07269a548 updated for version 7.3.191 Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code. v7.3.191 Bram Moolenaar 2011-05-19 13:41:14 +02:00
  • 20f90cf99a Updated runtime files. Bram Moolenaar 2011-05-19 12:22:51 +02:00
  • 3a7d8c3adb updated for version 7.3.190 Problem: When there is a "containedin" syntax argument highlighting may be wrong. (Radek) Solution: Reset current_next_list. (Ben Schmidt) v7.3.190 Bram Moolenaar 2011-05-19 12:14:10 +02:00
  • e2bdce3f5c updated for version 7.3.189 Problem: Can't build without +clipboard feature. (Christian Ebert) Solution: Add the missing #ifdef. v7.3.189 Bram Moolenaar 2011-05-10 17:29:33 +02:00
  • 1bfb61e80b updated for version 7.3.188 Problem: More RISC OS files to remove. Solution: Remove them. Update the file list. v7.3.188 Bram Moolenaar 2011-05-10 17:21:56 +02:00
  • 446beb48d9 Updated runtime files. Bram Moolenaar 2011-05-10 17:18:44 +02:00
  • 1c2b2c12bb Remove the deleted RISC OS files. Bram Moolenaar 2011-05-10 16:42:00 +02:00
  • e60acc180b updated for version 7.3.187 Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. v7.3.187 Bram Moolenaar 2011-05-10 16:41:25 +02:00
  • 536681be5d updated for version 7.3.186 Problem: When 'clipboard' contains "unnamed" or "unnamedplus" the value of v:register is wrong for operators without a specific register. Solution: Adjust the register according to 'clipboard'. (Ingo Karkat) v7.3.186 Bram Moolenaar 2011-05-10 16:12:45 +02:00
  • bb99322ef9 updated for version 7.3.185 Problem: ":windo g/pattern/q" closes windows and reports "N more lines". (Tim Chase) Solution: Remember what buffer ":global" started in. (Jean-Rene David) v7.3.185 Bram Moolenaar 2011-05-10 16:00:47 +02:00
  • 18e0bfb07c updated for version 7.3.184 Problem: Static code analysis errors in riscOS. Solution: Make buffer size bigger. (Dominique Pelle) v7.3.184 Bram Moolenaar 2011-05-10 15:52:15 +02:00
  • 5897e0c470 updated for version 7.3.183 Problem: When Exuberant ctags binary is exuberant-ctags it's not found. Solution: Add configure check for exuberant-ctags. v7.3.183 Bram Moolenaar 2011-05-10 15:42:03 +02:00
  • 05da428462 updated for version 7.3.182 Problem: Compiler warning for uninitialized variable. Solution: Add dummy initializer. v7.3.182 Bram Moolenaar 2011-05-10 14:44:11 +02:00
  • 9c520cb544 updated for version 7.3.181 Problem: When repeating the insert of CTRL-V or a digraph the display may not be updated correctly. Solution: Only call edit_unputchar() after edit_putchar(). (Lech Lorens) v7.3.181 Bram Moolenaar 2011-05-10 14:22:16 +02:00
  • a4271d598b updated for version 7.3.180 Problem: When both a middle part of 'comments' matches and an end part, the middle part was used errornously. Solution: After finding the middle part match continue looking for a better end part match. (partly by Lech Lorens) v7.3.180 Bram Moolenaar 2011-05-10 13:38:27 +02:00
  • aede6ceba3 updated for version 7.3.179 Problem: C-indent doesn't handle colon in string correctly. Solution: Skip the string. (Lech Lorens) v7.3.179 Bram Moolenaar 2011-05-10 11:56:30 +02:00
  • 4ae06c1fa5 updated for version 7.3.178 Problem: C-indent doesn't handle code right after { correctly. Solution: Fix detecting unterminated line. (Lech Lorens) v7.3.178 Bram Moolenaar 2011-05-10 11:39:19 +02:00
  • 3c9c99cb2c updated for version 7.3.177 Problem: MS-Windows: mkdir() doesn't work properly when 'encoding' is "utf-8". Solution: Convert to utf-16. (Yukihiro Nakadaira) v7.3.177 Bram Moolenaar 2011-05-05 18:31:59 +02:00
  • 948733a874 updated for version 7.3.176 Problem: Ruby linking doesn't work properly on Mac OS X. Solution: Fix the configure check for Ruby. (Bjorn Winckler) v7.3.176 Bram Moolenaar 2011-05-05 18:10:16 +02:00
  • 1701e4069b updated for version 7.3.175 Problem: When 'colorcolumn' is set locally to a window, ":new" opens a window with the same highlighting but 'colorcolumn' is empty. (Tyru) Solution: Call check_colorcolumn() after clearing and copying options. (Christian Brabandt) v7.3.175 Bram Moolenaar 2011-05-05 17:32:44 +02:00
  • 8f4ba6942d updated for version 7.3.174 Problem: When Exuberant ctags binary is exctags it's not found. Solution: Add configure check for exctags. (Hong Xu) v7.3.174 Bram Moolenaar 2011-05-05 17:24:27 +02:00
  • d236ac0d49 updated for version 7.3.173 Problem: After using setqflist() to make the quickfix list empty ":cwindow" may open the window anyway. Also after ":vimgrep". Solution: Correctly check whether the list is empty. (Ingo Karkat) v7.3.173 Bram Moolenaar 2011-05-05 17:14:14 +02:00
  • 1c32dff7d6 updated for version 7.3.172 Problem: MS-Windows: rename() might delete the file if the name differs but it's actually the same file. Solution: Use the file handle to check if it's the same file. (Yukihiro Nakadaira) v7.3.172 Bram Moolenaar 2011-05-05 16:41:24 +02:00
  • 85de20665f updated for version 7.3.171 Problem: When the clipboard isn't supported: ":yank*" gives a confusing error message. Solution: Specifically mention that the register name is invalid. (Jean-Rene David) v7.3.171 Bram Moolenaar 2011-05-05 14:26:41 +02:00
  • 72bb0d6455 updated for version 7.3.170 Problem: VMS Makefile for testing was not updated for test77. Solution: Add test77 to the Makefile. v7.3.170 Bram Moolenaar 2011-04-28 19:05:05 +02:00
  • 8e5af3e531 Updated runtime files. Bram Moolenaar 2011-04-28 19:02:44 +02:00
  • b453a53b59 updated for version 7.3.169 Problem: Freeing memory already freed, warning from static code analyzer. Solution: Initialize pointers to NULL, correct use of "mustfree". (partly by Dominique Pelle) v7.3.169 Bram Moolenaar 2011-04-28 17:48:44 +02:00
  • 877b97b953 updated for version 7.3.168 Problem: When the second argument of input() contains a CR the text up to that is used without asking the user. (Yasuhiro Matsumoto) Solution: Change CR, NL and ESC in the text to a space. v7.3.168 Bram Moolenaar 2011-04-28 17:30:09 +02:00
  • d88e02def5 updated for version 7.3.167 Problem: When using the internal grep QuickFixCmdPost is not triggered. (Yukihiro Nakadaira) Solution: Change the place where autocommands are triggered. v7.3.167 Bram Moolenaar 2011-04-28 17:27:09 +02:00
  • f844147747 updated for version 7.3.166 Problem: Buffer on the stack may be too big Solution: Allocate the space. v7.3.166 Bram Moolenaar 2011-04-28 17:24:58 +02:00
  • cca92ec8cf updated for version 7.3.165 Problem: ":find" completion does not escape spaces in a directory name. (Isz) Solution: Add backslashes for EXPAND_FILES_IN_PATH. (Carlo Teubner) v7.3.165 Bram Moolenaar 2011-04-28 17:21:53 +02:00
  • 8d2d71d4bb updated for version 7.3.164 Problem: C-indenting: a preprocessor statement confuses detection of a function delcaration. Solution: Ignore preprocessor lines. (Lech Lorens) Also recognize the style to put a comma before the argument name. v7.3.164 Bram Moolenaar 2011-04-28 13:02:09 +02:00
  • f1fda2d6e5 updated for version 7.3.163 Problem: For the default of 'shellpipe' "mksh" and "pdksh" are not recognized. Solution: Recognize these shell names. v7.3.163 Bram Moolenaar 2011-04-28 12:57:36 +02:00
  • e962388eac updated for version 7.3.162 Problem: No error message when assigning to a list with an index out of range. (Yukihiro Nakadaira) Solution: Add the error message. v7.3.162 Bram Moolenaar 2011-04-21 14:27:28 +02:00
  • d9462e394a updated for version 7.3.161 Problem: Items on the stack may be too big. Solution: Make items static or allocate them. v7.3.161 Bram Moolenaar 2011-04-11 21:35:11 +02:00
  • ef9d6aa70d updated for version 7.3.160 Problem: Unsafe string copying. Solution: Use vim_strncpy() instead of strcpy(). Use vim_strcat() instead of strcat(). v7.3.160 Bram Moolenaar 2011-04-11 16:56:35 +02:00
  • 0d35e91abf updated for version 7.3.159 Problem: Using uninitialized pointer when out of memory. Solution: Check for NULL return value. v7.3.159 Bram Moolenaar 2011-04-11 14:29:17 +02:00
  • 4aa97427be updated for version 7.3.158 Problem: Might use uninitialized memory in C indenting. Solution: Init arrays to empty. v7.3.158 Bram Moolenaar 2011-04-11 14:27:38 +02:00
  • 367bec852e updated for version 7.3.157 Problem: Superfluous assignment. Solution: Remove assignment. v7.3.157 Bram Moolenaar 2011-04-11 14:26:19 +02:00
  • 639304ddb1 updated for version 7.3.156 Problem: Tty names possibly left unterminated. Solution: Use vim_strncpy() instead of strncpy(). v7.3.156 Bram Moolenaar 2011-04-11 14:24:37 +02:00
  • 32f649e1fc updated for version 7.3.155 Problem: Crash when using map(), filter() and remove() on v:. (ZyX) Also for extend(). (Yukihiro Nakadaira) Solution: Mark v: as locked. Also correct locking error messages. v7.3.155 Bram Moolenaar 2011-04-11 13:46:13 +02:00
  • 2dfb38659c updated for version 7.3.154 Problem: Can't compile with tiny features. (Tony Mechelynck) Solution: Move #define outside of #ifdef. v7.3.154 Bram Moolenaar 2011-04-02 15:12:50 +02:00
  • 10d77eb6ac updated for version 7.3.153 Problem: Compiler warning for ambiguous else, missing prototype. Solution: Add braces. (Dominique Pelle) Add prototype for die(). v7.3.153 Bram Moolenaar 2011-04-02 14:44:55 +02:00
  • e0659a680c updated for version 7.3.152 Problem: Xxd does not check for errors from library functions. Solution: Add error checks. (Florian Zumbiehl) v7.3.152 Bram Moolenaar 2011-04-01 19:14:40 +02:00
  • adc2182c40 Updated runtime files. Bram Moolenaar 2011-04-01 18:03:16 +02:00
  • 337ae06ff9 updated for version 7.3.151 Problem: When "unnamedplus" is in 'clipboard' the selection is sometimes also copied to the star register. Solution: Avoid copy to the star register when undesired. (James Vega) v7.3.151 Bram Moolenaar 2011-04-01 16:28:38 +02:00
  • 27b6056d85 updated for version 7.3.150 Problem: readline() does not return the last line when the NL is missing. (Hong Xu) Solution: When at the end of the file Also check for a previous line. v7.3.150 Bram Moolenaar 2011-04-01 16:07:46 +02:00
  • 96bcc5e6cd updated for version 7.3.149 Problem: The cursor disappears after the processing of the 'setDot' netbeans command when vim runs in a terminal. Solution: Show the cursor after a screen update. (Xavier de Gaye, 2011 v7.3.149 Bram Moolenaar 2011-04-01 15:33:59 +02:00
  • 42431a7aa0 updated for version 7.3.148 Problem: A syntax file with a huge number of items or clusters causes weird behavior, a hang or a crash. (Yukihiro Nakadaira) Solution: Check running out of IDs. (partly by Ben Schmidt) v7.3.148 Bram Moolenaar 2011-04-01 14:44:59 +02:00
  • 316dca03ca updated for version 7.3.147 Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott) v7.3.147 Bram Moolenaar 2011-04-01 13:05:45 +02:00
  • 4228bec0ae updated for version 7.3.146 Problem: It's possible to assign to a read-only member of a dict. It's possible to create a global variable "0". (ZyX) It's possible to add a v: variable with ":let v:.name = 1". Solution: Add check for dict item being read-only. Check the name of g: variables. Disallow adding v: variables. v7.3.146 Bram Moolenaar 2011-03-27 16:03:15 +02:00
  • 30fec7bc7f updated for version 7.3.145 Problem: Can't build with Python dynamically loading. Solution: Add dll_PyType_Ready. v7.3.145 Bram Moolenaar 2011-03-26 18:32:05 +01:00
  • 21377c8d5f updated for version 7.3.144 Problem: Crash with ":python help(dir)". (Kearn Holliday) Solution: Fix the way the type is set on objects. (Tobias Columbus) v7.3.144 Bram Moolenaar 2011-03-26 13:56:48 +01:00
  • b3c5284c5b Add missing files for patch 7.3.143. v7.3.143 Bram Moolenaar 2011-03-22 20:52:37 +01:00
  • b05b10a3c0 updated for version 7.3.143 Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov) Bram Moolenaar 2011-03-22 18:10:45 +01:00
  • cab49dff91 Updated runtime file. Fix Italian translations. Bram Moolenaar 2011-03-22 17:40:10 +01:00
  • a29a37d533 updated for version 7.3.142 Problem: Python stdout doesn't have a flush() method, causing an import to fail. Solution: Add a dummy flush() method. (Tobias Columbus) v7.3.142 Bram Moolenaar 2011-03-22 15:47:44 +01:00
  • 0b2f94db23 updated for version 7.3.141 Problem: When a key code is not set get a confusing error message. Solution: Change the error message to say the key code is not set. v7.3.141 Bram Moolenaar 2011-03-22 14:35:05 +01:00
  • 662db673f9 Updated runtime files. Bram Moolenaar 2011-03-22 14:05:35 +01:00
  • e9d4b58dda updated for version 7.3.140 Problem: Crash when drawing the "$" at end-of-line for list mode just after the window border and 'cursorline' is set. Solution: Don't check for 'cursorline'. (Quentin Carbonneaux) v7.3.140 Bram Moolenaar 2011-03-22 13:29:24 +01:00
  • fd30cd41dc updated for version 7.3.139 Problem: When 'lazyredraw' is set ":ver" output can't be read. Solution: Don't redraw the screen when at a prompt or command line. v7.3.139 Bram Moolenaar 2011-03-22 13:07:26 +01:00
  • f63c49d4e9 updated for version 7.3.138 Problem: ":com" changes the multi-byte text of :echo. (Dimitar Dimitrov) Solution: Search for K_SPECIAL as a byte, not a character. (Ben Schmidt) v7.3.138 Bram Moolenaar 2011-03-03 15:54:50 +01:00
  • 6eb634ef1f updated for version 7.3.137 Problem: When 'lazyredraw' is set the screen may not be updated. (Ivan Krasilnikov) Solution: Call update_screen() before waiting for input. v7.3.137 Bram Moolenaar 2011-03-03 15:04:08 +01:00
  • ec737235c7 updated for version 7.3.136 Problem: Duplicate include of assert.h. Solution: Remove it. v7.3.136 Bram Moolenaar 2011-03-03 15:01:30 +01:00
  • b4b0a08c81 updated for version 7.3.135 Problem: When there is no previous substitute pattern, the previous search pattern is used. The other way around doesn't work. Solution: When there is no previous search pattern, use the previous substitute pattern if possible. (Christian Brabandt) v7.3.135 Bram Moolenaar 2011-02-25 18:38:36 +01:00
  • ba7cc9f83f updated for version 7.3.134 Problem: Drag-n-drop doesn't work in KDE Dolphin. Solution: Add GDK_ACTION_MOVE flag. (Florian Degner) v7.3.134 Bram Moolenaar 2011-02-25 17:10:27 +01:00
  • 4cf35c2fa4 updated for version 7.3.133 Problem: When using encryption it's not clear what method was used. Solution: In the file message show "blowfish" when using blowfish. v7.3.133 Bram Moolenaar 2011-02-25 16:52:17 +01:00
  • 0c1f3f4d49 updated for version 7.3.132 Problem: C++ style comments. Solution: Change to C comments. v7.3.132 Bram Moolenaar 2011-02-25 15:18:50 +01:00
  • c725c0ad9b updated for version 7.3.131 Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file. v7.3.131 Bram Moolenaar 2011-02-25 15:17:19 +01:00
  • ede547afcf updated for version 7.3.130 Problem: Variable misplaced in #ifdef. Solution: Move clipboard_event_time outside of #ifdef. v7.3.130 Bram Moolenaar 2011-02-25 15:15:50 +01:00
  • 128773b21d updated for version 7.3.129 Problem: Using integer like a boolean. Solution: Nicer check for integer being non-zero. v7.3.129 Bram Moolenaar 2011-02-25 15:13:48 +01:00
  • e698addf88 updated for version 7.3.128 Problem: Another compiler warning for signed pointer. Solution: Use unsigned int argument for sscanf(). v7.3.128 Bram Moolenaar 2011-02-25 15:11:22 +01:00
  • 49789dc987 updated for version 7.3.127 Problem: Compiler complains about comma. Solution: Remove comma after last enum element. v7.3.127 Bram Moolenaar 2011-02-25 14:46:09 +01:00
  • 2f70a34e2e updated for version 7.3.126 Problem: Compiler warning for signed pointer. Solution: Use unsigned int argument for sscanf(). v7.3.126 Bram Moolenaar 2011-02-25 14:42:45 +01:00
  • 0065402f9a Runtime file updates. Bram Moolenaar 2011-02-25 14:42:19 +01:00
  • c30846f525 updated for version 7.3.125 Problem: MSVC: Problem with quotes in link argument. Solution: Escape backslashes and quotes. (Weasley) v7.3.125 Bram Moolenaar 2011-02-15 18:06:15 +01:00
  • cab35ad26d updated for version 7.3.124 Problem: When writing a file in binary mode it may be missing the final EOL if a file previously read was missing the EOL. (Kevin Goodsell) Solution: Move the write_no_eol_lnum into the buffer struct. v7.3.124 Bram Moolenaar 2011-02-15 17:39:22 +01:00
  • c2b4c62d0b updated for version 7.3.123 Problem: ml_get error when executing register being recorded into, deleting lines and 'conceallevel' is set. (ZyX) Solution: Don't redraw a line for concealing when it doesn't exist. v7.3.123 Bram Moolenaar 2011-02-15 16:29:59 +01:00
  • 542512a3e5 updated for version 7.3.122 Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file. v7.3.122 Bram Moolenaar 2011-02-15 15:28:09 +01:00
  • b75d09d42b updated for version 7.3.121 Problem: Complicated 'statusline' causes a crash. (Christian Brabandt) Solution: Check that the number of items is not too big. v7.3.121 Bram Moolenaar 2011-02-15 14:24:46 +01:00
  • c41fc713ba updated for version 7.3.120 Problem: The message for an existing swap file is too long to fit in a 25 line terminal. Solution: Make the message shorter. (Chad Miller) v7.3.120 Bram Moolenaar 2011-02-15 11:57:04 +01:00
  • e627fb00fc updated for version 7.3.119 Problem: Build problem on Mac. (Nicholas Stallard) Solution: Use "extern" instead of "EXTERN" for p_vfile. v7.3.119 Bram Moolenaar 2011-02-12 14:00:03 +01:00
  • b292a2a04c updated for version 7.3.118 Problem: Ruby uses SIGVTALARM which makes Vim exit. (Alec Tica) Solution: Ignore SIGVTALARM. (Dominique Pelle) v7.3.118 Bram Moolenaar 2011-02-09 18:47:40 +01:00
  • 4e509b6369 updated for version 7.3.117 Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) Solution: In configure prefer using "tinfo" instead of "ncurses". v7.3.117 Bram Moolenaar 2011-02-09 17:42:57 +01:00
  • 5ec3aea854 updated for version 7.3.116 Problem: 'cursorline' is displayed too short when there are concealed characters and 'list' is set. (Dennis Preiser) Solution: Check for 'cursorline' when 'list' is set. (Christian Brabandt) v7.3.116 Bram Moolenaar 2011-02-09 17:09:30 +01:00
  • d58e929fa2 Updated runtime files and translations. Bram Moolenaar 2011-02-09 17:07:58 +01:00
  • 95474ca34c updated for version 7.3.115 Problem: Vim can crash when tmpnam() returns NULL. Solution: Check for NULL. (Hong Xu) v7.3.115 Bram Moolenaar 2011-02-09 16:44:51 +01:00
  • ba81e4660b updated for version 7.3.114 Problem: Potential problem in initialization when giving an error message early. Solution: Initialize 'verbosefile' empty. (Ben Schmidt) v7.3.114 Bram Moolenaar 2011-02-09 15:59:37 +01:00
  • b18919146d updated for version 7.3.113 Problem: Windows: Fall back directory for creating temp file is wrong. Solution: Use "." instead of empty string. (Hong Xu) v7.3.113 Bram Moolenaar 2011-02-09 14:47:03 +01:00
  • 1d87f516f2 updated for version 7.3.112 Problem: Setting 'statusline' to "%!'asdf%' reads uninitialized memory. Solution: Check for NUL after %. v7.3.112 Bram Moolenaar 2011-02-01 21:55:01 +01:00
  • 6145285c90 updated for version 7.3.111 Problem: Executing a :normal command in 'statusline' evaluation causes the cursor to move. (Dominique Pelle) Solution: When updating the cursor for 'cursorbind' allow the cursor beyond the end of the line. When evaluating 'statusline' temporarily reset 'cursorbind'. v7.3.111 Bram Moolenaar 2011-02-01 18:01:11 +01:00
  • acf1728ef5 updated for version 7.3.110 Problem: The "nbsp" item in 'listchars' isn't used for ":list". Solution: Make it work. (Christian Brabandt) v7.3.110 Bram Moolenaar 2011-02-01 17:12:25 +01:00
  • c98d5ee923 updated for version 7.3.109 Problem: Processing new Esperanto spell file fails and crashes Vim. (Dominique Pelle) Solution: When running out of memory give an error. Handle '?' in COMPOUNDRULE properly. v7.3.109 Bram Moolenaar 2011-02-01 13:59:48 +01:00
  • 3c2d6534ef updated for version 7.3.108 Problem: Useless check for NULL when calling vim_free(). Solution: Remove the check. (Dominique Pelle) v7.3.108 Bram Moolenaar 2011-02-01 13:48:53 +01:00
  • 5e3d6ca435 updated for version 7.3.107 Problem: Year number for :undolist can be confused with month or day. Solution: Change "%y" to "%Y". v7.3.107 Bram Moolenaar 2011-01-22 21:25:11 +01:00
  • f3d419d719 updated for version 7.3.106 Problem: When 'cursorbind' is set another window may scroll unexpectedly when 'scrollbind' is also set. (Xavier Wang) Solution: Don't call update_topline() if 'scrollbind' is set. v7.3.106 Bram Moolenaar 2011-01-22 21:05:07 +01:00
  • 445edda2f9 updated for version 7.3.105 Problem: Can't get the value of "b:changedtick" with getbufvar(). Solution: Make it work. (Christian Brabandt) v7.3.105 Bram Moolenaar 2011-01-22 01:13:39 +01:00
  • 4124e72373 updated for version 7.3.104 Problem: Conceal: using Tab for cchar causes problems. (ZyX) Solution: Do not accept a control character for cchar. v7.3.104 Bram Moolenaar 2011-01-22 00:58:20 +01:00