1
0
forked from aniani/vim

Commit Graph

  • a411e5d97d Set 'wrapscan' when checking the .po files. (Mike Williams) Bram Moolenaar 2010-08-04 15:47:08 +02:00
  • 3832c466d7 Fix: when setting crypt key seed was not updated when the swap file wasn't created yet. Bram Moolenaar 2010-08-04 15:32:46 +02:00
  • f9bb734367 When undoing a reload, move the cursor to the first changed line. Bram Moolenaar 2010-08-04 14:29:54 +02:00
  • 006d2b036b Fix crash when no item in 'path' is used for :find completion. Bram Moolenaar 2010-08-04 12:39:44 +02:00
  • a68cac57de Rename quickfix plugin to match the filetype set in the code. Bram Moolenaar 2010-08-04 12:05:40 +02:00
  • 5aae419afe Runtime file updates. Bram Moolenaar 2010-08-03 23:00:38 +02:00
  • 245803840b Recognize .f03 and .f08 as Fortran files. (Ajit Thakkar) Bram Moolenaar 2010-08-03 22:45:06 +02:00
  • 7f0f621c4c Fix crash in :find completion. (Nazri Ramliy) Bram Moolenaar 2010-08-03 22:21:00 +02:00
  • 57adda1e90 Fix: With 'path' set to relative directory ":find" completion didn't work. (Nazri Ramliy) Bram Moolenaar 2010-08-03 22:11:29 +02:00
  • bf65051b7b Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it dynamically from the .dll. Should work everywhere. Bram Moolenaar 2010-08-02 23:06:46 +02:00
  • 61a91766f7 Take OLE registration back to 32 bit registry, the unregister wasn't working for the 64 registry. Bram Moolenaar 2010-08-02 22:13:25 +02:00
  • 4b22cdb060 Syntax file updates. (Charles Campbell) Bram Moolenaar 2010-08-02 22:12:46 +02:00
  • 413177336f Updated version of gettext for use with MVC. (Mike Williams) Bram Moolenaar 2010-08-02 21:43:29 +02:00
  • bdc975cdfe Improvements for :find completion. (Nazri Ramliy) Bram Moolenaar 2010-08-02 21:33:37 +02:00
  • bbdcb4848a Put quotes around the gvim.exe path for the "Open with" menu entry. Bram Moolenaar 2010-08-02 20:45:27 +02:00
  • 3f97ebf730 Workaround for missing RegDeleteKeyEx() method. Bram Moolenaar 2010-08-02 20:26:43 +02:00
  • e04abda52f Update version.h for 7.3c -> 7.3d. Bram Moolenaar 2010-08-01 22:35:43 +02:00
  • 90df5507c0 Add Datascript syntax file. (Dominique Pelle) Bram Moolenaar 2010-08-01 21:48:21 +02:00
  • 3a0ae77fe6 Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems. Bram Moolenaar 2010-08-01 21:15:45 +02:00
  • 9379f83030 Version 7.3c -> 7.3d Bram Moolenaar 2010-08-01 20:38:51 +02:00
  • 4b26dff329 Update todo file. Bram Moolenaar 2010-08-01 20:18:38 +02:00
  • 92096d529e Define the WOW64 key when needed. Bram Moolenaar 2010-08-01 19:50:25 +02:00
  • c0f15ce171 Update utf-8 version of tutor. Bram Moolenaar 2010-08-01 19:11:06 +02:00
  • 44886d93c4 Minor updates for the 7.3c release. Bram Moolenaar 2010-08-01 19:06:10 +02:00
  • 1a509df322 Remove unused variable and STRLEN(). (Dominique Pelle) Bram Moolenaar 2010-08-01 17:59:57 +02:00
  • f4274feeef Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often. Bram Moolenaar 2010-08-01 17:37:17 +02:00
  • f9d5ca1de4 Runtime file updates. Bram Moolenaar 2010-08-01 16:13:51 +02:00
  • 7e88c3dc19 Avoid illegal memory access in spell suggestion. (Dominique Pelle) Bram Moolenaar 2010-08-01 15:47:35 +02:00
  • 00ec6854e3 Avoid that running tests changes viminfo. Bram Moolenaar 2010-08-01 15:47:03 +02:00
  • 95e8579e1c Fix: crash in spell checking with a 0x300 character. Bram Moolenaar 2010-08-01 15:37:02 +02:00
  • 121d95f7d1 Fix: uninitialized memory access. (Dominique Pelle) Bram Moolenaar 2010-08-01 15:11:43 +02:00
  • 3b0dd7cd35 Fix typos in README files. (Dominique Pelle) Bram Moolenaar 2010-08-01 14:36:59 +02:00
  • a539df01f8 No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle) Bram Moolenaar 2010-08-01 14:35:05 +02:00
  • d1cb65e440 Fix: changing case of a character removed combining characters. Bram Moolenaar 2010-08-01 14:22:48 +02:00
  • a621a03839 Add the WOW64 flag back to OLE registration. (untested) Bram Moolenaar 2010-08-01 13:25:05 +02:00
  • 760d14a55c Fix that uninstaller isn't found on 64-bit Windows. Bram Moolenaar 2010-07-31 22:03:44 +02:00
  • 7805004319 Fix: on MS-Windows the "open with..." menu starts Vim without a file. Bram Moolenaar 2010-07-31 20:53:54 +02:00
  • ca8a4dfe7a Move many more common Python items to if_py_both.c. Bram Moolenaar 2010-07-31 19:54:14 +02:00
  • 3b1c48569d Fixed: CTRL-R in Insert mode doesn't insert composing characters. Bram Moolenaar 2010-07-31 17:59:29 +02:00
  • a9d52e3b79 Fixes for coverity warnings. Bram Moolenaar 2010-07-31 16:44:19 +02:00
  • a26559b553 Support syntax and filetype completion for user commands. (Christian Brabandt) Bram Moolenaar 2010-07-31 14:59:19 +02:00
  • 460fbaca72 Possibly make OLE work on Windows 64 bit. (untested) Bram Moolenaar 2010-07-31 14:45:05 +02:00
  • 8408a9ad9b More updated runtime files. Bram Moolenaar 2010-07-30 22:41:22 +02:00
  • f878bcfb2e Improvements for VMS. (Zoltan Arpadffy) Bram Moolenaar 2010-07-30 22:29:41 +02:00
  • 68392724b8 Correct comments in testdir makefiles. (John Beckett) Bram Moolenaar 2010-07-30 22:04:17 +02:00
  • 8b68277fdc Runtime file updates. Bram Moolenaar 2010-07-30 21:49:40 +02:00
  • 0e1673aef4 Fix test 72 not setting encryption method. (Dominique Pelle) Bram Moolenaar 2010-07-30 21:49:07 +02:00
  • 3b72f1d2aa Dectect Perl6. Bram Moolenaar 2010-07-29 23:12:43 +02:00
  • 48bae372e9 Few more fixes for VMS. Bram Moolenaar 2010-07-29 23:12:15 +02:00
  • 30a8635b56 Fix a few compile warnings. (Mike Williams) Bram Moolenaar 2010-07-29 23:10:40 +02:00
  • 40af4e3903 Updated runtime files. Add logcheck filetype plugin. (James Vega) Bram Moolenaar 2010-07-29 22:33:18 +02:00
  • 1587a1e37d Add completion for ":ownsyntax" and improve completion for ":filetype". (Dominique Pelle) Bram Moolenaar 2010-07-29 20:59:59 +02:00
  • 8ada2cca0a Updated runtime files. :TOhtml improvements by Benjamin Fritz. Bram Moolenaar 2010-07-29 20:43:36 +02:00
  • 16c98f9c9f Update for Lua interface. (Luis Carvalho) Bram Moolenaar 2010-07-28 22:46:08 +02:00
  • 92048a3110 Remove Mupad indent and ftplugin files, they are not useful. Bram Moolenaar 2010-07-28 22:30:00 +02:00
  • 162bd91564 Improvements for ":find" completion. (Nazri Ramliy) Bram Moolenaar 2010-07-28 22:29:10 +02:00
  • 8e46927a32 Changes for VMS. Mostly by Zoltan Arpadffy. Bram Moolenaar 2010-07-28 19:38:16 +02:00
  • 1dba0fbb7a Fix: :redir to a dictionary that is changed before ":redir END" causes a memory access error. Bram Moolenaar 2010-07-28 18:55:02 +02:00
  • 477db060eb More runtime file updates. Bram Moolenaar 2010-07-28 18:17:41 +02:00
  • 6e202e52b7 Fix: concealed regions didn't get redrawn correctly when moving the cursor through them. Bram Moolenaar 2010-07-28 18:14:45 +02:00
  • e0021c79a5 More accented characters in tex.vim syntax. (Charles Campbell) Bram Moolenaar 2010-07-28 17:25:21 +02:00
  • c6485bceb1 Updated runtime files. Bram Moolenaar 2010-07-28 17:02:55 +02:00
  • 2929160846 Updated Italian messages. (Vlad Sandrini) Bram Moolenaar 2010-07-28 14:28:48 +02:00
  • 59c0395e6b Minor runtime file updates. Bram Moolenaar 2010-07-28 12:52:27 +02:00
  • 5ac3b1aae2 Updated runtime files. New netrw plugin version. Bram Moolenaar 2010-07-27 22:50:36 +02:00
  • 8765a4ac3a Fix build warnings and problems for tiny/small Win32 build. (Mike Williams) Bram Moolenaar 2010-07-27 22:41:43 +02:00
  • 3b95389d45 Fix for "concealends". (Vince Negri) Bram Moolenaar 2010-07-27 20:47:25 +02:00
  • 611df5b96e Update TeX syntax file. Bram Moolenaar 2010-07-26 22:51:56 +02:00
  • 5e109c4ab0 Fix compiler warnings on 64 bit systems. Bram Moolenaar 2010-07-26 22:51:28 +02:00
  • 0ed0eea206 Updated runtime files. Bram Moolenaar 2010-07-26 22:21:27 +02:00
  • f82bac3717 Fix: terminal title not properly restured when there are multi-byte characters. (partly by James Vega) Bram Moolenaar 2010-07-25 22:30:20 +02:00
  • c3301874a6 7.3b -> 7.3c Bram Moolenaar 2010-07-25 20:53:06 +02:00
  • 6fc45b55fc Prepare for 7.3b release. Fix src/Makefile enabling python3 by default. Bram Moolenaar 2010-07-25 17:42:45 +02:00
  • 7fd7320014 Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens) Bram Moolenaar 2010-07-25 16:58:46 +02:00
  • fa0ff9aedf Fix: editing a not encrypted file after a crypted file messed up reading the text from an undo file. Bram Moolenaar 2010-07-25 16:05:19 +02:00
  • 8d9b40e71a Add support for horizontal scroll wheel. (Bjorn Winckler) Bram Moolenaar 2010-07-25 15:49:07 +02:00
  • 0fe849a13b Better fix for memory access in recovery. (Dominique Pelle) Bram Moolenaar 2010-07-25 15:11:11 +02:00
  • 0ad014c8a0 Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle) Bram Moolenaar 2010-07-25 14:00:46 +02:00
  • 904fb861e7 Add completion for :setfiletype. (Dominique Pelle) Bram Moolenaar 2010-07-25 13:53:11 +02:00
  • 22b306f3e0 Add completion for :lmap and :lunmap. Bram Moolenaar 2010-07-25 13:50:33 +02:00
  • d68554d4fe Include old Python changes in Python 3 interface. Bram Moolenaar 2010-07-25 13:43:20 +02:00
  • bed7beca58 Fix: when resetting both 'title' and 'icon' the title would be set after a shell command. Reset 'title' and 'icon' in test47 to avoid the xterm title getting messed up. Bram Moolenaar 2010-07-25 13:42:29 +02:00
  • 8220a6813e Use the SONAME-versioned liblua, if it exists. (James Vega) Bram Moolenaar 2010-07-25 13:12:49 +02:00
  • 7510fe7433 Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz) Bram Moolenaar 2010-07-25 12:46:44 +02:00
  • e6dc573b6e Let 'v' flag in 'concealcursor' apply to all lines in the Visual area. Bram Moolenaar 2010-07-24 23:52:26 +02:00
  • 170bf1aed5 Move some common code from if_python.c and if_python3.c to if_py_both.h. Bram Moolenaar 2010-07-24 23:51:45 +02:00
  • 365bdf7a7b More runtime file updates. Bram Moolenaar 2010-07-24 20:57:44 +02:00
  • eb80f04f6e Fix for compiler warning about function prototype in pty.c. Bram Moolenaar 2010-07-24 20:44:27 +02:00
  • 1b20d3d608 Add 'window' to the options window. Bram Moolenaar 2010-07-24 20:44:02 +02:00
  • 1deee627fa Further improvements for :options. (Dominique Pelle) Bram Moolenaar 2010-07-24 20:35:12 +02:00
  • 59f931ef54 Add the 'undoreload' option to be able to undo a file reload. Bram Moolenaar 2010-07-24 20:27:03 +02:00
  • 72ada0f8c2 Fix for cursor position in wrapped line with concealed text. Bram Moolenaar 2010-07-24 17:39:52 +02:00
  • ffbbcb597c Give each syntax item a sequence number, so that we know when it starts and can show the 'cchar' for each of them. Bram Moolenaar 2010-07-24 17:29:03 +02:00
  • 2c3b1d9976 Document extra argument for Python append(). Bram Moolenaar 2010-07-24 16:58:02 +02:00
  • 904c622b10 Fix: errors for allocating zero bytes when profiling an empty function. Bram Moolenaar 2010-07-24 16:57:39 +02:00
  • 5dff57d714 Remove -arch flag from build flags for Perl. (Bjorn Wickler) Bram Moolenaar 2010-07-24 16:19:44 +02:00
  • 9f5e36bc60 Find python3 also in lib64 directory. (Ben Boeckel) Bram Moolenaar 2010-07-24 16:11:21 +02:00
  • b31e4383cd Fix memory leak in :find completion. (Dominique Pelle) Bram Moolenaar 2010-07-24 16:01:56 +02:00
  • 4f99eae082 Better text for 'concealcursor' in :options window. Bram Moolenaar 2010-07-24 15:56:43 +02:00
  • fa9a37096d Fix 'autochdir' not showing up in :options window. (Dominique Pelle) Adjust :options window for changes in conceal options. Bram Moolenaar 2010-07-24 15:48:31 +02:00