summaryrefslogtreecommitdiff
path: root/src/ex_getln.c
AgeCommit message (Collapse)Author
2012-11-28updated for version 7.3.736Bram Moolenaar
Problem: File name completion in input() escapes white space. (Frederic Hardy) Solution: Do not escape white space. (Christian Brabandt)
2012-10-11updated for version 7.3.686Bram Moolenaar
Problem: Using CTRL-\ e mappings is useful also when entering an expression, but it doesn't work. (Marcin Szamotulski) Solution: Allow using CTRL-\ e when entering an expression if it was not typed.
2012-08-15updated for version 7.3.631Bram Moolenaar
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
2012-08-08updated for version 7.3.629Bram Moolenaar
Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt)
2012-06-29updated for version 7.3.574Bram Moolenaar
Problem: When pasting a register in the search command line a CTRL-L character is not pasted. (Dominique Pelle) Solution: Escape the CTRL-L. (Christian Brabandt)
2012-06-06updated for version 7.3.539Bram Moolenaar
Problem: Redrawing a character on the command line does not work properly for multi-byte charactes. Solution: Count the number of bytes in a character. (Yukihiro Nakadaira)
2012-05-25updated for version 7.3.525Bram Moolenaar
Problem: Compiler warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams)
2012-04-30updated for version 7.3.514Bram Moolenaar
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
2012-03-07updated for version 7.3.465Bram Moolenaar
Problem: Cannot get file name with newline from glob(). Solution: Add argument to glob() and expand() to indicate they must return a list. (Christian Brabandt)
2012-02-22updated for version 7.3.453Bram Moolenaar
Problem: Pasting in the command line is slow. Solution: Don't redraw if there is another character to read. (Dominique Pelle)
2012-02-22updated for version 7.3.449Bram Moolenaar
Problem: Crash when a BufWinLeave autocommand closes the only other window. (Daniel Hunt) Solution: Abort closing a buffer when it becomes the only one.
2012-02-04updated for version 7.3.425Bram Moolenaar
Problem: Search history lines are duplicated. (Edwin Steiner) Solution: Convert separator character from space to NUL.
2012-01-26updated for version 7.3.413Bram Moolenaar
Problem: Build warnings on MS-Windows. Solution: Add type casts. (Mike Williams)
2012-01-20updated for version 7.3.407Bram Moolenaar
Problem: ":12verbose call F()" may duplicate text while trying to truncate. (Thinca) Solution: Only truncate when there is not enough room. Also check the byte length of the buffer.
2011-12-08updated for version 7.3.372Bram Moolenaar
Problem: When using a command line mapping to <Up> with file name completion to go one directory up, 'wildchar' is inserted. (Yasuhiro Matsumoto) Solution: Set the KeyTyped flag.
2011-10-26updated for version 7.3.352Bram Moolenaar
Problem: When completing methods dict functions and script-local functions get in the way. Solution: Sort function names starting with "<" to the end. (Yasuhiro Matsumoto)
2011-09-30updated for version 7.3.328Bram Moolenaar
Problem: When command line wraps the cursor may be displayed wrong when there are multi-byte characters. Solution: Position the cursor before drawing the text. (Yasuhiro Matsumoto)
2011-09-30updated for version 7.3.324Bram Moolenaar
Problem: Completion for ":compiler" shows color scheme names. Solution: Fix the directory name. (James Vega)
2011-08-17updated for version 7.3.282Bram Moolenaar
Problem: When using input() and :echo in a loop the displayed text is incorrect. (Benjamin Fritz) Solution: Only restore the cursor position when there is a command line. (Ben Schmidt)
2011-07-27updated for version 7.3.265Bram Moolenaar
Problem: When storing a pattern in search history there is no proper check for the separator character. Solution: Pass the separator character to in_history(). (Muraoka Taro)
2011-07-07updated for version 7.3.241Bram Moolenaar
Problem: Using CTRL-R CTRL-W on the command line may insert only part of the word. Solution: Use the cursor position instead of assuming it is at the end of the command. (Tyru)
2011-07-07updated for version 7.3.238Bram Moolenaar
Problem: Compiler warning for conversion. Solution: Add type cast. (Mike Williams)
2011-06-26updated for version 7.3.237Bram Moolenaar
Problem: "filetype" completion doesn't work on Windows. (Yue Wu) Solution: Don't use a glob pattern for the directories, use a list of directories. (Dominique Pelle)
2011-05-19updated for version 7.3.198Bram Moolenaar
Problem: No completion for ":lang". Solution: Get locales to complete from. (Dominique Pelle)
2011-05-19updated for version 7.3.193Bram Moolenaar
Problem: In the command line window ":close" doesn't work properly. (Tony Mechelynck) Solution: Use Ctrl_C instead of K_IGNORE for cmdwin_result. (Jean-Rene David)
2011-04-28updated for version 7.3.165Bram Moolenaar
Problem: ":find" completion does not escape spaces in a directory name. (Isz) Solution: Add backslashes for EXPAND_FILES_IN_PATH. (Carlo Teubner)
2010-12-02updated for version 7.3.072Bram Moolenaar
Problem: Can't complete file names while ignoring case. Solution: Add 'wildignorecase'.
2010-11-16updated for version 7.3.057Bram Moolenaar
Problem: Segfault with command line abbreviation. (Randy Morris) Solution: Don't retrigger the abbreviation when abandoning the command line. Continue editing the command line after the error.
2010-11-10updated for version 7.3.051Bram Moolenaar
Problem: Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty. Solution: Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
2010-10-27updated for version 7.3.039Bram Moolenaar
Problem: Crash when using skk.vim plugin. Solution: Get length of expression evaluation result only after checking for NULL. (Noriaki Yagi, Dominique Pelle)
2010-09-29updated for version 7.3.014Bram Moolenaar
Problem: Ending a line in a backslash inside an ":append" or ":insert" command in Ex mode doesn't work properly. (Ray Frush) Solution: Halve the number of backslashes, only insert a NUL after an odd number of backslashes.
2010-09-21updated for version 7.3.008Bram Moolenaar
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'.
2010-08-13Cleanup in :find completion code. Make it work for "./subdir" in 'path'.Bram Moolenaar
2010-08-13Now really fix using expressions in the command line (hopefully).Bram Moolenaar
2010-08-13Fix illegal memory access when using expressions in the command line.Bram Moolenaar
2010-08-10Make :find completion work better with the DJGPP build. (Nazri Ramliy)Bram Moolenaar
2010-08-08Remove unused code.Bram Moolenaar
2010-08-05Fix a few problems for :find completion. Test much more. (Nazri Ramliy)Bram Moolenaar
2010-07-31Fixes for coverity warnings.Bram Moolenaar
2010-07-29Add completion for ":ownsyntax" and improve completion for ":filetype".Bram Moolenaar
(Dominique Pelle)
2010-07-28Improvements for ":find" completion. (Nazri Ramliy)Bram Moolenaar
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-07-11Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar
Toft)
2010-06-21Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar
2010-06-01Fix completion of file names with '%' and '*'.Bram Moolenaar
2010-03-23updated for version 7.2.410Bram Moolenaar
Problem: Highlighting directories for completion doesn't work properly. Solution: Don't halve backslashes when not needed, expaned "~/". (Dominique Pelle)
2010-03-17updated for version 7.2.401Bram Moolenaar
Problem: ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight directory names with a space. (Alexandre Provencio) Solution: Remove the backslash before checking if the name is a directory. (Dominique Pelle)
2010-03-02updated for version 7.2.382Bram Moolenaar
Problem: Accessing freed memory when closing the cmdline window when 'bufhide' is set to "wipe". Solution: Check if the buffer still exists before invoking close_buffer() (Dominique Pelle)
2010-03-02updated for version 7.2.381Bram Moolenaar
Problem: No completion for :behave. Solution: Add :behave completion. Minor related fixes. (Dominique Pelle)