Commit Graph

2511 Commits

Author SHA1 Message Date
Bram Moolenaar fa07775ccd Runtime file updates. 2010-08-09 22:33:06 +02:00
Bram Moolenaar ccc1247dde Fix: :ltag command did not set w:quickfix_title. (Lech Lorens) 2010-08-09 22:14:48 +02:00
Bram Moolenaar e36aac321e Fix for float values on VMS. (Zoltan Arpadffy) 2010-08-09 22:07:08 +02:00
Bram Moolenaar fedfe088a4 When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that
both may work.
2010-08-09 22:06:13 +02:00
Bram Moolenaar efa2b7b55e Version 7.3e -> 7.3f. 2010-08-09 20:16:32 +02:00
Bram Moolenaar 1927936843 Runtime file updates. (Tim Pope) 2010-08-09 20:13:35 +02:00
Bram Moolenaar b9e886a5e2 Prepare for 7.3e release. 2010-08-08 21:39:46 +02:00
Bram Moolenaar 6740139787 Update version info in help files. 2010-08-08 21:15:53 +02:00
Bram Moolenaar 2e2aa360df Fixed: on MS-Windows sometimes files with number 4913 or higher are left
behind.
2010-08-08 18:46:06 +02:00
Bram Moolenaar 10d357abb0 Update help about wildcards in 'tags' option. 2010-08-08 18:29:48 +02:00
Bram Moolenaar 22487a3fb3 Fix: 'suffixesadd' was used for finding tags file. 2010-08-08 18:17:52 +02:00
Bram Moolenaar e61d762b7e Remove unused code. 2010-08-08 16:38:42 +02:00
Bram Moolenaar a4a3429f1f NL spelling: remove REP items to avoid lots of suggestions with dots. 2010-08-08 16:34:14 +02:00
Bram Moolenaar 820b2d71f8 Also support Doxygen in C# files. (Andreas J. Beblik) 2010-08-08 15:28:22 +02:00
Bram Moolenaar c39fc1c461 Improve positioning of combining characters in GTK. 2010-08-08 14:40:37 +02:00
Bram Moolenaar 8fcd911d43 Make test 11 pass when there is no gzip program. (John Beckett) 2010-08-08 13:18:47 +02:00
Bram Moolenaar 61ef0dcb8d Avoid that test 73 ovewrites viminfo. (James Vega) 2010-08-08 13:13:51 +02:00
Bram Moolenaar 6dc52a1111 Fix: test 73 failed with small features. 2010-08-08 13:07:57 +02:00
Bram Moolenaar 85ab832a9b Change readfile() to ignore byte order marks, unless in binary mode. 2010-08-07 20:30:49 +02:00
Bram Moolenaar 8db669320a Use different Czech keymap (Stepan Nemec) 2010-08-07 18:42:45 +02:00
Bram Moolenaar 0d617cbf61 Fixed: on MS-Windows completion of shell commands didn't work. 2010-08-07 17:07:21 +02:00
Bram Moolenaar ed9cec6dd1 Updated translations. (Dominique Pelle) 2010-08-07 16:38:38 +02:00
Bram Moolenaar d2701d7adb Fix: An unprintable multi-byte character at the start of the screen line
caused the following text to be drawn at the wrong position.
2010-08-07 16:38:13 +02:00
Bram Moolenaar 57555caf6c Updates for :TOhtml. (Ben Fritz) 2010-08-07 15:47:30 +02:00
Bram Moolenaar 1785ddb9e4 Fix: with newer GTK versions accented characters were drawn too much to the
left.
2010-08-07 15:46:45 +02:00
Bram Moolenaar c6b7b4addf Update for jsp syntax file. 2010-08-07 13:46:23 +02:00
Bram Moolenaar d71d008208 Some messages were missing when updating translations. (Dominique Pelle) 2010-08-07 13:45:59 +02:00
Bram Moolenaar 0cf39a05bf Set 'visualbell' in test 72 to avoid a beep. 2010-08-07 13:27:48 +02:00
Bram Moolenaar 6c94d3221b Update pt_BR translations. 2010-08-07 13:19:56 +02:00
Bram Moolenaar 2c2ea5b31a Update README files. Remove references to extra and lang archives. 2010-08-07 13:19:27 +02:00
Bram Moolenaar 45e7beebd2 Fix: ml_get errors when using undo with 'virtualedit'. 2010-08-07 12:54:12 +02:00
Bram Moolenaar 7c6fc506c4 Updated Dutch spell files to use latest OpenOffic.org version. 2010-08-06 22:14:36 +02:00
Bram Moolenaar 36e870a950 Update version number in gvim.exe manifest. (Michael Wookey) 2010-08-06 20:53:49 +02:00
Bram Moolenaar a9faafa760 Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron) 2010-08-06 20:42:30 +02:00
Bram Moolenaar be7020404c Updated syntax files. 2010-08-05 22:08:47 +02:00
Bram Moolenaar 7a0f7812bb Improve handling of user settings in :TOhtml. Default to generating CSS.
(Benjamin Fritz)
2010-08-05 21:54:00 +02:00
Bram Moolenaar 7182979acc Fix a few problems for :find completion. Test much more. (Nazri Ramliy) 2010-08-05 21:40:16 +02:00
Bram Moolenaar b7c3ca84da Updated syntax files. (Charles Campbell) 2010-08-04 23:03:17 +02:00
Bram Moolenaar 5980cbbac9 Fixed: "make install" installed a few Amiga .info files. 2010-08-04 22:44:27 +02:00
Bram Moolenaar c3097fda5b Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
contains a character that would become double width.
2010-08-04 20:55:44 +02:00
Bram Moolenaar 3938da3cad After entering a crypt key would need to hit return to continue.
When silencing a message it would still clear a kept message.
2010-08-04 20:12:32 +02:00
Bram Moolenaar 1422df2a74 7.3d -> 7.3e. 2010-08-04 19:29:04 +02:00
Bram Moolenaar 67db51b51c Make test 73 a bit more portable. 2010-08-04 18:27:57 +02:00
Bram Moolenaar dfcd745d0e Preparations for 7.3d release. 2010-08-04 17:49:30 +02:00
Bram Moolenaar dc421719e5 Make :find completion consistent between Unix and MS-Windows. Add a test.
(Nazri Ramliy)
2010-08-04 17:07:20 +02:00
Bram Moolenaar 7e99e1559e Add translations in diff syntax. (Jakson A. Aquino) 2010-08-04 16:11:50 +02:00
Bram Moolenaar 61080a2e67 Small changes to the test files. (John Beckett) 2010-08-04 16:10:19 +02:00
Bram Moolenaar 27c73d9b97 Set 'wrapscan' when checking the .po files. (Mike Williams) 2010-08-04 15:47:08 +02:00
Bram Moolenaar c1a7df8cd0 Fix: when setting crypt key seed was not updated when the swap file wasn't
created yet.
2010-08-04 15:32:46 +02:00
Bram Moolenaar 9c53c15880 When undoing a reload, move the cursor to the first changed line. 2010-08-04 14:29:54 +02:00