summaryrefslogtreecommitdiff
path: root/src/normal.c
AgeCommit message (Collapse)Author
2014-10-31updated for version 7.4.490Bram Moolenaar
Problem: Cannot specify the buffer to use for "do" and "dp", making them useless for three-way diff. Solution: Use the count as the buffer number. (James McCoy)
2014-10-09updated for version 7.4.469Bram Moolenaar
Problem: Can't build with MSVC. (Ken Takata) Solution: Move the assignment after the declarations.
2014-10-09updated for version 7.4.467Bram Moolenaar
2014-08-30updated for version 7.4.429Bram Moolenaar
Problem: Build fails with fewer features. (Elimar Riesebieter) Solution: Add #ifdef.
2014-08-29updated for version 7.4.425Bram Moolenaar
Problem: When 'showbreak' is used "gj" may move to the wrong position. (Nazri Ramliy) Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt)
2014-07-23updated for version 7.4.374Bram Moolenaar
Problem: Character after "fb" command not mapped if it might be a composing character. Solution: Don't disable mapping when looking for a composing character. (Jacob Niehus)
2014-04-29updated for version 7.4.267Bram Moolenaar
Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (Christian Brabandt)
2014-03-23updated for version 7.4.212Bram Moolenaar
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
2014-03-12updated for version 7.4.199Bram Moolenaar
Problem: (issue 197) ]P doesn't paste over Visual selection. Solution: Handle Visual mode specifically. (Christian Brabandt)
2014-02-23updated for version 7.4.191Bram Moolenaar
Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
2014-02-22updated for version 7.4.187Bram Moolenaar
Problem: Delete that crosses line break splits multi-byte character. Solution: Advance a character instead of a byte. (Cade Foster)
2014-02-11updated for version 7.4.171Bram Moolenaar
Problem: Redo does not set v:count and v:count1. Solution: Use a separate buffer for redo, so that we can set the counts when performing redo.
2014-01-14updated for version 7.4.147Bram Moolenaar
Problem: Cursor moves to wrong position when using "gj" after "$" and virtual editing is active. Solution: Make "gj" behave differently when virtual editing is active. (Hirohito Higashi)
2013-12-11updated for version 7.4.116Bram Moolenaar
Problem: When a mapping starts with a space, the typed space does not show up for 'showcmd'. Solution: Show "<20>". (Brook Hong)
2013-11-28updated for version 7.4.110Bram Moolenaar
Problem: "gUgn" cannot be repeeated. (Dimitar Dimitrov) Solution: Don't put "gn" in a different order in the redo buffer. Restore 'wrapscan' when the pattern isn't found. (Christian Wellenbrock)
2013-11-04updated for version 7.4.064Bram Moolenaar
Problem: When replacing a character in Visual block mode, entering a CR does not cause a repeated line break. Solution: Recognize the situation and repeat the line break. (Christian Brabandt)
2013-09-25updated for version 7.4.038Bram Moolenaar
Problem: Using "zw" and "zg" when 'spell' is off give a confusing error message. (Gary Johnson) Solution: Ignore the error when locating the word. Explicitly mention what word was added. (Christian Brabandt)
2013-09-22updated for version 7.4.034Bram Moolenaar
Problem: Using "p" in Visual block mode only changes the first line. Solution: Repeat the put in all text in the block. (Christian Brabandt)
2013-07-14updated for version 7.4a.022Bram Moolenaar
Problem: Using "d2g$" does not delete the last character. (ZyX) Solution: Set the "inclusive" flag properly.
2013-07-09updated for version 7.4a.007Bram Moolenaar
Problem: After "g$" with 'virtualedit' set, "k" moves to a different column. (Dimitar Dimitrov) Solution: Set w_curswant. (Christian Brabandt)
2013-05-21updated for version 7.3.984Bram Moolenaar
Problem: A Visual mapping that uses CTRL-G works differently when started from Insert mode. (Ein Brown) Solution: Reset old_mapped_len when handling typed text in Select mode.
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-04-24updated for version 7.3.918Bram Moolenaar
Problem: Repeating an Ex command after using a Visual motion does not work. Solution: Check for an Ex command being used. (David Bürgin)
2013-04-05updated for version 7.3.879Bram Moolenaar
Problem: When using an ex command in operator pending mode, using Esc to abort the command still executes the operator. (David Bürgin) Solution: Clear the operator when the ex command fails. (Christian Brabandt)
2013-03-16updated for version 7.3.862Bram Moolenaar
Problem: Dragging the status line can be slow. Solution: Look ahead and drop the drag event if there is a next one.
2013-03-13updated for version 7.3.858Bram Moolenaar
Problem: "gv" selects the wrong area after some operators. Solution: Save and restore the type of selection. (Christian Brabandt)
2013-02-26updated for version 7.3.833Bram Moolenaar
Problem: In the terminal the scroll wheel always scrolls the active window. Solution: Scroll the window under the mouse pointer, like in the GUI. (Bradie Rao)
2013-02-14updated for version 7.3.819Bram Moolenaar
Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python.
2013-01-24updated for version 7.3.783Bram Moolenaar
Problem: Crash when mark is not set. (Dominique Pelle) Solution: Check for NULL.
2013-01-17updated for version 7.3.763Bram Moolenaar
Problem: Jumping to a mark does not open a fold if it is in the same line. (Wiktor Ruben) Solution: Also compare the column after the jump. (Christian Brabandt)
2012-12-12updated for version 7.3.761Bram Moolenaar
Problem: In Visual mode a "-p does not work. (Marcin Szamotulski) Solution: Avoid writing to "- before putting it. (Christian Brabandt)
2012-12-12updated for version 7.3.760Bram Moolenaar
Problem: dv_ deletes the white space before the line. Solution: Move the cursor to the first non-white. (Christian Brabandt)
2012-10-23updated for version 7.3.710Bram Moolenaar
Problem: Patch 7.3.704 breaks "fn". Solution: Add check for ca.cmdchar. (Christian Brabandt)
2012-10-21updated for version 7.3.704Bram Moolenaar
Problem: Repeating "cgn" does not always work correctly. Solution: Also fetch the operator character. (Christian Brabandt)
2012-08-15updated for version 7.3.630Bram Moolenaar
Problem: "|" does not behave correctly when 'virtualedit' is set. Solution: Call validate_virtcol(). (David Bürgin)
2012-07-29updated for version 7.3.618Bram Moolenaar
Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle)
2012-07-27updated for version 7.3.616Bram Moolenaar
Problem: Can't compile without +visual. Solution: Add #ifdef.
2012-07-25updated for version 7.3.610Bram Moolenaar
Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
2012-07-10updated for version 7.3.597Bram Moolenaar
Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'.
2012-06-29updated for version 7.3.575Bram Moolenaar
Problem: "ygt" tries to yank instead of giving an error. (Daniel Mueller) Solution: Check for a pending operator.
2012-06-06updated for version 7.3.541Bram Moolenaar
Problem: When joining lines comment leaders need to be removed manually. Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
2012-05-25updated for version 7.3.529Bram Moolenaar
Problem: Using a count before "v" and "V" does not work (Kikyous) Solution: Make the count select that many characters or lines. (Christian Brabandt)
2012-05-25updated for version 7.3.526Bram Moolenaar
Problem: Confusing indenting for #ifdef. Solution: Remove and add indent. (Elias Diem)
2012-04-30updated for version 7.3.513Bram Moolenaar
Problem: Cannot use CTRL-E and CTRL-Y with "r". Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian Brabandt)
2012-03-28updated for version 7.3.481Bram Moolenaar
Problem: Changing 'virtualedit' in an operator function to "all" does not have the desired effect. (Aaron Bohannon) Solution: Save, reset and restore virtual_op when executing an operator function.
2012-02-05updated for version 7.3.429Bram Moolenaar
Problem: When 'cpoptions' includes "E" "c0" in the first column is an error. The redo register is then set to the errornous command. Solution: Do not set the redo register if the command fails because of an empty region. (Hideki Eiraku)
2012-01-26updated for version 7.3.411Bram Moolenaar
Problem: Pasting in Visual mode using the "" register does not work. (John Beckett) Solution: Detect that the write is overwriting the pasted register. (Christian Brabandt)
2011-10-04updated for version 7.3.333Bram Moolenaar
Problem: Using "." to repeat a Visual delete counts the size in bytes, not characters. (Connor Lane Smith) Solution: Store the virtual column numbers instead of byte positions.
2011-07-15updated for version 7.3.251Bram Moolenaar
Problem: "gH<Del>" deletes the current line, except when it's the last line. Solution: Set the "include" flag to indicate the last line is to be deleted.
2011-07-07updated for version 7.3.239Bram Moolenaar
Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win().