Lines Matching refs:after

147 avoid the number becoming octal after incrementing "009" to "010".
347 Previously there was only one line of undo-redo. If, after undoing a number
352 text after any change, even if they were undone. So long as you do not run
472 The |g<| command can be used to see the last page of messages after you have
652 'fsync' Whether fsync() is called after writing a file.
961 |v:profiling| non-zero after a ":profile start" command
963 |v:fcs_choice| what should happen after |FileChangedShell|
972 |v:swapcommand| command to be executed after handling |SwapExists|
978 |ColorScheme| after loading a color scheme
984 |FileChangedShellPost| after handling a file changed outside of Vim
993 |QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh)
995 |SessionLoadPost| after loading a session file. (Yegappan Lakshmanan)
997 |ShellCmdPost| after executing a shell command
998 |ShellFilterPost| after filtering with a shell command
1006 |TabEnter| just after entering a tab page
1009 |VimResized| after the Vim window size changed (Yakov Lerner)
1052 |/\%>'m| \%>'m match after mark m
1220 Mac: better integration with Xcode. Post a fake mouse-up event after the odoc
1221 event and the drag receive handler to work around a stall after Vim loads a
1288 ":helpgrep" accepts a language specifier after the pattern: "pat@it".
1391 When foldtext() finds no text after removing the comment leader, use the
1419 invalid characters after the register name. |:redir|
1486 character that follows after "%f". For example, in "%f:%l:%m" the file name
1576 inserted after the CTRL-O. Allows using CTRL-O commands to move the cursor
1704 When 'virtualedit' is set, moving the cursor up after appending a character
1750 after the last line while it's not there.
1854 selected or not. Highlight the character after the line when the line break
1855 is included, e.g., after "v$o".
1892 A comment or | just after an expression-backtick argument was not recognized.
1922 Cmdline completion didn't work after ":let var1 var<Tab>".
1940 after that, didn't find a match. Could also get a hang or end up in the right
1999 still be done (after an error message). Now reset "redir_reg". (Yegappan
2002 It was not possible to use a NL after a backslash in Ex mode. This is
2024 Completion didn't work after ":argdo", ":windo" and ":bufdo". Also for ":set
2082 after startup, the window layout is messed up. (Michael Schaap) Added
2197 In an empty line "ix<CTRL-O>0" moved the cursor to after the line instead of
2218 dropped. Now after detecting that the child has exited try reading some more
2265 until after executing "-c" arguments.
2272 happens to be after the end of the line then it continued in the next line and
2273 stopped at the region end match, making the region continue after that.
2394 GUI: To avoid left-over pixels from bold text all characters after a character
2568 Using CTRL-E in Insert mode completion after CTRL-P inserted the first match
2598 of after the current tab page.
2603 recursively. But after a ":normal" command the protection was reset.
2619 Now use Enter to select the match after using a cursor key.
2652 after the first gui_mch_update().
2667 When completing menu names, e.g., after ":emenu", don't sort the entries but
2691 Command line completion: pressing <Tab> after ":e /usr/*" expands the whole
2827 When using CTRL-O in Insert mode just after the last character while
2874 cursor left when it was after the end of the line, even though it's allowed to
2951 another, the cursor was displayed at the end of the line instead of after the
2952 match. Now show the cursor after the match while still searching for matches.
2980 exists() ignored text after a function name and option name, which could
2983 exists() ignored characters after the recognized word, which can be wrong when
2985 allow characters after the name: exists('*funcname') exists('*funcname(...')
2989 Trigger the TabEnter autocommand only after entering the current window of the
3177 Patch 7.0.017 (after 7.0.014)
3189 Solution: Check the cursor column after moving it to another line.
3199 Solution: Check for valid submatches after matching the pattern.
3245 Problem: getchar() may not position the cursor after a space.
3261 Patch 7.0.032 (extra, after 7.0.027)
3377 Patch 7.0.051 (after 7.0.44)
3415 Patch 7.0.057 (extra, after 7.0.45)
3430 Patch 7.0.060 (after 7.0.51)
3473 Solution: Redraw the tab pages line after removing the popup menu. (Ori
3540 Patch 7.0.076 (after 7.0.010)
3599 Solution: Use another viminfo file after setting 'compatible'.
3641 Patch 7.0.092 (after 7.0.082 and 7.0.084)
3692 after scrolling another window.
3712 Patch 7.0.103 (after 7.0.101)
3719 triggers after CTRL-V and other two-key commands.
3721 "did_cursorhold" after handling a command.
3739 Solution: Redraw the tabline after clearing the screen.
3831 Problem: GUI: When clearing after a bold, double-wide character half a
3858 Solution: Set ins_need_undo after using 'formatexpr'.
3877 after setting the directory.
3893 Patch 7.0.132 (after 7.0.130)
3939 Patch 7.0.140 (after 7.0.134)
3968 Patch 7.0.145 (after 7.0.142)
4055 Solution: Open fold after inserting a new line.
4087 Problem: Can't retrieve the position of a sign after it was set.
4118 b_ml.ml_stack after recovery.
4192 Patch 7.0.180 (extra, after 7.0.171)
4242 Patch 7.0.188 (after 7.0.186)
4287 Solution: Make autowrite() return FAIL if the buffer is still changed after
4347 Patch 7.0.205 (after 7.0.203)
4352 Patch 7.0.206 (after 7.0.058)
4366 Patch 7.0.208 (after 7.0.171 and 7.0.180)
4374 Solution: Check the cursor column after replacing the line.
4594 Fixes after Vim 7.1a BETA:
4623 Fixes after Vim 7.1b BETA:
4776 mistakes in configure.in after that.
4807 Solution: Do not use "buf", it may be invalid after autocommands.
4820 Solution: Set 'modified' before the autocommands instead of after it.
4865 Solution: Obtain the current line again after invoking cin_islabel().
4875 Patch 7.1.016 (after patch 7.1.012)
4890 Solution: Check for the cursor being just after the line (Chris Lubinski)
4902 Solution: In msg_show_console_dialog() append a NUL after every appended
4906 Patch 7.1.021 (after 7.1.015)
4925 Solution: Obtain the line pointer again after we looked at another line.
4953 Patch 7.1.029 (after 7.1.019)
5032 Patch 7.1.041 (extra, after 7.1.040)
5038 Patch 7.1.042 (after 7.1.040)
5046 positioned properly after CTRL-D.
5059 Solution: Reset "must_redraw" after clearing the screen.
5119 Problem: More prompt does not behave correctly after scrolling back.
5160 Patch 7.1.062 (after 7.1.038)
5165 Patch 7.1.063 (after 7.1.040)
5196 Solution: Only equalize window sizes when after a split the windows are
5213 Patch 7.1.071 (after 7.1.040)
5219 Patch 7.1.072 (extra, after 7.1.041 and 7.1.071)
5226 Patch 7.1.073 (after 7.1.062)
5281 Solution: Install a WinEnter autocommand. Also fixes that after
5285 Patch 7.1.083 (after 7.1.081)
5324 Solution: Clear to the end of the screen after displaying the first variable
5339 Patch 7.1.092 (extra, after 7.1.088)
5409 Patch 7.1.104 (after 7.1.095)
5436 Patch 7.1.108 (after 7.1.100)
5448 Patch 7.1.110 (after 7.1.102)
5475 Patch 7.1.115 (after 7.1.105)
5491 Patch 7.1.118 (after 7.1.107)
5551 Solution: Change back to the original directory after loading a file.
5590 Patch 7.1.133 (after 7.1.126)
5630 Problem: v:count is set only after typing a non-digit, that makes it
5658 Problem: Insert mode completion: When using the popup menu, after
5680 Patch 7.1.147 (after 7.1.127)
5756 in the 7th bit not set, set the 7th bit after conversion.
5810 Solution: Don't reset s_button_pending just after receiving focus.
5900 Solution: Don't advance the cursor when it's already on the NUL after a
5913 Problem: "expand('<afile>')" returns a bogus value after changing
5921 after patch 7.1.104. (Erik Falor)
5931 Patch 7.1.189 (after 7.1.104)
5937 Problem: Cursor after end-of-line: "iA sentence.<Esc>)"
5942 Problem: Win32 GUI: after patch 7.1.168 there is still a problem when
5993 Patch 7.1.200 (after 7.1.177 and 7.1.182)
6000 Solution: Set the options after reading stdin. (Ben Schmidt)
6016 after four seconds and then comes back again. Also moves the
6046 Solution: Stop getting a selection after three seconds. This is a hack.
6106 Patch 7.1.219 (after 7.1.215)
6107 Problem: synstack() returns situation after the current character, can't
6127 Patch 7.1.222 (after 7.1.217)
6174 Solution: Keep the fold open after backspacing a character.
6187 Patch 7.1.232 (after 7.1.207 and 7.1.211)
6234 Patch 7.1.239 (after 7.1.233)
6253 Patch 7.1.242 (after 7.1.005)
6258 Patch 7.1.243 (after 7.1.240)
6307 Solution: Obtain the current line again after calling spell_move_to().
6311 Patch 7.1.252 (after 7.1.243)
6359 Problem: Cursor positioning problem after ^@ wrapping halfway when
6441 Patch 7.1.274 (after 7.1.272)
6461 Patch 7.1.278 (extra, after 7.1.275)
6472 Patch 7.1.280 (after 7.1.275)
6478 Patch 7.1.281 (after 7.1.279)
6510 Patch 7.1.286 (after 7.1.103)
6517 Problem: Crash when reversing a list after using it. (Andy Wokula)
6521 Patch 7.1.288 (after 7.1.281)
6540 Patch 7.1.291 (after 7.1.288)
6579 Patch 7.1.298 (after 7.1.295)
6603 Patch 7.1.302 (after 7.1.299)
6608 Patch 7.1.303 (after 7.1.302)
6782 free_all_functions() after garbage collection. (Dominique Pelle)
6796 Test 11 was broken after patch 7.1.186 on Win32 console. (Daniel Shahaf)
6808 Problem with 'wildmenu' after ":lcd", up/down arrows don't work. (Erik Falor)
6859 Solution: Don't look for a floating point number after the "." operator.
6903 Patch 7.2a.015 (after 7.2a.010)
6937 When using CTRL-D after ":help", the number of matches could be thousands.
7126 Solution: Get all tags and throw away more than TAG_MANY after sorting.
7245 after recovery is compared to the original file contents. When they differ
7278 E.g. to highlight the column after 'textwidth'. (partly by Gregor Uhlenheuer)
7474 Time out after a couple of seconds to avoid a hang when the
7552 Patch 7.2.026 (after 7.2.010)
7573 Patch 7.2.030 (after 7.2.027)
7593 Patch 7.2.032 (after 7.2.031)
7744 Patch 7.2.056 (after 7.2.050)
7749 Patch 7.2.057 (after 7.2.056)
7772 Ignore COMPOUNDRULES. Ignore a comment after most items.
7823 Patch 7.2.069 (after 7.2.060)
7852 Patch 7.2.074 (extra, after 7.2.073)
7858 Patch 7.2.075 (after 7.2.058)
7870 Patch 7.2.077 (after 7.2.076)
7878 position may be wrong. Folds may not be displayed properly after
7894 Problem: When typing a composing character just after starting completion
7994 Solution: Ignore SIGHUP after calling setsid(). (Simon Schubert)
8020 Patch 7.2.102 (after 7.2.100)
8055 deleted after the dialog. (Vincent Birebent)
8059 Patch 7.2.108 (after 7.2.105)
8173 after typing 'q' there can be another more prompt. (Markus
8178 Patch 7.2.128 (after 7.2.055)
8226 Patch 7.2.136 (after 7.2.132)
8294 displayed in the wrong position after a tab. (James Vega)
8300 character after the line does not work in the cursor column.
8301 Also highlighting for Visual mode after the line end when this
8304 for Visual selection after the last character when it's needed to
8330 Solution: Reset msg_col after redirecting silently.
8338 Patch 7.2.154 (after 7.2.132)
8348 Patch 7.2.156 (after 7.2.143)
8355 Solution: Avoid looking at a byte after end of a string. (Dominique Pelle)
8442 Patch 7.2.171 (after 7.2.169)
8512 Patch 7.2.182 (after 7.2.181)
8513 Problem: Compilation problems after previous patch for Motif. Gvim with
8543 Patch 7.2.187 (after 7.2.186)
8573 Patch 7.2.192 (after 7.2.188)
8594 Patch 7.2.196 (after 7.2.167)
8730 Patch 7.2.220 (after 7.2.215)
8764 Problem: ml_get error after deleting the last line. (Xavier de Gaye)
8905 Patch 7.2.251 (after 7.2.044)
8926 Patch 7.2.255 (after 7.2.242)
9030 Solution: Free memory only after using it. (Dominique Pelle)
9098 Solution: Recompute number of lines and columns after changing font. (James
9104 display may be wrong after changes.
9108 Patch 7.2.285 (after 7.2.169)
9113 Patch 7.2.286 (after 7.2.269)
9154 Solution: Don't increment after skipping over digits. (Yukihiro Nakadaira)
9212 Patch 7.2.303 (after 7.2.294)
9229 Solution: Don't copy the character after the escaped one.
9246 Patch 7.2.309 (after 7.2.308)
9254 Solution: Check for "conf" filetype after using ftdetect plugins.
9269 Problem: Command line completion doesn't work after "%:h" and similar.
9297 Solution: Set the locale again after doing GUI inits. (Dominique Pelle)
9302 Solution: Destroy the widget only after accessing it. (Dominique Pelle)
9410 Patch 7.2.338 (after 7.2.300)
9415 Patch 7.2.339 (after 7.2.269)
9437 Patch 7.2.343 (after 7.2.338)
9442 Patch 7.2.344 (after 7.2.343)
9463 Patch 7.2.348 (after 7.2.330)
9480 Patch 7.2.351 (after 7.2.347)
9542 Patch 7.2.362 (extra, after 7.2.352)
9574 Patch 7.2.368 (after 7.2.361)
9584 Patch 7.2.370 (after 7.2.356)
9624 Patch 7.2.377 (extra, after 7.2.372)
9641 Patch 7.2.380 (after 7.2.363)
9740 Patch 7.2.399 (extra, after 7.2.388)
9745 Patch 7.2.400 (after 7.2.387)
9766 Patch 7.2.403 (after 7.2.400)
9946 Patch 7.2.434 (after 7.2.432)
9951 Patch 7.2.435 (after 7.2.430)
9961 Patch 7.2.437 (after 7.2.407)
9964 Solution: Also replace a \n after a backslash into \r.
9967 Patch 7.2.438 (after 7.2.427)
9990 Patch 7.2.442 (after 7.2.201)
10002 Patch 7.2.444 (after 7.2.442)
10032 Window title was not updated after dropping a file on Vim. (Hari G)
10037 When entering a digraph or special character after a line that fits the window
10073 Window title not updated after file dropped.
10080 When resetting both 'title' and 'icon' the title would be set after a shell
10313 Added |CompleteDone| event launched after finishing completion in
10395 Solution: Move code to after declarations. (Joachim Schmitz)
10424 after a shell command doesn't work.
10444 Solution: Halve the number of backslashes, only insert a NUL after an odd
10463 Patch 7.3.018 (after 7.3.012)
10492 Solution: Don't close the slave tty until after the child exits. (Nikola
10517 Patch 7.3.028 (after 7.3.024)
10552 Patch 7.3.033 (after 7.3.032)
10564 Patch 7.3.035 (after 7.3.034)
10565 Problem: Stray semicolon after if statement. (Hari G)
10587 Solution: Get length of expression evaluation result only after checking for
10625 Patch 7.3.046 (after 7.3.043)
10630 Patch 7.3.047 (after 7.3.032)
10638 Problem: ":earlier 1f" doesn't work after loading undo file.
10701 Continue editing the command line after the error.
10758 Patch 7.3.067 (after 7.3.058)
10766 Solution: Get the value of fname again after executing autocommands.
10803 Patch 7.3.075 (after 7.3.072)
10857 Patch 7.3.085 (after 7.3.083)
11015 Patch 7.3.111 (after 7.3.100)
11025 Solution: Check for NUL after %.
11107 Solution: Remove comma after last enum element.
11157 Patch 7.3.137 (after 7.3.091)
11168 Patch 7.3.139 (after 7.3.137)
11174 Problem: Crash when drawing the "$" at end-of-line for list mode just after
11206 Patch 7.3.145 (after 7.3.144)
11220 Patch 7.3.147 (after 7.3.143)
11232 Problem: The cursor disappears after the processing of the 'setDot'
11234 Solution: Show the cursor after a screen update. (Xavier de Gaye)
11243 Patch 7.3.151 (after 7.3.074)
11254 Patch 7.3.153 (after 7.3.152)
11259 Patch 7.3.154 (after 7.3.148)
11375 may open the window anyway. Also after ":vimgrep".
11388 Solution: Call check_colorcolumn() after clearing and copying options.
11404 Problem: C-indent doesn't handle code right after { correctly.
11423 Solution: Only call edit_unputchar() after edit_putchar(). (Lech Lorens)
11426 Patch 7.3.182 (after 7.3.180)
11431 Patch 7.3.183 (after 7.3.174)
11469 Patch 7.3.189 (after 7.3.186)
11523 Solution: Get the number of error after the autocmd event. (Mike Lundy)
11537 Patch 7.3.200 (after 7.3.198)
11542 Patch 7.3.201 (after 7.3.195)
11558 Patch 7.3.204 (after 7.3.201)
11594 Patch 7.3.211 (after 7.3.210)
11601 Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland
11615 Patch 7.3.215 (after 7.3.210)
11634 Patch 7.3.218 (after 7.3.212)
11695 Patch 7.3.227 (after 7.3.221)
11702 Solution: Get length of line after moving to a next line. (James Vega)
11747 Patch 7.3.236 (after 7.3.232)
11805 Patch 7.3.246 (after 7.3.235)
11837 Patch 7.3.252 (after 7.3.247)
11927 Solution: Clear xim_expected_char after checking it.
12030 Patch 7.3.285 (after 7.3.284)
12037 Solution: Recompute pointer after reallocating array. Move fewer entries
12048 the library after using python3.
12082 Patch 7.3.294 (after 7.3.289)
12125 Patch 7.3.302 (after 7.3.301)
12130 Patch 7.3.303 (after 7.3.296)
12167 Patch 7.3.309 (after 7.3.307)
12184 Patch 7.3.312 (after 7.3.306)
12189 Patch 7.3.313 (after 7.3.307)
12194 Patch 7.3.314 (after 7.3.304)
12207 Patch 7.3.316 (after 7.3.306)
12222 Patch 7.3.319 (after 7.3.311)
12249 Patch 7.3.324 (after 7.3.237)
12295 Patch 7.3.332 (after 7.3.202)
12296 Problem: Indent after "public:" is not increased in C++ code. (Lech Lorens)
12297 Solution: Check for namespace after the regular checks. (partly by Martin
12321 Solution: Convert the whole line. Continue reading the header after the
12329 Patch 7.3.337 (after 7.3.295)
12330 Problem: Screen doesn't update after resizing the xterm until a character
12384 Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
12405 Problem: Block of code after ":lua << EOF" may not work. (Paul Isambert)
12422 Patch 7.3.353 (after 7.3.343)
12448 Patch 7.3.358 (after 7.3.353)
12464 Problem: Accessing memory after it is freed when EXITFREE is defined.
12474 Problem: C indenting is wrong after #endif followed by a semicolon.
12479 Patch 7.3.364 (after 7.3.353)
12527 Patch 7.3.373 (after 7.3.366)
12574 Patch 7.3.382 (after 7.3.376)
12603 Patch 7.3.387 (after 7.3.386)
12647 Patch 7.3.395 (after 7.3.251)
12649 Solution: Only adjust the cursor position when it's after the last line of
12730 Patch 7.3.408 (after 7.3.406)
12768 Patch 7.3.415 (after 7.3.359)
12774 Patch 7.3.416 (after 7.3.415)
12779 Patch 7.3.417 (after 7.3.395)
12821 Patch 7.3.425 (after 7.3.265)
12920 Patch 7.3.442 (after 7.3.438)
12937 Patch 7.3.445 (after 7.3.443)
12943 Patch 7.3.446 (after 7.3.445)
12948 Patch 7.3.447 (after 7.3.446)
12953 Patch 7.3.448 (after 7.3.447)
12965 Patch 7.3.450 (after 7.3.448)
13089 Solution: Move triggering the autocommands to after correcting the
13156 Patch 7.3.483 (after 7.3.477)
13219 Patch 7.3.493 (after 7.3.492)
13224 Patch 7.3.494 (after 7.3.491)
13229 Patch 7.3.495 (after 7.3.492)
13276 Patch 7.3.503 (after 7.3.501)
13375 Solution: Move the call to gui_mch_init_check() to after fork(). (Yasuhiro
13394 Patch 7.3.524 (after 7.3.523)
13426 Patch 7.3.530 (after 7.3.520)
13432 Patch 7.3.531 (after 7.3.530)
13447 Patch 7.3.534 (after 7.3.461)
13495 Patch 7.3.542 (after 7.3.506)
13501 Problem: The cursor is in the wrong line after using ":copen". (John
13524 Patch 7.3.547 (after 7.3.541)
13540 Patch 7.3.550 (after 7.3.541)
13568 Patch 7.3.554 (after 7.3.551)
13615 Patch 7.3.563 (after 7.3.557)
13620 Patch 7.3.564 (after 7.3.559)
13630 Patch 7.3.566 (after 7.3.561)
13631 Problem: Redo after completion does not work correctly when refresh: always
13707 Patch 7.3.579 (after 7.3.569)
13722 Patch 7.3.582 (after 7.3.576)
13817 Patch 7.3.599 (after 7.3.597)
13851 Patch 7.3.605 (after 7.3.577)
13912 Patch 7.3.616 (after 7.3.610)
13917 Patch 7.3.617 (after 7.3.615)
13922 Patch 7.3.618 (after 7.3.616)
13929 Solution: Don't wait after every processed message. (idea by Yasuhiro
14009 Problem: Selection remains displayed as selected after selecting another
14026 Patch 7.3.636 (after 7.3.625)
14065 Problem: Segfault with specific autocommands. Was OK after 7.3.449 and
14071 Patch 7.3.643 (after 7.3.635)
14115 Problem: Completion after ":help \{-" gives an error message and messes up
14122 Problem: Completion after ":help \{-" gives an error message.
14175 Patch 7.3.661 (after 7.3.652)
14252 Solution: Put NUL after text when it is truncated. (ZyX)
14282 Patch 7.3.681 (after 7.3.680)
14287 Patch 7.3.682 (after 7.3.677)
14418 Patch 7.3.706 (after 7.3.697)
14423 Patch 7.3.707 (after 7.3.701)
14439 Patch 7.3.710 (after 7.3.704)
14444 Patch 7.3.711 (after 7.3.688)
14595 Patch 7.3.738 (after 7.3.730)
14610 Patch 7.3.741 (after 7.3.737)
14620 Patch 7.3.743 (after 7.3.741)
14726 Patch 7.3.762 (after 7.3.759)
14734 Solution: Also compare the column after the jump. (Christian Brabandt)
14775 Patch 7.3.771 (after 7.3.769)
14782 after doing substitutions with confirm flag: %s/x/y/c
14787 Patch 7.3.773 (after 7.3.767)
14810 Solution: Set locale after gnome_program_init(). (Christian Brabandt)
14845 Patch 7.3.784 (after 7.3.781)
14850 Patch 7.3.785 (after 7.3.776)
14872 Patch 7.3.789 (after 7.3.776)
14896 Patch 7.3.793 (after 7.3.792)
14917 Patch 7.3.797 (after 7.3.792)
14922 Patch 7.3.798 (after 7.3.791)
14951 Patch 7.3.803 (after 7.3.792)
14957 Patch 7.3.804 (after 7.3.799)
14976 Solution: Redraw the popup menu after redrawing windows. (Christian
15068 Patch 7.3.822 (after 7.3.799)
15073 Patch 7.3.823 (after 7.3.821)
15093 Patch 7.3.827 (after 7.3.825)
15163 Patch 7.3.837 (after 7.3.826)
15169 Patch 7.3.838 (after 7.3.830)
15202 Patch 7.3.843 (after 7.3.841)
15212 Patch 7.3.845 (after 7.3.844)
15265 Solution: Set the current item to the shown item after using backspace.
15285 Problem: "gv" selects the wrong area after some operators.
15311 Patch 7.3.863 (after 7.3.859)
15316 Patch 7.3.864 (after 7.3.862)
15321 Patch 7.3.865 (after 7.3.862)
15387 Patch 7.3.875 (after 7.3.866)
15397 Patch 7.3.877 (after 7.3.871)
15426 Problem: CursorHold may trigger after receiving the termresponse.
15430 Patch 7.3.883 (after 7.3.880)
15480 Patch 7.3.892 (after 7.3.891)
15486 Problem: Crash when using b:, w: or t: after closing the buffer, window or
15538 Patch 7.3.903 (after 7.3.892)
15543 Patch 7.3.904 (after 7.3.893)
15548 Patch 7.3.905 (after 7.3.903)
15594 Patch 7.3.913 (after 7.3.905)
15622 Problem: Repeating an Ex command after using a Visual motion does not work.
15626 Patch 7.3.919 (after 7.3.788)
15636 Patch 7.3.921 (after 7.3.697)
15699 Patch 7.3.928 (after 7.3.924)
15704 Patch 7.3.929 (after 7.3.924)
15735 Patch 7.3.935 (after 7.3.933)
15741 Patch 7.3.936 (after 7.3.935)
15799 Solution: Only wait for more characters after <Esc>[ if followed by '?', '>'
15880 Patch 7.3.959 (after 7.3.957)
15928 Patch 7.3.967 (after 7.3.965)
15965 Problem: Cursor not restored after InsertEnter autocommand if it moved to
16263 Solution: Quit the loop after finding the match. Store nfa_has_zend in the
16294 Patch 7.3.1030 (after 7.3.1028)
16431 Patch 7.3.1054 (after 7.3.1042)
16703 Problem: Completion of ":py3do" and ":py3file" does not work after ":py3".
16769 Patch 7.3.1114 (after 7.3.1110)
16855 Patch 7.3.1130 (after 7.3.1129)
17098 src/testdir/python_after/after.py,
17171 Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam)
17180 Patch 7.3.1187 (after 7.3.1170)
17190 Patch 7.3.1189 (after 7.3.1185)
17254 Solution: Sync undo after evaluating the expression. (Christian Brabandt)
17263 Patch 7.3.1202 (after 7.3.660)
17308 Patch 7.3.1210 (after 7.3.1182)
17446 Patch 7.3.1234 (after 7.3.1229)
17489 Patch 7.3.1241 (after 7.3.1236)
17561 Patch 7.3.1253 (after 7.3.1200)
17562 Problem: Still undo problem after using CTRL-R = setline(). (Hirohito
17567 Patch 7.3.1254 (after 7.3.1252)
17604 Patch 7.3.1261 (after patch 7.3.1179)
17623 Patch 7.3.1264 (after 7.3.1261)
17628 Patch 7.3.1265 (after 7.3.1249)
17659 Patch 7.3.1271 (after 7.3.1260)
17723 Patch 7.3.1282 (after 7.3.1277)
17775 Patch 7.3.1290 (after 7.3.1253)
17781 Patch 7.3.1291 (after 7.3.1288)
17823 Patch 7.3.1298 (after 7.3.1297)
17858 Patch 7.3.1303 (after 7.3.1290)
17907 Patch 7.3.1312 (after 7.3.1287)
17945 Solution: Store the topline after updating scroll binding. Add a test.
17994 after a Tab. (Dimitar Dimitrov)
18012 Patch 7.4a.016 (after 7.4a.014)
18049 Patch 7.4a.023 (after 7.4a.019)
18060 Problem: Get the press-Enter prompt even after using :redraw.
18087 Patch 7.4a.030 (after 7.4.027)
18110 Problem: The tabline may flicker when opening a new tab after 7.3.759 on
18219 Patch 7.4b.006 (after 7.3.1295)
18263 Patch 7.4b.014 (after 7.4b.012)
18268 Patch 7.4b.015 (after 7.4b.008)
18283 Patch 7.4b.018 (after 7.4b.001)
18288 Patch 7.4b.019 (after 7.4a.034)
18299 Problem: Pressing "u" after an external command results in multiple