Lines Matching refs:with

128 with version 4.x.
153 < - Start Vim with the "-N" argument.
160 compatibility with 'cpoptions'.
186 This is not possible when editing a file that starts with a '-'. Use the "--"
214 Before version 5.0, autocommands with the same event, file name pattern, and
254 - with 'hidden' not set, you never get hidden buffers. Exceptions are the
279 There is another set of text objects that starts with "i", for "inner". These
302 and syntax files. See |$VIM|. Starting with version 5.4, |$VIMRUNTIME| can
314 used $VIM for these systems, but this causes trouble on a system with several
354 When Vim was compiled with the |+rightleft| feature, you could use CTRL-B to
357 undo this. Since toggling the 'revins' option can easily be done with the
373 other highlighted items with the ':' flag in the 'highlight' option. All
382 in Vim. With a HTML viewer you can also print the file with colors.
397 Vim can call Perl commands with ":perldo", ":perl", etc. See |perl|.
400 Vim can call Python commands with ":python" and ":pyfile". See |python|.
410 This also fixes problems with running the Win32 console version under Windows
413 Vim can be integrated with Microsoft Developer Studio using the VisVim DLL.
414 It is possible to produce a DLL version of gvim with Borland C++ (Aaron).
443 There is now a real Ex mode. Started with the "Q" command, or by calling the
477 |g_CTRL-]| Do ":tselect" with the word under the cursor.
479 After ":ta {tagname}" with multiple matches:
509 built up an Ex command with anything.
563 'hlsearch' Highlight all matches with the last used search pattern.
574 'makeef' Errorfile to be used for ":make". "##" is replaced with a
628 Can be used with ":so $VIMRUNTIME/bugreport.vim", which creates the file
643 macros with 'showcmd' set.
649 - Expand environment variables with expand_env(), instead of calling the
703 set, because this causes problems with share.exe.
720 for another match. Helps when using the same tags file (with links) for
722 - Give a tag with a global match in the current file a higher priority than a
732 - When using autocommands with two or more patterns, could not split
735 - Autocommands no longer change the command repeated with ".".
738 - When trying to execute an autocommand, also try matching the pattern with
811 Doing "%" on a line that starts with " #if" didn't jump to matching "#else".
815 Insert mode expansion with "CTRL-N", "CTRL-P" and "CTRL-X" improved
824 inserted with CTRL-N.
826 When copying characters in Insert mode from previous/next line, with CTRL-E or
841 When quitting Visual mode with <Esc>, the cursor is put at start of the Visual
879 "xs": highlighting not erased by overwriting, for hpterm. Combined with
890 Added '#' register: Alternate file name |quote#|. Display '#' register with
906 other enhancements to replace the line number with "." or "$" when possible.
936 The DOS16 version has been compiled with minimal features to avoid running
940 The Amiga version is available with normal and maximal features.
945 Added setlocale() with codepage support for DJGPP version.
967 All source files are now edited with a tabstop of 8 instead of 4, which is
992 On linux, with a FAT file system, could get spurious "file xxx changed since
1020 Pasting with mouse in Replace mode didn't replace anything.
1022 Window height computed wrong when resizing a window with an autocommand (could
1052 For (most) non-Unix systems, don't add file names with illegal characters when
1059 when started with "-c cmd -q errfile", the cursor would be left in line 1.
1090 GUI: Displaying cursor was not synchronized with other displaying. Caused
1092 start with spaces, "dd" on the last line copied text to the (then) last line.
1105 Keyword completion with regexp didn't work. e.g., for "b.*crat".
1119 When inserting a CR with 'cindent' set (and a bunch of other conditions) the
1149 Using "#" and "*" with an operator didn't work. E.g. "c#".
1161 When doing ":buf N", going to a buffer that was edited with ":view", the
1192 When using ":s//c", with 'nowrap' set, a match could be off the side of the
1221 buffer_exists() function didn't work properly for buffer names with a symbolic
1224 Removed the "MOTIF_COMMENT" construction from Makefile. It now works with
1225 FreeBSD make, and probably with NeXT make too.
1242 Normal mappings didn't work after an operator. For example, with ":map Q gq",
1264 selecting text with the mouse caused a crash.
1266 "J", with 'joinspaces' set, on a line ending in ". ", caused one space too
1276 Renamed a lot of functions, to avoid clashes with POSIX name space.
1281 CTRL-E, with 'so' set and cursor on last line, now does not move cursor as
1307 Problem with brace_count not being decremented.
1327 "^" on a line with only white space, put cursor beyond the end of the line.
1408 consistent. Now all modifiers work in all combinations, not only with <Tab>,
1409 but also with <Space>, <CR>, etc.
1424 didn't work at all with 'nowrapscan'.
1430 ":0r !cat </dev/null" left cursor in line zero, with very strange effects.
1446 When trying to edit a file in a non-existent directory, ended up with editing
1469 Renamed "struct option" to "struct vimoption" to avoid name clash with GNU
1488 "c}" only redrew one line (with -u NONE).
1496 with '/'.
1518 Crash when pasting with the mouse in insert mode.
1520 Crash with ":unmenu *" in .gvimrc for Athena.
1534 Crash when clicking around the status line, could get a selection with a
1549 with Lesstif!
1572 Gave ml_get errors. Was a problem with scrolling down during redrawing.
1574 When doing a linewise operator, and then an operator with a mouse click, it
1596 Jumping from one help file to another help file, with 'compatible' set,
1612 Dos32 version: Underscores were sometimes replaced with y-umlaut (Levin).
1614 Version 4.1 of ncurses can't handle tputs("", ..). Avoid calling tputs() with
1682 The expand() function now separates file names with <NL> instead of a space.
1683 This avoids problems for file names with embedded spaces. To get the old
1692 with '/'. Avoids that ":tag xx~" gives an error message: "No previous sub.
1695 When using '/', the argument is taken literally too, with a higher priority,
1697 Only when the '/' is used are matches with different case found, even though
1733 Win32: When an external command starts with "start ", no console is opened
1751 "--with-tlib" setting for configure. Easy way to use termlib: "./configure
1752 --with-tlib=termlib".
1758 Win32 with OLE: When registered automatically, exit Vim.
1759 Included VisVim 1.1b, with a few enhancements and the new icon (Heiko
1762 Added patch from Vince Negri for Win32s support. Needs to be compiled with
1769 Makefile.w32 to support building a Win32 version with Perl included.
1804 ":ts" changed position in the tag stack when cancelled with <CR>.
1805 ":ts" changed the cursor position for CTRL-T when cancelled with <CR>.
1814 When compiled with MAX_FEAT, xterm mouse handling failed. Was caused by DEC
1867 "gqG" in a file with one-word-per-line (e.g. a dictionary) was very slow and
1878 Win32 GUI with OLE: if_ole_vc.mak could not be converted into a project.
1896 When starting with "gvim -bg black -fg white", the value of 'background' is
1941 When a "nextgroup" is used with "skipwhite" in syntax highlighting, space at
1955 Formatting with "gq" didn't format the first line after a change of comment
1975 With two windows on modified files, with 'autowrite' set, cursor in second
1990 When completing tags in insert mode with ^X^], some matches were skipped,
1991 because the compare with other tags was wrong. E.g., when "mnuFileSave" was
1994 When scrolling up/down, a syntax item with "keepend" didn't work properly.
2028 Added the 'browsedir' option, with value "current", "last" or "buffer". Tells
2056 displays the top level menu headed with "PopUp" as pop-up context menu. The
2098 Added user defined functions. Defined with ":function" until ":endfunction".
2099 Called with "Func()". Allows the use of a variable number of arguments.
2100 Included support for local variables "l:name". Return a value with ":return".
2102 Call a function with ":call". When using a range, the function is called for
2106 redone with ".".
2131 This version can run either with a GUI or in text mode, depending upon where
2151 |escape()| escapes characters in a string with a backslash.
2182 'matchpairs' Allows matching '<' with '>', and other single character
2185 focus with a keyboard command moves the pointer to that
2203 doesn't start with "xterm".
2225 |:call| Call a function, optionally with a range.
2305 Same for all other "normal" keys with modifiers. Mapping these modified key
2345 --with-motif-lib configure argument. Allows for using a static Motif library.
2360 be located. The Visual area is now highlighted with a grey background in the
2363 Win32: When started with single full pathname (e.g. via double-clicked file),
2366 Win32 GUI: Tear-off menus, with ":tearoff <menu-name>" command. (Negri)
2369 Win32 GUI: tearoff menu with submenus is indicated with a ">>". (Negri)
2395 Non-text in ":list" output is highlighted with NonText.
2405 Included a list with self-made toolbar bitmaps. (Negri)
2408 Display menu priority with ":menu" command.
2412 When the 'number' option is on, highlight line numbers with the LineNr group.
2414 "Ignore" highlight group: Text highlighted with this is made blank. It is
2417 Included Exuberant Ctags version 2.3, with C++ support, Java support and
2433 ":s?pat?sub?": substitute "pat" with "sub" once.
2434 ":gs?pat?sub?": substitute "pat" with "sub" globally.
2449 Accelerator text now also works in Motif. All menus can be defined with & for
2545 Memory profiling, only for debugging. Prints at exit, and with "g^A" command.
2653 Didn't interpret "cmd | endif" when "cmd" starts with a range. E.g. "if 0 |
2695 completion is done (happens with ":help").
2722 returned a path with backslashes. (Negri)
2726 line with "/****".
2728 Replacing path of home directory with "~/" could be wrong for file names
2729 with embedded spaces or commas.
2737 instead of the characters specified with 'listchars'. Also for other
2769 CTRL-X and CTRL-A didn't work correctly with negative hex and octal numbers.
2772 ":echo" always started with a blank.
2829 Awk script for html documentation didn't work correctly with AIX awk.
2830 Replaced "[ ,.);\] ]" with "[] ,.); ]". (Briscoe)
2835 wrong way. Also made "gqq" work to be consistent with "guu".
2842 Text pasted with the Edit/Paste menu was subject to 'textwidth' and
2843 'autoindent'. That was inconsistent with using the mouse to paste. Now "*p
2851 In Insert mode, with 'showmode' on, <C-O><C-G> message was directly
2852 overwritten by mode message, if preceded with search command warning message.
2854 When putting the result of an expression with "=<expr>p, newlines were
2858 putenv() was declared with "const char *" in pty.c, but with "char *" in
2893 "2*" search for the word under the cursor with "2" prepended. (Leonard)
2901 GUI Athena: A submenu with a '.' in it didn't work. E.g.,
2928 Win32 console in NT 4.0: When running Vim in a cmd window with a scrollbar,
2940 Configure didn't find "LibXm.so.2.0", a Xm library with a version number.
2942 Win32 GUI: When using a shifted key with ALT, the shift modifier would remain
2949 Function filereadable() could call fopen() with an empty string, which might
2962 didn't compare with the simplified version (no mnemonic or accelerator) of the
2963 new menu. Could get two menus with the same name, e.g., "File" and "&File".
2966 redraw of the whole window instead of a scroll. Speeds up normal typing with
3003 a block with a local variable. That's illegal for some compilers.
3056 with a space in it, executing external commands with vimrun didn't work.
3058 5.2.4: Pasting with the mouse in Insert mode left the cursor on the last
3064 5.2.6: When deleting text from Insert mode (with "<C-O>D" or the mouse), which
3076 5.2.10: A loop with input() could not be broken with CTRL-C.
3084 ":help", then "/\k*" in another window with 'hlsearch' set.
3132 Vim around, each with their own runtime files.
3159 Syntax files are now loaded with the new FileType autocommand. Old
3192 When an Ex line starts with a backslash, it is concatenated to the previous
3237 used to do something with the word under the cursor. (Negri)
3240 |GUIEnter| Can be used to do something with the GUI window after it has
3267 Note that the encryption method is not compatible with Vi. The encryption is
3293 When compiled without menus, this can be detected with has("menu"). Also show
3298 familiar for people working with MS-Windows, shouldn't matter for others.
3300 Included "Buffers" menu. Works with existing autocommands and functions. It
3321 Store search patterns in the viminfo file with their offset, magic, etc. Also
3386 'conskey' option for MS-DOS. Use direct console I/O. This should work with
3390 showing the byte offset in the file. Highlighting with %1* to %9*, using the
3397 file even with ":w!". The |-m| command line option resets 'write'.
3404 versions. Allows using normal fonts when vim is compiled with this feature.
3421 instead of being replaced with "@" lines. Only the last three characters are
3422 replaced with "@@@", to indicate that the line has not finished yet.
3435 An internal function is now found with a binary search, should be a bit
3443 - |mapcheck()|: Check if a map name matches with an existing one.
3475 Some of the runtime scripts gave errors when used with a Vim that was compiled
3476 with minimal features. Now "if 1" is used around code that is not always
3479 When evaluating an expression with && and ||, skip the parts that will not
3495 Previous messages can be viewed with the new |:messages| command.
3536 search with CTRL-C.
3539 search pattern (like what 'hlsearch' uses). Can set the search pattern with
3562 compatible with the original "ex" command that is used for scripts.
3566 Cancelling Visual mode with ESC moved the cursor. There appears to be no
3606 comments work. Also helps for C comments that start with "/*******".
3615 In the documentation, items like <a-z> have been replaced with {a-z} for
3616 non-optional arguments. This avoids confusion with key names: <C-Z> is a
3631 To be used with the OLE version of gvim under MS-Windows. (Schaller)
3633 Included Exuberant Ctags version 3.2.4 with Eiffel support. (Hiebert)
3646 Made the Perl interface work with Perl 5.005 and threads. (Verdoolaege)
3667 In the output of ":clist" the current entry is highlighted, with the 'i'
3670 For the ":clist" command, you can scroll backwards with "b" (one screenful),
3687 - Win32 IME: IME mode change now done with ImmSetOpenStatus. (Nagano)
3698 In the Syntax menu, insert separators between syntax names that start with
3705 requires a fairly recent xterm version. It is enabled with "xterm2" in
3720 with the VisualNOS group to show this. (Madsen)
3758 - Speed up comparing a file name with existing buffers by storing the
3759 device/inode number with the buffer.
3786 shows right away with the OK button defaulted. There's no more "Delete"-key
3832 When ending the Visual mode (e.g., with ESC) don't grab ownership of the
3842 Concatenation of strings in an expression with "." is a bit faster. (Roemer)
3858 - When starting with "gvim -f" and using ":gui" in the .gvimrc file, Vim
3872 - When starting an external command with ":!start" and the command can not be
3881 Set title and icon text with termcap options 't_ts', 't_fs', 't_IS' and
3907 Visual area with one character.
3924 possible to align "/*****", "/* xxx" and "/*" comments with the same
3955 - There was a problem on Windows 95 with (un)maximizing the window.
3958 with the keyboard. (Ralston)
3972 Motif GUI: Could not compile with Motif 1.1, because some tear-off
3988 When closing a window with CTRL-W c, the value of 'hidden' was not taken into
4004 When recording, and stopping while in Insert mode with CTRL-O q, the CTRL-O
4034 When 'hlsearch' highlighting has been disabled with ":nohlsearch",
4041 When searching for tags with ":tag" Vim would assume that all matches had been
4059 with tgoto() can run correctly.
4062 compiling pathdef.c. Replaced it with "tr".
4067 - Fix user cannot see his language while he is typing his language with
4079 - Athena/Motif with XIM: fix preedit area. (Nam)
4087 - Motif and Athena: When compiled with XIM, but the input method was not
4094 Unix with X: Some systems crash on exit, because of the XtCloseDisplay() call.
4097 Win32: Crash on keypress when compiled with Borland C++. (Aaron)
4100 files (with "include" replaced with "lib") above another entry.
4106 box when the floppy has been removed. Now return with an error. (Negri)
4123 Changed '\"' to '"' to make it compatible with old C compilers.
4125 The command line expansion for mappings caused a script with a TAB between lhs
4129 When editing a file with very long lines with 'scrolloff' set, "j" would
4142 When completing file names with embedded spaces, like "Program\ files", this
4149 When repeating an insert with "." that contains a CTRL-Y, a number 5 was
4152 Yanking a Visual area, with the cursor past the line, didn't move the cursor
4162 with ":map <LeftMouse> l" that the next release is seen as the release for the
4179 'suffixes' were always compared with matching case. For MS-DOS, Win32 and
4206 Removed a few unused functions and variables (found with lint).
4217 GTK GUI with ncurses: Crashed when starting up in tputs(). Don't use tputs()
4226 When Vim is linked with -lncurses, but python uses -ltermcap, this causes
4270 never compare with a file name, and never cause the attention message. Put
4278 GUI: With 'mousefocus' set, got mouse codes as text with "!sleep 100" or "Q".
4295 When recording, with 'cmdheight' set to 2 and typing Esc> in Insert mode
4304 replace it with a <NL> and drop the next character.
4318 Bug in MS-Visual C++ 6.0 when compiling ex_docmd.c with optimization. (Negri)
4335 When selecting a Visual area of more than 1023 lines, with 'guioptions' set to
4343 Vi incompatibility: Using "i<CR>" in an indent, with 'ai' set, used the
4357 DOS etc.: A file name starting with '!' didn't work. Added '!' to default for
4360 BeOS: Compilation problem with prototype of skip_class_name(). (Price)
4362 When deleting more than one line, e.g., with "de", could still use "U"
4379 "case a: case b:" (two case statements in one line) aligned with the second
4398 Using "-=" with ":set" could remove half a part when it contains a "\,".
4401 When Visually selecting lines, with 'selection' set to "inclusive", including
4417 When compiling os_win32.c with MIN_FEAT the apply_autocmds() should not be
4480 There was quite a bit of dead code when compiling with minimal features.
4494 Using ":ts ident", then hit <CR>, with 'cmdheight' set to 2: command line was
4551 Win32 GUI: Dialog buttons could not be selected properly with cursor keys,
4557 When starting with "ex filename", the file message was overwritten with
4573 four spaces (they are replaced with a tab) couldn't backspace over the tab.
4575 In Insert mode, with 'bs' set to 0, couldn't backspace to before autoindent,
4576 even when it was removed with CTRL-D.
4580 buffers, only beep and continue with the insert command.
4591 Vim would crash when using a script file with 'let &sp = "| tee"', starting
4592 vim with "vim -u test", then doing ":set sp=". The P_WAS_SET flag wasn't set
4593 for a string option, could cause problems with any string option.
4595 When using "cmd | vim -", stdin is not a terminal. This gave problems with
4611 Win32: "expand("%:p:h")" with no buffer name removed the directory name.
4618 with focus.
4625 When making a change to a line, with 'hlsearch' on, causing it to wrap, while
4640 fnamemodify() with an argument ":~:." or ":.:~" didn't work properly.
4668 console mode then started with wrong colors and skipped initializations. Now
4682 to break out of it with a CTRL-C.
4704 When compiled with minimal features but with GUI, switching on the mouse in an
4731 When 'comments' has a part that starts with white space, formatting the
4751 that, which could cause problems with the vim_realloc() macro.
4768 At the more prompt and with the console dialog, a cursor key was interpreted
4819 Win32 console: <C-S-Left> could cause a crash when compiled with Borland or
4838 On non-Unix systems, using a file name with wildcards without a match would
4848 Problem: When editing a file with a long name, would get the hit-enter
4873 a message box would pop up with "-stdin-" (when exiting). (Michael
4880 Problem: Unix: running configure with --enable-gtk-check,
4923 up with two swapfiles for "xxx". That is caused by the ":bdel"
4960 Problem: When using input() from inside an expression entered with
4971 the minimal size, then initializations were done with Rows
4973 situations (GTK with XIM and fontset).
5016 would not be recognized. Noticed on some Unix systems with xterm.
5151 - make mch_get_host_name() work with /dec and /standard=vaxc. (Campbell)
5163 positioned with a mouse click just after dragging.
5170 Vim would exit with "Vim: Got X error".
5178 Problem: Motif version with Lesstif: When removing the menubar and then
5203 Problem: Motif and Athena with XIM: Typing 3-byte
5204 <multibyte><multibyte><space> doesn't work correctly with Ami XIM.
5209 Problem: Win32 GUI: The scrollbar values were reduced for a file with more
5251 Problem: Win32: On top of 5.4p.9: The "Edit with Vim" entry sometimes used
5285 The DJGPP version is now compiled with "-O2" instead of "-O4" to reduce the
5315 for "Edit with Vim". It is registered to be run from the "Add/Remove
5411 Solution: There was a wrongly placed "else", that previously matched with
5441 Problem: GUI: When started from inside gvim with ":!gvim", Vim would not
5453 Problem: In a terminal with 25 lines, there is a more prompt after the
5487 would be encrypted with an unknown key and lost! (Brad Despres)
5529 Problem: BeOS: Suspending Vim with CTRL-Z didn't work (killed Vim). The
5551 Problem: Unix: After expanding an environment variable with the shell, the
5568 Solution: Allow using line2byte() with the number of lines in the file plus
5583 with the length, then the string itself in a second line.
5620 with "<".
5624 Problem: Mixing long lines with multiple lines in a register causes errors
5627 lines that start with "<".
5663 Problem: A paste with the mouse in Insert mode was not repeated exactly the
5664 same with ".". For example, when 'autoindent' is set and pasting
5665 text with leading indent. (Perry)
5671 Problem: When pasting text with [ <MiddleMouse>, the cursor could end up
5686 with acquire_sem_etc(). (Will Day)
5705 Problem: Win32: Expanding (dir)name starting with a dot doesn't work.
5708 starts with a dot.
5712 Problem: Win32 GUI: Removing "Edit with Vim" from registry is difficult.
5715 Also: don't set $VIM when the executable is with the runtime files.
5716 Also: Add a text file with a step-by-step description of how to
5763 Problem: Compiling with gcc on Win32, using the Unix Makefile, didn't work.
5772 mode. Should also avoid problems with programs that use a
5798 Solution: Add "--with-tclsh" configure argument to allow specifying another
5806 Solution: Replace "user-commands" with "user_commands". (Kim Sung-bom)
5808 compatible with 5.4.
5830 started with the <Insert> key. (Andreas Rohrschneider)
5831 Solution: Replace <Insert> with "i" before setting up the redo buffer.
5859 "restart_edit" first. This avoids that edit() is called with a
5878 for alphabetical items to avoid a clash with fixed items.
5888 Win32 GUI: gvimext.dll, for the context menu "Edit with Vim" entry. Avoids
5889 the reported problems with the MS Office taskbar. Now it's a Shell Extension.
5897 ctrlh files with CTRL-H sequences (Bram Moolenaar)
5935 - Handle full file names with version numbers. (Patch 5.5.046)
5956 - Some keys were not working with modifiers: Shift-Tab, Ctrl-Space and CTRL-@.
5960 Problem: Configure in the top directory did not pass on an argument with a
5985 Problem: When using <f-args> with a user command, an empty argument to the
6012 Problem: Recent Sequent machines don't link with "-linet". (Kurtis Rader)
6033 Solution: Don't escape special characters in a tag name with a backslash.
6045 Problem: When executing a register with ":@", the ":append" command would
6046 get text lines with a ':' prepended. (Heinlein)
6053 Solution: Keep the ":g" command, but allow overwriting it with the report
6121 Problem: When starting Vim in a white-on-black xterm, with 'bg' set to
6122 "dark", and then starting the GUI with ":gui", setting 'bg' to
6170 a containing item when there is a match with the end-of-line.
6188 Problem: GTK with XIM: Resizing with status area was messy, and
6197 because the filtering is done with 'binary' set.
6234 Problem: X11 GUI: keys with ALT were assumed to be used for the menu, even
6236 Solution: Ignore keys with ALT only when gui.menu_is_active is set. (Raf)
6242 Solution: Avoid setting fonts when working with a fontset. (Sung-Hyun Nam)
6253 with "v:". Default filename for ":mksession" isn't mentioned
6259 Problem: VMS: problems with path and filename.
6288 Problem: Several Unix systems have a problem with the optimization limits
6328 Problem: After "S<Esc>" it should be possible to restore the line with "U".
6379 Solution: Return 1 when Vim was compiled with the +sniff feature. (Pruemmer)
6390 Problem: For systems with backslash in file name: Setting a file name
6391 option to a value starting with "\\machine" removed a backslash.
6404 Problem: Crash when a ":while" is used with an argument that has an error.
6447 Problem: Using <C-End> with a count doesn't work like it does with "G".
6491 Solution: Replace "else if" in SetSyn() with "elseif". (Ronald Schild)
6495 Problem: When compiling with +extra_search but without +syntax, there is a
6528 Problem: Various warning messages when compiling and running lint with
6591 Solution: Read block 0 with the minimal block size.
6626 Problem: Win32 GUI: The "Edit with Vim" popup menu entry causes problems
6630 "Edit with Vim" menu registry entries.
6648 Renamed src/INSTALL.mac to INSTALL_mac.txt to avoid it being recognized with a
6690 The 16 bit MS-DOS version is now compiled with Bcc 3.1 instead of 4.0. The
6706 Problem with prototype for index() on AIX 4.3.0. Added check for _AIX43 in
6715 Win32 with Borland C++ 5.5: Pass the path to the compiler on to xxd and ctags,
6737 - Replaced old CodeWarrior file os_mac.CW9.hqx with os_mac.cw5.sit.hqx.
6759 Problem: When using the vim.vim syntax file, a comment with all uppercase
6773 Problem: Win32 GUI with IME: When setting 'guifont' to "*", the font
6780 Problem: When 'winminheight' is zero, CTRL-W - with a big number causes a
6795 window with ImeSetCompositionWindow(). Add call to
6800 Problem: Win32: When two files exist with the same name but different case
6809 "Edit with Vim" popup menu entry.
6810 Solution: Only return the help line when called with the GCS_HELPTEXT flag.
6863 Problem: ":s/e/\^M/" should replace an "e" with a CTRL-M, not split the
6865 Solution: Replace the backslash with a CTRL-V internally. (Stephen P. Wall)
6927 Fully works with xterm patch level 131.
6951 Problem: Functions with an argument that is a line number don't all accept
6967 Problem: Compiling with Borland C++ 5.5 fails on tolower() and toupper().
6984 Problem: Multi-byte: Can't use "f" command with multibyte character in GUI.
7024 Problem: Win32 GUI: When selecting guifont with the dialog, 'guifont'
7031 autoexec.bat to set PATH is wrong when Vim is in a directory with
7041 Compile with MAX_FEAT by default.
7053 Problem: Systems with backslash in file name: With 'shellslash' set, "vim
7067 literally. This is consistent with Insert mode. But characters
7080 Problem: Replacing is wrong when replacing a single-byte char with
7171 lines starting with "#". (Neil Bird)
7203 Also fix the Buffers menu and listing a menu name with a newline.
7207 Problem: Compiling the Perl interface doesn't work with Perl 5.6.0.
7220 Problem: Compiling the Perl interface doesn't work with Perl 5.6.0.
7232 Problem: When starting Vim with "vim +startinsert", it enters Insert mode
7238 Problem: Win32 GUI: When compiled with Bcc 5.5 menus don't work.
7249 as the start of a special key. Mostly a problem with multibyte
7273 Problem: GUI: When interrupting an external program with CTRL-C, gvim might
7280 Solution: Link with the "xpg4" library when available.
7310 Solution: Flush the output before waiting with GdiFlush(). (Maurice S. Barnum)
7325 Problem: Multi-byte: Using "r" to replace a double-byte char with a
7327 Also, using a count when replacing a single-byte char with a
7340 Problem: Multi-byte: Commands and messages with multibyte characters are
7346 Problem: Multi-byte with Motif or Athena: The message "XIM requires
7347 fontset" is annoying when Vim was compiled with XIM support but it
7360 Problem: When editing a file in "/home/dir/home/dir" this was replaced with
7374 Solution: After tgetent() returns an error code, call it again with the
7387 Problem: Problem with multibyte string for ":echo var".
7409 Also: fix problem with checking for trash arguments.
7419 Problem: Multi-byte: After using CTRL-O in Insert mode with the cursor at
7439 Problem: VMS: Various problems, also with the VAXC compiler.
7456 trouble for bold characters. Also happens when moving with the
7458 When starting the GUI with ":gui" the screen is redrawn once with
7476 Ctags is no longer included with Vim. It has grown into a project of its own.
7521 mason Mason (HTML with Perl) (Andrew Smith)
7563 Problem: Syntax files for Vim 6.0 can't be used with 5.x.
7568 Generate the Syntax menu with makemenu.vim, so that it doesn't have to be done
7586 Amiga: a file name starting with a colon was considered absolute but it isn't.
7597 Check for ownership of .exrc and .vimrc was done with stat(). Use lstat() as
7600 Win32 GUI: Printing a file with 'fileformat' "unix" didn't work. Set
7700 Solution: In a user command don't replace the buffer name with a count for
7711 Problem: Rot13 encoding was done on characters with accents, which is
7723 Problem: When using a Vim script for Vim 6.0 with <SID> before a function
7732 shell command with system() and backtick-expansion. (Antonios A.
7802 Problem: Editing a file with an extremely long name crashed Vim.
7807 Problem: A ":make" or ":grep" command with a very long argument could cause