1
0
forked from aniani/vim

Commit Graph

  • 4c3a326c53 Temporary solution for crashing when using both :py and :py3: disallow both in one session. Bram Moolenaar 2010-07-24 15:42:14 +02:00
  • 2a7e2a6254 Specify library to load for Python more precisely. (James Vega) Bram Moolenaar 2010-07-24 15:19:11 +02:00
  • ca8c9867c2 Add the 'c' flag to 'concealcursor'. Bram Moolenaar 2010-07-24 15:00:38 +02:00
  • f691b84fba Another conceal fix: cursor in wrong column when 'number' set. Bram Moolenaar 2010-07-24 13:31:09 +02:00
  • f70e3d6c7e Don't conceal text in lines inside the Visual area. Bram Moolenaar 2010-07-24 13:15:07 +02:00
  • d497a30cbe Window split didn't copy the value of 'conceallevel'. Bram Moolenaar 2010-07-23 22:27:03 +02:00
  • f5963f719e Add the 'concealcursor' option to decide when the cursor line is to be concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'. Bram Moolenaar 2010-07-23 22:10:27 +02:00
  • c88ebf7fa8 Update Fortran indent and syntax file. (Ajit Thakkar) Bram Moolenaar 2010-07-22 22:30:23 +02:00
  • 8a09b98ff1 Fix: strdisplaywidth("x", 2) returned 3 instead of 1. Bram Moolenaar 2010-07-22 22:20:57 +02:00
  • 27c735b2f8 For conceal mode: when two different syntax items follow each other, show the replacement character for both. Bram Moolenaar 2010-07-22 22:16:29 +02:00
  • fa5d1e63c7 Fix: "import termios" doesn't work with dynamically loaded Python. (James Vega) Bram Moolenaar 2010-07-22 21:44:13 +02:00
  • 2334b6d594 Make it possible to load Lua dynamically on Unix. (Luis Carvalho) Bram Moolenaar 2010-07-22 21:32:16 +02:00
  • 766fb0d2b2 Fix building with Perl on Windows with MingW. (James Vega) Bram Moolenaar 2010-07-22 11:34:16 +02:00
  • c89533b525 Update French and Esperanto translations. (Dominique Pelle) Bram Moolenaar 2010-07-21 22:27:37 +02:00
  • e06c188bbf Make it possible to load Perl dynamically on Unix. (James Vega) Bram Moolenaar 2010-07-21 22:05:20 +02:00
  • cdda8fe1c6 Fix dependencies in help Makefile. (James Vega) Bram Moolenaar 2010-07-21 20:40:27 +02:00
  • 60aad974be Small docs fixes. Bram Moolenaar 2010-07-21 20:36:22 +02:00
  • ce69e82711 Fix build problem when fchown() not available. (Gary Johnson) Bram Moolenaar 2010-07-21 20:31:07 +02:00
  • b65905262b Fix that :py3file was not working. Bram Moolenaar 2010-07-21 16:00:43 +02:00
  • b8521960d6 Update timestamps for recently changed help files. Bram Moolenaar 2010-07-20 22:45:13 +02:00
  • c095b280df Fix hang when resizing in diff mode and there are concealed items. Bram Moolenaar 2010-07-20 22:33:34 +02:00
  • 5bedfc6091 Avoid error when exiting in diff mode with EXITFREE defined. Bram Moolenaar 2010-07-20 22:30:01 +02:00
  • 9c44972817 When resetting 'mousehide' show the mouse pointer right away. Bram Moolenaar 2010-07-20 18:44:27 +02:00
  • cb9d45cb84 Fix some duplicates in ":find" completion. (Nazri Ramliy) Bram Moolenaar 2010-07-20 18:10:15 +02:00
  • 49771f4fb0 Change 'cryptmethod' from a number to a string option. Make it global-local. Bram Moolenaar 2010-07-20 17:32:38 +02:00
  • c7040a5615 Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'. Bram Moolenaar 2010-07-20 13:11:28 +02:00
  • 704ac92541 Add a few items to the syntax menu. Split up long submenus. Bram Moolenaar 2010-07-20 13:10:11 +02:00
  • fa01c39d48 Updated sh and vim syntax files. (Charles Campbell) Bram Moolenaar 2010-07-20 12:36:02 +02:00
  • 973bd47c48 Fix 'colorcolumn' adjecent columns not highlighted after end of line. Bram Moolenaar 2010-07-20 11:29:07 +02:00
  • fcb7ab6117 Fix typos in documentation. (Dominique Pelle) Bram Moolenaar 2010-07-20 11:16:17 +02:00
  • 9e193ac732 Fixed: crash with ":find " completion, using uninitialized count. Bram Moolenaar 2010-07-19 23:11:27 +02:00
  • 97ff9de4a5 Updated Ukranian translations. (Anatoli Sakhnik) Bram Moolenaar 2010-07-19 22:08:50 +02:00
  • 25f076536f Updated Polish translations. (Mikolaj Machowski) Bram Moolenaar 2010-07-19 21:51:01 +02:00
  • 3804aebf60 Fix configure for Python3 libs and version number. (James Vega) Bram Moolenaar 2010-07-19 21:18:54 +02:00
  • 368373e909 Rename some "python3" symbols to "py3", as the command name. Documentation updates. Bram Moolenaar 2010-07-19 20:46:22 +02:00
  • a7781e0516 Never hide text for conceal in cursor line. Do hide when there is highlighting. Bram Moolenaar 2010-07-19 20:13:22 +02:00
  • c400cb9ca7 Rename w_p_conceal to w_p_conc for consistency. Bram Moolenaar 2010-07-19 19:52:13 +02:00
  • 01a8f38fcd Also make ALT modifier work for mouse wheel. (Benjamin Haskell) Bram Moolenaar 2010-07-18 23:32:13 +02:00
  • d160c34019 Fix: 'colorcolumn' interfered with concealed text. Bram Moolenaar 2010-07-18 23:30:34 +02:00
  • d28478b557 Vim 7.3a -> 7.3b. Bram Moolenaar 2010-07-18 23:29:58 +02:00
  • 16d79a3b62 Fix: MS-Windows installer used wrong path for uninstaller key. Bram Moolenaar 2010-07-18 22:33:56 +02:00
  • 4d32c2d31f Last few changes for the 7.3a BETA release. Bram Moolenaar 2010-07-18 22:10:01 +02:00
  • 69154f22a6 Fixes and improvements for MS-Windows build. Bram Moolenaar 2010-07-18 21:42:34 +02:00
  • 607cc1e015 Minor runtime file updates. Bram Moolenaar 2010-07-18 18:47:44 +02:00
  • 6df6f47d6d Make automatic prototype generation work with more interfaces. Bram Moolenaar 2010-07-18 18:04:50 +02:00
  • dc536095ac Added strdisplaywidth() function. Bram Moolenaar 2010-07-18 15:45:49 +02:00
  • 72597a57b5 Added strwidth() and strchars() functions. Bram Moolenaar 2010-07-18 15:31:08 +02:00
  • 9855d6b361 Better conceal in help. (partly by Dominique Pelle) Bram Moolenaar 2010-07-18 14:34:51 +02:00
  • 5074e3018b Make CTRL modifier work for mouse wheel. (Benjamin Haskell) Bram Moolenaar 2010-07-18 14:26:11 +02:00
  • fdf732eed7 Fix build broken without multi-byte feature. Bram Moolenaar 2010-07-18 14:20:35 +02:00
  • 7c86f4cca3 Improved :TOhtml. (Benjamin Fritz) Bram Moolenaar 2010-07-18 14:07:22 +02:00
  • 85363abfb1 Build problem when using all interfaces except Lua. Bram Moolenaar 2010-07-18 13:58:26 +02:00
  • ac550fdb4b Make 'cursorcolumn' work together with the conceal feature. Bram Moolenaar 2010-07-18 13:55:02 +02:00
  • 0d2e4fce8d Make it easier to build with Lua. Remove compiler warnings. Bram Moolenaar 2010-07-18 12:35:47 +02:00
  • 55d5c0348c Whitespace cleanup. Bram Moolenaar 2010-07-17 23:52:29 +02:00
  • bd5e15fd5c Added support for Python 3. (Roland Puntaier) Bram Moolenaar 2010-07-17 21:19:38 +02:00
  • 02c707a87d Add the 'L' item to 'cinoptions'. (Manuel Konig) Bram Moolenaar 2010-07-17 17:12:06 +02:00
  • 76b96fc08b Mac: Support disabling antialias. (LC Mi) Bram Moolenaar 2010-07-17 16:44:59 +02:00
  • 58f0a1f8e1 Make it possible to drag a tab page label to another position. (Paul B. Mahol) Bram Moolenaar 2010-07-17 16:30:42 +02:00
  • c5604bc165 Better implementation of creating the Color Scheme menu. (Juergen Kraemer) Bram Moolenaar 2010-07-17 15:20:30 +02:00
  • f91787cb9a In Visual mode with 'showcmd' display the number of bytes and characters. Bram Moolenaar 2010-07-17 12:47:16 +02:00
  • 11505dcd2b Fix bad parsing of 'colorcolumn'. (Dominique Pelle) Bram Moolenaar 2010-07-16 21:29:06 +02:00
  • 624c7aa691 Avoid compiler warnings for size_t to int conversions. Bram Moolenaar 2010-07-16 20:38:52 +02:00
  • 349b2fb048 Improved version of 2html.vim. Includes progress bar. Fix dynamic folding in diff view. (Benjamin Fritz) Bram Moolenaar 2010-07-16 20:35:36 +02:00
  • 0ba042961f Added Lua interfae. (Luis Carvalho) Bram Moolenaar 2010-07-14 23:23:17 +02:00
  • 26dcc7e8df Fix: When entering a digraph or special character after a line that fits the window the '?' or '^' on the next line is not redrawn. (Ian Kelling) Bram Moolenaar 2010-07-14 22:35:55 +02:00
  • 61623362be Allow synIDattr() getting GUI attributes when build without GUI. (Matt Wozniski) Bram Moolenaar 2010-07-14 22:04:22 +02:00
  • 865242e121 Disallow setting 'enc' in a modeline. (Patrick Texier) Bram Moolenaar 2010-07-14 21:12:05 +02:00
  • 23c347c66b Fix: cursor line not properly concealed when moving between windows. (Vince Negri) Bram Moolenaar 2010-07-14 20:57:00 +02:00
  • 66bd1c9b54 Remove obsolete Mac code. Bram Moolenaar 2010-07-14 20:31:44 +02:00
  • 1a38442dbc Added 'colorcolumn' option. Partly by Gregor Uhlenheuer. Bram Moolenaar 2010-07-14 19:53:30 +02:00
  • b28ebbca84 Fix using freed memory in :find completion. Bram Moolenaar 2010-07-14 16:59:57 +02:00
  • c8bbaa3b18 Missing piece for Mac console clipboard support. (Bjorn Winckler) Bram Moolenaar 2010-07-14 16:54:21 +02:00
  • cc448b373d Support completion for ":find". (Nazri Ramliy) Cleanup white space. Bram Moolenaar 2010-07-14 16:52:17 +02:00
  • d43848c0dd Fix a few compiler warnings. Bram Moolenaar 2010-07-14 14:28:26 +02:00
  • 164fca39bd Add clipboard support in Mac console. (Bjorn Winckler) Bram Moolenaar 2010-07-14 13:58:07 +02:00
  • 7abcaab78d Minor runtime file updates. Bram Moolenaar 2010-07-12 23:05:41 +02:00
  • 0c56c60a0f Fix: Composing characters in :s substitute text were dropped. Bram Moolenaar 2010-07-12 22:42:33 +02:00
  • 1c727d8208 updated for version 7.2.446 Problem: Crash in GUI when closing the last window in a tabpage. (ryo7000) Solution: Remove the tabpage from the list before freeing the window. v7.2.446 Bram Moolenaar 2010-07-12 21:38:19 +02:00
  • 4d770fb566 updated for version 7.2.446 Problem: Crash in GUI when closing the last window in a tabpage. (ryo7000) Solution: Remove the tabpage from the list before freeing the window. Bram Moolenaar 2010-07-12 21:38:19 +02:00
  • 2cefbedaab Fix: exists() was causing an autload script to be loaded. Bram Moolenaar 2010-07-11 23:12:29 +02:00
  • b02cbe3468 When the buffer is in diff mode, have :TOhtml create HTML to show the diff side-by-side. (Christian Brabandt) Bram Moolenaar 2010-07-11 22:38:52 +02:00
  • 69f787af84 Filter out -pthread for cproto. Bram Moolenaar 2010-07-11 20:52:58 +02:00
  • a9dc375744 Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin Toft) Bram Moolenaar 2010-07-11 20:46:53 +02:00
  • a3f4166286 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. (James Vega) Bram Moolenaar 2010-07-11 19:01:06 +02:00
  • cabf20199a Add back SAL lines for Swedish spell file. Bram Moolenaar 2010-07-11 18:03:15 +02:00
  • dc781a79b4 Fix crash in generating spell .sug file. Bram Moolenaar 2010-07-11 18:01:39 +02:00
  • 700303e8f7 When 'formatexpr' evaluates to non-zero fall back to internal formatting, also for "gq". (James Vega) Bram Moolenaar 2010-07-11 17:35:50 +02:00
  • 3acfc30409 Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G) Bram Moolenaar 2010-07-11 17:23:02 +02:00
  • 9028b10dfe Support :browse for commands that use an error file argument. (Lech Lorens) Bram Moolenaar 2010-07-11 16:58:51 +02:00
  • 7e6d3bd3da Support wide file names in gvimext. (Szabolcs Horvat) Bram Moolenaar 2010-07-10 19:22:44 +02:00
  • 893eaab41f Make joining a range of lines much faster. (Milan Vancura) Bram Moolenaar 2010-07-10 17:51:46 +02:00
  • 622925875c Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement didn't work in 'compatible' mode. Bram Moolenaar 2010-07-10 16:36:59 +02:00
  • 9c754c4542 Update spell files for Ubuntu locale names. Bram Moolenaar 2010-07-10 15:52:35 +02:00
  • 06a108f34c Improve test for joining lines. (Milan Vancura) Bram Moolenaar 2010-07-10 14:10:50 +02:00
  • 0bc380a96b Fixed ":s" message. Docs updates. Bram Moolenaar 2010-07-10 13:52:13 +02:00
  • d04b7507fd Make synstack() work on the character just after the end of the line. Bram Moolenaar 2010-07-08 22:27:55 +02:00
  • b0b508808f Apply patch 7.2.445. Bram Moolenaar 2010-07-07 18:26:28 +02:00
  • 84e67dfa9c updated for version 7.2.445 Problem: Crash when using undo/redo and a FileChangedRO autocmd event that reloads the buffer. (Dominique Pelle) Solution: Do not allow autocommands while performing and undo or redo. v7.2.445 Bram Moolenaar 2010-07-07 18:20:28 +02:00
  • ab8205e8b8 Make the dos installer work with more compilers. Bram Moolenaar 2010-07-07 15:14:03 +02:00