1
0
forked from aniani/vim

Commit Graph

  • c389fd3a49 updated for version 7.3.849 Problem: ":g//" gives "Pattern not found error" with E486. Should not use the error number, it's not a regular error message. Solution: Use a normal message. (David Bürgin) v7.3.849 Bram Moolenaar 2013-03-07 16:08:35 +01:00
  • db3fbe5228 updated for version 7.3.848 Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64. (Ken Takata) v7.3.848 Bram Moolenaar 2013-03-07 15:16:21 +01:00
  • 4e3c70d241 updated for version 7.3.847 Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata) v7.3.847 Bram Moolenaar 2013-03-07 14:50:34 +01:00
  • 84e80b51d1 updated for version 7.3.846 Problem: Missing proto files. Solution: Add the files. v7.3.846 Bram Moolenaar 2013-03-07 13:32:36 +01:00
  • d999db2f1e updated for version 7.3.845 Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu) v7.3.845 Bram Moolenaar 2013-03-07 13:21:32 +01:00
  • 34700a6a15 Updated runtime files. Bram Moolenaar 2013-03-07 13:20:54 +01:00
  • 7534221eba updated for version 7.3.844 Problem: Enum is not indented correctly with "public" etc. Solution: Skip "public", "private" and "protected". (Hong Xu) v7.3.844 Bram Moolenaar 2013-03-07 13:13:52 +01:00
  • b8f8461d94 updated for version 7.3.843 Problem: Missing test file changes. Solution: Change the tests. v7.3.843 Bram Moolenaar 2013-02-26 22:54:11 +01:00
  • 988232fabb updated for version 7.3.842 Problem: Compiler warning for signed/unsigned pointer. Solution: Add type cast. (Christian Brabandt) v7.3.842 Bram Moolenaar 2013-02-26 21:43:32 +01:00
  • e17c260335 updated for version 7.3.841 Problem: When a "cond ? one : two" expression has a subscript it is not parsed correctly. (Andy Wokula) Solution: Handle a subscript also when the type is unknown. (Christian Brabandt) v7.3.841 Bram Moolenaar 2013-02-26 19:36:15 +01:00
  • f5e44a7e90 updated for version 7.3.840 Problem: "\@<!" in regexp does not work correctly with multi-byte characters, especially cp932. Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto) v7.3.840 Bram Moolenaar 2013-02-26 18:46:01 +01:00
  • e468e266c4 updated for version 7.3.839 Problem: Some files missing in the list of distributed files. Solution: Add lines for new files. v7.3.839 Bram Moolenaar 2013-02-26 17:59:43 +01:00
  • fdf447b286 updated for version 7.3.838 Problem: Insufficient testing for mksession. Solution: Add tests. (mostly by Roland Eggner) v7.3.838 Bram Moolenaar 2013-02-26 17:21:29 +01:00
  • f13f45d59b updated for version 7.3.837 Problem: Empty lines in :version output when 'columns' is 320. Solution: Simplify the logic of making columns. (Nazri Ramliy, Roland Eggner) v7.3.837 Bram Moolenaar 2013-02-26 15:27:23 +01:00
  • 693e40c2cd updated for version 7.3.836 Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata) v7.3.836 Bram Moolenaar 2013-02-26 14:56:42 +01:00
  • 53eb37e9f9 updated for version 7.3.835 Problem: "xxd -i" fails on an empty file. Solution: Do output the closing } for an empty file. (partly by Lawrence Woodman) v7.3.835 Bram Moolenaar 2013-02-26 14:14:07 +01:00
  • 886ed691d2 updated for version 7.3.834 Problem: Ruby 2.0 has a few API changes. Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto) v7.3.834 Bram Moolenaar 2013-02-26 13:41:35 +01:00
  • 40cf4b44ed updated for version 7.3.833 Problem: In the terminal the scroll wheel always scrolls the active window. Solution: Scroll the window under the mouse pointer, like in the GUI. (Bradie Rao) v7.3.833 Bram Moolenaar 2013-02-26 13:30:32 +01:00
  • 5c9626301b updated for version 7.3.832 Problem: Compiler warning. Solution: Add type cast. (Mike Williams) v7.3.832 Bram Moolenaar 2013-02-26 11:25:33 +01:00
  • 26402cb2de Update runtime files. Bram Moolenaar 2013-02-20 21:26:00 +01:00
  • 63dbda1caa updated for version 7.3.831 Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi) v7.3.831 Bram Moolenaar 2013-02-20 21:12:10 +01:00
  • 558ddad8e8 updated for version 7.3.830 Problem: :mksession confuses bytes, columns and characters when positioning the cursor. Solution: Use w_virtcol with "|" instead of w_cursor.col with "l". v7.3.830 Bram Moolenaar 2013-02-20 19:26:29 +01:00
  • 187d3acb7f updated for version 7.3.829 Problem: When compiled with the +rightleft feature 'showmatch' also shows a match for the opening paren. When 'revins' is set the screen may scroll. Solution: Only check the opening paren when the +rightleft feature was enabled. Do not show a match that is not visible. (partly by Christian Brabandt) v7.3.829 Bram Moolenaar 2013-02-20 18:39:13 +01:00
  • 8738fc1be8 updated for version 7.3.828 Problem: Mappings are not aware of wildmenu mode. Solution: Add wildmenumode(). (Christian Brabandt) v7.3.828 Bram Moolenaar 2013-02-20 17:59:11 +01:00
  • 995a8cd181 updated for version 7.3.827 Problem: Python tests fail. Solution: Adjust the output for the stack trace. v7.3.827 Bram Moolenaar 2013-02-20 16:54:27 +01:00
  • 445f3037ea updated for version 7.3.826 Problem: List of features in :version output is hard to read. Solution: Make columns. (Nazri Ramliy) v7.3.826 Bram Moolenaar 2013-02-20 16:47:36 +01:00
  • 4d36987c25 updated for version 7.3.825 Problem: With Python errors are not always clear. Solution: Print the stack trace, unless :silent is used. (ZyX) v7.3.825 Bram Moolenaar 2013-02-20 16:09:43 +01:00
  • 2142e5d851 updated for version 7.3.824 Problem: Can redefine builtin functions. (ZyX) Solution: Disallow adding a function to g:. v7.3.824 Bram Moolenaar 2013-02-20 15:19:43 +01:00
  • 452ff5bdc7 updated for version 7.3.823 Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata) v7.3.823 Bram Moolenaar 2013-02-20 13:34:19 +01:00
  • 6d47df7ca0 updated for version 7.3.822 Problem: Crash when accessing freed buffer. Solution: Get 'textwidth' in caller of enter_buffer(). (Christian Brabandt) v7.3.822 Bram Moolenaar 2013-02-17 15:45:37 +01:00
  • 5004e8846e updated for version 7.3.821 Problem: Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta) v7.3.821 Bram Moolenaar 2013-02-16 18:16:15 +01:00
  • feeaa688eb updated for version 7.3.820 Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED. v7.3.820 Bram Moolenaar 2013-02-14 22:19:51 +01:00
  • b2c5a5ac79 updated for version 7.3.819 Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python. v7.3.819 Bram Moolenaar 2013-02-14 22:11:39 +01:00
  • 707060e2ee updated for version 7.3.818 Problem: When test 40 fails because of a bad build it may leave files behind that cause it to fail later. Solution: Let the file names start with "X". v7.3.818 Bram Moolenaar 2013-02-14 20:58:35 +01:00
  • caca92be8a updated for version 7.3.817 Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim. v7.3.817 Bram Moolenaar 2013-02-14 20:10:33 +01:00
  • f6ecd99cec Add test files. Bram Moolenaar 2013-02-13 17:35:34 +01:00
  • af9aeb9250 updated for version 7.3.816 Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi) v7.3.816 Bram Moolenaar 2013-02-13 17:35:04 +01:00
  • c2149ea7cd updated for version 7.3.815 Problem: Building with Cygwin and Ruby doesn't work. Solution: Copy some things from the MingW build file. (Ken Takata) v7.3.815 Bram Moolenaar 2013-02-13 17:06:11 +01:00
  • ffeedec023 updated for version 7.3.814 Problem: Can't input multibyte characters on Win32 console if 'encoding' is different from current codepage. Solution: Use convert_input_safe() instead of convert_input(). Make string_convert_ext() return an error for incomplete input. (Ken Takata) v7.3.814 Bram Moolenaar 2013-02-13 16:49:58 +01:00
  • a3914327f7 updated for version 7.3.813 Problem: The CompleteDone event is not triggered when there are no pattern matches. (Jianjun Mao) Solution: Trigger the event. (Christian Brabandt) v7.3.813 Bram Moolenaar 2013-02-13 16:30:21 +01:00
  • 00154508de Update runtime files. Add missing test files. Bram Moolenaar 2013-02-13 16:15:55 +01:00
  • 8fe8d9ed06 updated for version 7.3.812 Problem: When 'indentexpr' moves the cursor "curswant" not restored. Solution: Restore "curswant". (Sung Pae) v7.3.812 Bram Moolenaar 2013-02-13 16:10:17 +01:00
  • be9c627666 updated for version 7.3.811 Problem: Useless termresponse parsing for SGR mouse. Solution: Skip the parsing. (Hayaki Saito) v7.3.811 Bram Moolenaar 2013-02-13 15:53:19 +01:00
  • f4e5e86627 updated for version 7.3.810 Problem: 'relativenumber is reset unexpectedly. (François Ingelrest) Solution: After an option was reset also reset the global value. Add a test. (Christian Brabandt) v7.3.810 Bram Moolenaar 2013-02-13 15:44:26 +01:00
  • 181ace28ed updated for version 7.3.809 Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long. v7.3.809 Bram Moolenaar 2013-02-13 14:36:44 +01:00
  • 76d711c3b5 updated for version 7.3.808 Problem: Python threads still do not work properly. Solution: Fix both Python 2 and 3. Add tests. (Ken Takata) v7.3.808 Bram Moolenaar 2013-02-13 14:17:08 +01:00
  • 51971b3398 updated for version 7.3.807 Problem: Popup menu does not work properly with the preview window, folds and 'cursorcolumn'. Solution: Redraw the popup menu after redrawing windows. (Christian Brabandt) v7.3.807 Bram Moolenaar 2013-02-13 12:16:05 +01:00
  • e9d47cd08b updated for version 7.3.806 Problem: Compiler warnings in Perl code when building with Visual studio 2012. (skeept) Solution: Add type casts. (Christian Brabandt, 2013 Jan 30) v7.3.806 Bram Moolenaar 2013-02-06 19:58:43 +01:00
  • 07e1da6bbd updated for version 7.3.805 Problem: Lua version 5.2 is not detected properly on Arch Linux. Solution: Adjust autoconf. (lilydjwg) v7.3.805 Bram Moolenaar 2013-02-06 19:49:43 +01:00
  • fffcfea984 updated for version 7.3.804 Problem: Compiler warning for tiny build. (Tony Mechelynck) Solution: Add #ifdefs around variable. v7.3.804 Bram Moolenaar 2013-02-06 18:45:01 +01:00
  • 11cb6e6e13 updated for version 7.3.803 Problem: Substitute with confirmation and then "q" does not replace anything. (John McGowan) Solution: Do not break the loop, skip to the end. v7.3.803 Bram Moolenaar 2013-02-06 18:24:02 +01:00
  • fa13eef3c9 Updated runtime files. Bram Moolenaar 2013-02-06 17:34:04 +01:00
  • 309379fc98 updated for version 7.3.802 Problem: After setting 'isk' to a value ending in a comma appending to the option fails. Solution: Disallow a trailing comma for 'isk' and similar options. v7.3.802 Bram Moolenaar 2013-02-06 16:26:26 +01:00
  • 530e7dfafd updated for version 7.3.801 Problem: ":window set nu?" displays the cursor line. (Nazri Ramliy) Solution: Do not update the cursor line when conceallevel is zero or the screen has scrolled. (partly by Christian Brabandt) v7.3.801 Bram Moolenaar 2013-02-06 13:38:02 +01:00
  • b6a76ffc4c updated for version 7.3.800 Problem: The " mark is not adjusted when inserting lines. (Roland Eggner) Solution: Adjust the line number. (Christian Brabandt) v7.3.800 Bram Moolenaar 2013-02-06 12:33:21 +01:00
  • 9c2e6cc6ed updated for version 7.3.799 Problem: The color column is not correct when entering a buffer. (Ben Fritz) Solution: Call check_colorcolumn() if 'textwidth' changed. (Christian Brabandt) v7.3.799 Bram Moolenaar 2013-02-06 12:14:48 +01:00
  • 39d7d51bcd updated for version 7.3.798 Problem: MzScheme: circular list does not work correctly. Solution: Separate Mac-specific code from generic code. (Sergey Khorev) v7.3.798 Bram Moolenaar 2013-01-31 21:09:15 +01:00
  • 04e5b5a228 updated for version 7.3.797 Problem: Compiler warning for size_t to int conversion. (Skeept) Solution: Add type casts. v7.3.797 Bram Moolenaar 2013-01-30 21:56:21 +01:00
  • e337e5f634 updated for version 7.3.796 Problem: "/[^\n]" does match at a line break. Solution: Make it do the same as "/.". (Christian Brabandt) v7.3.796 Bram Moolenaar 2013-01-30 18:21:51 +01:00
  • d214221375 updated for version 7.3.795 Problem: MzScheme does not build with tiny features. Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change library ordering. v7.3.795 Bram Moolenaar 2013-01-30 17:41:50 +01:00
  • a50e5866b0 updated for version 7.3.794 Problem: Tiny build fails. (Tony Mechelynck) Solution: Adjust #ifdefs. v7.3.794 Bram Moolenaar 2013-01-30 17:30:17 +01:00
  • 8ceb1735a2 updated for version 7.3.793 Problem: New interactive :substutite behavior is not tested. Solution: Add tests. (Christian Brabandt) v7.3.793 Bram Moolenaar 2013-01-30 17:03:30 +01:00
  • 4bc8cf0e7c updated for version 7.3.792 Problem: ":substitute" works differently without confirmation. Solution: Do not change the text when asking for confirmation, only display it. v7.3.792 Bram Moolenaar 2013-01-30 16:30:26 +01:00
  • 7567646f13 updated for version 7.3.791 Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev) v7.3.791 Bram Moolenaar 2013-01-30 14:55:42 +01:00
  • a3e6bc93d1 Update runtime files. Bram Moolenaar 2013-01-30 14:18:00 +01:00
  • 52f85b730e updated for version 7.3.790 Problem: After reloading a buffer the modelines are not processed. Solution: call do_modelines(). (Ken Takata) v7.3.790 Bram Moolenaar 2013-01-30 14:13:56 +01:00
  • f813a1883f updated for version 7.3.789 Problem: "\k" in regexp does not work in other window. Solution: Use the right buffer. (Yukihiro Nakadaira) v7.3.789 Bram Moolenaar 2013-01-30 13:59:37 +01:00
  • 8d61617238 updated for version 7.3.788 Problem: When only using patches build fails on missing nl.po. Solution: Create an empty nl.po file. v7.3.788 Bram Moolenaar 2013-01-30 12:50:56 +01:00
  • 700e7345de updated for version 7.3.787 Problem: With 'relativenumber' set it is not possible to see the absolute line number. Solution: For the cursor line show the absolute line number instead of a zero. (Nazri Ramliy) v7.3.787 Bram Moolenaar 2013-01-30 12:31:36 +01:00
  • 02366255c9 updated for version 7.3.786 Problem: Python threads don't run in the background (issue 103). Solution: Move the statements to manipulate thread state. v7.3.786 Bram Moolenaar 2013-01-30 11:44:39 +01:00
  • 2f315ab7be updated for version 7.3.785 Problem: Crash with specific use of search pattern. Solution: Initialize reg_buf to curbuf. v7.3.785 Bram Moolenaar 2013-01-25 20:11:01 +01:00
  • 826763f87b updated for version 7.3.784 Problem: Error when 'guifontwide' has a comma. Solution: Use gui.wide_font. (Taro Muraoka) v7.3.784 Bram Moolenaar 2013-01-25 19:28:38 +01:00
  • 15364d74ca updated for version 7.3.783 Problem: Crash when mark is not set. (Dominique Pelle) Solution: Check for NULL. v7.3.783 Bram Moolenaar 2013-01-24 21:00:20 +01:00
  • 0f2721223e updated for version 7.3.782 Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka) v7.3.782 Bram Moolenaar 2013-01-23 18:37:40 +01:00
  • 4593396625 updated for version 7.3.781 Problem: Drawing with 'guifontwide' can be slow. Solution: Draw multiple characters at a time. (Taro Muraoka) v7.3.781 Bram Moolenaar 2013-01-23 17:43:57 +01:00
  • d35d784e91 updated for version 7.3.780 Problem: char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto) v7.3.780 Bram Moolenaar 2013-01-23 17:17:10 +01:00
  • 55b7b7eeb5 updated for version 7.3.779 Problem: Backwards search lands in wrong place when started on a multibyte character. Solution: Do not set extra_col for a backwards search. (Sung Pae) v7.3.779 Bram Moolenaar 2013-01-23 16:43:11 +01:00
  • 94a8adfdd8 updated for version 7.3.778 Problem: Compiler error for adding up two pointers. (Titov Anatoly) Solution: Add a type cast. (Ken Takata) v7.3.778 Bram Moolenaar 2013-01-23 16:19:23 +01:00
  • 3be71ce28d updated for version 7.3.777 Problem: When building with Gnome locale gets reset. Solution: Set locale after gnome_program_init(). (Christian Brabandt) v7.3.777 Bram Moolenaar 2013-01-23 16:00:11 +01:00
  • 9d182dd0a6 updated for version 7.3.776 Problem: ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens) v7.3.776 Bram Moolenaar 2013-01-23 15:53:15 +01:00
  • 4da70dbc4d updated for version 7.3.775 Problem: Cygwin and Mingw builds miss dependency on gui_w48.c. Solution: Add a build rule. (Ken Takata) v7.3.775 Bram Moolenaar 2013-01-23 13:55:20 +01:00
  • f939c4e6b1 updated for version 7.3.774 Problem: Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt) v7.3.774 Bram Moolenaar 2013-01-23 13:41:00 +01:00
  • b5f7bf6ed9 updated for version 7.3.773 Problem: Crash when OriginalFirstThunk is zero. Solution: Skip items with OriginalFirstThunk not set. (Ken Takata) v7.3.773 Bram Moolenaar 2013-01-19 14:02:02 +01:00
  • 8c4fbd1a15 updated for version 7.3.772 Problem: Cursor is at the wrong location and below the end of the file after doing substitutions with confirm flag: %s/x/y/c (Dominique Pelle) Solution: Update the cursor position. (Christian Brabandt & Dominique) v7.3.772 Bram Moolenaar 2013-01-17 18:34:05 +01:00
  • 0936502538 updated for version 7.3.771 Problem: Uninitialized variable. (Yasuhiro Matsumoto) Solution: Set x2 to -1. v7.3.771 Bram Moolenaar 2013-01-17 17:37:35 +01:00
  • 08ed30eca7 updated for version 7.3.770 Problem: Vim.h indentation is inconsistent. Solution: Adjust the indentation. (Elias Diem) v7.3.770 Bram Moolenaar 2013-01-17 17:17:26 +01:00
  • 8c7694a864 updated for version 7.3.769 Problem: 'matchpairs' does not work with multi-byte characters. Solution: Make it work. (Christian Brabandt) v7.3.769 Bram Moolenaar 2013-01-17 17:02:05 +01:00
  • 3e37fd0950 updated for version 7.3.768 Problem: settabvar() and setwinvar() may move the cursor. Solution: Save and restore the cursor position when appropriate. (idea by Yasuhiro Matsumoto) v7.3.768 Bram Moolenaar 2013-01-17 15:37:01 +01:00
  • 8fae8e658f updated for version 7.3.767 Problem: (Win32) The _errno used for iconv may be the wrong one. Solution: Use the _errno from iconv.dll. (Ken Takata) v7.3.767 Bram Moolenaar 2013-01-17 14:39:47 +01:00
  • 117f2c4b91 updated for version 7.3.766 Problem: ":help cpo-*" jumps to the wrong place. Solution: Make it equivalent to ":help cpo-star". v7.3.766 Bram Moolenaar 2013-01-17 14:09:44 +01:00
  • 802418d5eb updated for version 7.3.765 Problem: Segfault when doing "cclose" on BufUnload in a python function. (Sean Reifschneider) Solution: Skip window with NULL buffer. (Christian Brabandt) v7.3.765 Bram Moolenaar 2013-01-17 14:00:11 +01:00
  • c4fba6f881 updated for version 7.3.764 Problem: Not all message translation files are installed. Solution: Also install the converted files. v7.3.764 Bram Moolenaar 2013-01-17 13:37:32 +01:00
  • 8754deb3b6 updated for version 7.3.763 Problem: Jumping to a mark does not open a fold if it is in the same line. (Wiktor Ruben) Solution: Also compare the column after the jump. (Christian Brabandt) v7.3.763 Bram Moolenaar 2013-01-17 13:24:08 +01:00
  • 14e28811b3 updated for version 7.3.762 Problem: On some systems the tabline is not redrawn. Solution: Call RedrawWindow(). (Charles Peacech) v7.3.762 Bram Moolenaar 2012-12-16 12:50:39 +01:00
  • ba6e858556 updated for version 7.3.761 Problem: In Visual mode a "-p does not work. (Marcin Szamotulski) Solution: Avoid writing to "- before putting it. (Christian Brabandt) v7.3.761 Bram Moolenaar 2012-12-12 18:20:32 +01:00
  • 83dadafdd7 updated for version 7.3.760 Problem: dv_ deletes the white space before the line. Solution: Move the cursor to the first non-white. (Christian Brabandt) v7.3.760 Bram Moolenaar 2012-12-12 17:33:32 +01:00
  • 4b166d0a6d updated for version 7.3.759 Problem: MS-Windows: Updating the tabline is slow when there are many tabs. Solution: Disable redrawing while performing the update. (Arseny Kapoulkine) v7.3.759 Bram Moolenaar 2012-12-12 17:12:25 +01:00
  • cfde76c74d updated for version 7.3.758 Problem: Matchit plugin does not handle space in #ifdef. Solution: Change matching pattern to allow spaces. (Mike Morearty) v7.3.758 Bram Moolenaar 2012-12-12 16:43:58 +01:00
  • 27356ad4f4 updated for version 7.3.757 Problem: Issue 96: May access freed memory when a put command triggers autocommands. (Dominique Pelle) Solution: Call u_save() before getting y_array. v7.3.757 Bram Moolenaar 2012-12-12 16:11:36 +01:00
  • 321a9ec680 updated for version 7.3.756 Problem: A location list can get a wrong count in :lvimgrep. Solution: Check if the list was changed by autocommands. (mostly by Christian Brabandt) v7.3.756 Bram Moolenaar 2012-12-12 15:55:20 +01:00