Lines Matching full:fix
15 + Fix bugs when both the leftright scrolling and number edit options
17 + Fix bug where splitting in the middle of the screen could repaint
19 + Fix first-nul in input bug, where random garbage was inserted.
22 + Fix bug autoindent bug, where ^D could shift too far in the line.
23 + Fix core dump where ! command called from the .exrc file.
27 + Fix bug where ^V didn't keep input mapping from happening.
28 + Fix a core dump bug in the R command.
30 + Fix cursor positioning bug for C, S and c$ in an empty file.
34 + Fix bug where wide characters in a file name weren't calculated
36 + Fix bug where cl_rename was called directly, by the ex shell code.
37 + Fix bug where splitting a screen resulting in a new screen at the
40 + Fix bug where the status line wasn't redisplayed if the user ran
42 + Fix bug where the long version of the status line wasn't displayed
46 + Fix bug where ex went to the first line instead of the last one when
50 + Fix CSCOPE_DIRS environmental variable support.
51 + Ex parser fix for global commands in script files.
56 + Fix incremental search to overwrite erased characters so the user
58 + Fix incremental search to restart the search if the user enters an
61 + Cscope fix: test for files newer than the database was reversed.
63 + Fix a bug in the R command where it could fail if the user extended
65 + Fix a bug where text abbreviations could corrupt the line.
66 + Fix a bug where the windowname edit option couldn't be set before a
68 + Fix a bug where the system .exrc values weren't being overridden by
70 + Fix a bug in the filename completion code, where garbage characters
72 + Fix bug where multiple edit sessions on a non-existent file could
74 + Fix bug where screen update was incorrect if a character triggered
76 + Fix bug in leftright scrolling where <CR> during text input didn't
80 + Fix bug in tags file pattern search introduced in 1.71.
83 + Fix bug where ^M's in the original pattern were converted into new
87 + Fix bug in first-character-is-null text input semantic.
91 + Fix prompting the user after a write filter command, the way I did
109 + Fix recovery information mailed to the user to reflect the program's
113 + Fix a bug where the second character of the vi [[, ]] and ZZ
115 + Fix 3 write bugs: partial writes (3,$write), were clearing the
122 + Fix core dump where message catalogs collided with truncating the
125 + Fix bug where an undo followed by '.' to repeat it wouldn't work
127 + Fix core dump when resolution of input lines' autoindent characters
139 + Fix bug in vi text input ^D processing, could result in cursor
141 + Fix leftright screen bug where the screen wasn't repainted when
145 + Fix alternate screen bug where the screen flashed and output lost
146 when switching to/from the X11 xterm alternate screen. Fix bug
152 + Fix core dump when tagging out of a modified file.
158 + Cscope fix: test for files newer than the database was reversed.
163 + Fix Tcl/Perl core dumps in common API code to get/set options.
164 + Fix R command -- it used a DB pinned page after discarding it.
166 + Fix yk command moving to shorter line core dump.
171 + Fix bug were !! on an empty line with a nonexistent command left the
173 + Fix bug where line redisplay was wrong when a <tab> replaced a
175 + Fix bug where D (d$) didn't reset the relative cursor position.
176 + Fix bug where yG incorrectly reset the relative cursor position.
177 + Fix bug where the window size couldn't be grown once it was shrunk.
178 + Fix bug where the extended edit option caused tag searches to fail.
190 + Fix bug where re_compile printed an error message to the screen
193 + Fix bug where the iclower option didn't trigger an RE recompilation.
194 + Fix bug where -t into an already locked file forced the user to wait
198 + Fix ex output bug, where it appeared as if an ex command was skipped
200 + Fix core dump when global command tried to switch screens.
202 + Fix cscope <blank>-matching pattern to use extended RE's, and bug
204 + Fix core dumps in both leftright and folded screens when tabstops
207 + Fix core dump where the second screen of a folded line wasn't
209 + Fix incremental search to match the current location for strings
211 + Fix bug where margins were ignored during replay of text input.
212 + Fix bug where motion components to shorter lines could lose because
220 + Fix cscope use of buffers -- search commands weren't nul-terminated.
226 + Fix bug where messages output during startup by ex could be lost.
236 + Fix bug where the column number could be incorrect because the old
238 + Fix ex print routine to correctly specify print flags.
240 + Fix bug where ex/vi messages weren't being joined.
241 + Fix bug where termcap strings were free'd twice.
242 + Fix bug where TI/TE still weren't working -- I didn't put in the
244 + Fix bug where I misspelled the iclower edit option as icloser.
247 + Fix core dump if TERM wasn't set or terminal type was unknown.
248 + Fix bug where combining ex commands that did/did not require an
251 + Fix bug where the screen was never resolved if the user continued
255 + Fix bug where cursor wasn't placed over the ^ placeholder character
257 + Fix bug where nvi under BSD style curses wasn't sending TI/TE termcap
260 + Fix bug where 'z' commands trailing / or ? commands weren't being
264 + Fix bug where search-with-confirmation from vi mode didn't position
266 + Fix bug where the "search wrapped" message was dependent on the
269 + Fix bug where matched showmatch character wasn't being displayed
272 + Fix bug were initial line offset was wrong for the first split screen
275 + Fix bug where globals with associated commands that included both
279 + Fix memory corruption in global commands ending in searches.
280 + Fix text resolution bug, corrected the cursor based on the
283 + Fix several minor incremental search bugs; make incremental
285 + Fix long-line core dump, where an incorrect screen map could be
297 + Fix autoindent code to not back up past beginning of line when ^T
299 + Fix "notimeout" option, was being ignored, by a coding error.
300 + Fix showmatch code to never flash on a match if keys are waiting.
303 + Fix viusage for D, S, C and Y (the aliased vi commands).
304 + Fix the Perl5 configuration bug in the configuration script.
306 + Fix where the change to let vi use the default ex command structure
308 + Fix to free saved RE structures when screens exit. This is a major
315 + Fix ":w >>" core dump, make that command match historic practice.
316 + Fix autoindent bug where the length of the line was incorrectly
318 + Fix cursor bug where cursor could end up at the wrong place if the
323 have returned OK -- fix "set tabstop=0" core dump.
324 + Fix resizing on Sun's: use SA_INTERRUPT to interrupt read calls.
325 + Fix two forward mark command bugs: one where it wasn't setting the
329 + Fix a bug were the 's' command on top of a <tab> didn't correctly
334 mapping part of v_event_get -- fix it, and fix the infinite macro
339 + Fix "source of non-existent file" core dump.
340 + Fix bug where functions keys specified in startup information were
342 + Fix v_txt bug where could infinitely loop if <escape> triggered an
349 + Fix the problem where colon command-line temporary files were
351 + Fix the configuration scripts to quit immediately if the Perl
375 + Character display fix, display \177 as ^?, not in hex/octal.
376 + Tag search bug fix, don't repeat search if successful.
378 + Fix core dump if illegal screenId specified to Tcl routine.
380 + Fix core dump if file expansion code stressed (re: filec edit option)
381 + Fix bug where filter commands in empty files couldn't find line 0.
385 + Bug fix release -- generally available beta release.
387 + Bug fix release.
390 + Bug fix release. A major change in reworking the ex commands, when
440 + Fix relative cursor motion to handle folded lines.
448 + Fix ex text input to support the number edit option.
449 + Vi text input fix for the R command to correctly restore
453 + Bug fix, vi was printing the last line number on the status line
457 + Marks, SunOS signed comparison fix for 1.42.
463 + Simplify (and fix limit detection for) the # command. It's no
483 + Fix final cursor position for put command entering text in a
503 + Bug fix: could report file modified more recently than it was
505 + Search fix: historically, motions with deltas were not corrected
511 + Scrolling fix; ^B can move to nonexistent lines.
512 + Fix to vi mapped commands; <escape> characters while already in
521 + Fix wrapmargin text allocation bug.
522 + Fix ex put command to work in any empty file.
523 + Fix global command to handle move's to line 0 correctly.
526 + Fix N and n, when used as a motion command for the ! command,
531 + Bug fix for wraplen option, wasn't triggered for input commands.
534 + Fix ^A to set search direction and pattern for consistency.
536 + Ex addressing fix: change search offset and line arguments (e.g.
539 + Ex addressing fix: support ^ as an offset/flag equivalent to -.
540 + Ex addressing fix: historically, any missing address defaulted to
542 + Ex addressing fix: historically, <blank> separated numbers were
544 + Ex addressing fix: make ';' as a range delimiter match historic
549 + Text input fix; input keys from a map, with an associated count,
561 + Fix ^D autoindent bug by resolving leading <blank>s at ^D.
570 + Fix global substitute code, `\\' wasn't handled correctly.
571 + Fix abbreviation code to use <blank>s as the preceding character.
572 + Fix ruler to display logical column, not physical column.
576 + Back out sccsid string fix, it won't work on SunOS 4.1.
579 + Fix bug where cG fix in version 1.31 broke cw cursor positioning
581 + Fix core dump in map/seq code if character larger than 7 bits.
583 + Fix memory allocation for machines with multiple pointer sizes.
587 + Fix bug were cG on the last line of a file wasn't done in line mode,
597 + Fix curses bug where standout string was written for each standout
599 Fix bugs in curses SF/sf and SR/sr scrolling, as seen on Sun and
623 + Fix cd command to expand argument in the context of each element
629 + Fix memory problem in svi_screen, used free'd memory.
635 + Fix ex ^D scrolling to be the value of the scroll option, not half
637 + Fix buffer execution to match historic practice -- bugs where the
639 + Fix doubled reporting of deleted lines in filters.
643 + Fix the { command to check the current line if the cursor doesn't
659 + Fix the read command to match historic practice, the white space
666 + Fix; if appending to a buffer, default buffer historically only
672 + Fix the set command to permit whitespace between the option and
673 the question mark, fix question marks in general.
674 + Fix bug where ex error messages could be accidentally preceded
676 + Fix bug where curses reorganization could lose screen specific
678 + Fix bug in paragraph code where invalid macros could be matched.
685 + Fix: don't permit a command with a motion component to wrap due
687 + Fix: ^E wasn't beeping when reaching the bottom of the file.
688 + Fix bg/fg bug where tmp file exiting caused a NULL dereference.
690 + Fix bug in section code where invalid macros could be matched.
691 + Fix bug where line number reset by vi's Q command.
697 + Fix bug on OSF1 where <curses.h> changes the values of VERASE,
699 + Fix bug where optarg used incorrectly in main.c.
701 + Fix recovery bug where RCV_EMAIL could fire even if there wasn't
706 + Fix z^, z+ to match historic practice.
715 + Fix core dump in exf.c, where editing a non-existent file and
722 + Fix substitute bug where could malloc 0 bytes (AIX breaks).
733 + Fix "[[" and "]]" to match historic practice (yet again...).
734 + Fix "yb" and "y{" commands to update the cursor correctly.
739 + Fix bug in split code caused by new file naming code, where would
744 + Fix move bug, wasn't copying lines before putting them.
745 + Fix bug were :n dropped core if no arguments supplied.
752 + Fix bug in ex_global where re_conv() was allocating the temporary
756 + Fix System V curses code for new ^Z support.
757 + Fix off-by-one in the move code, avoid ":1,$mo$" with only one
773 + Fix RE bug where no subexpressions in the pattern but there were
781 + Fix append (upper-case) buffers, broken by cut fixes.
782 + Fix | to not set the absolute motion mark.
821 + Fix bug where line change report was wrong in util.c:msg_rpt().
824 + Fix bug -- put into an empty file leaves the cursor at 1,0,
826 + Fix bug were number of lines reported for the 'P' command was
828 + Fix bug were 0^D wasn't being handled correctly.
830 + Fix bug where if a map was an entire colon command, it may never
846 + Fix bug where "s/./\& /" discarded the space in the replacement
850 + Fix bug were enough character remapping could corrupt memory.
857 + Fix bug where vi wait() was interrupted by the recovery alarm.
864 + Fix bug where vi command parser ignored buffers specified as
868 + Fix bug where the cmap/chf entries of the tty structure weren't
870 + Fix bug where the default command motion flags were being set
872 + Fix wrapmargin bug; if appending characters, and wrapmargin breaks
876 + Fix bug where 't' command placed the cursor on the character
882 + Fix the ( command to set the absolute movement mark.
896 + Fix `<character> command to do start/end of line correction,
898 + Fix bug in delete code where dropped core if deleted in character
903 + Fix leftright scrolling bug, when moving to a shorter line.
908 + Fix bug when RCM flags retained in the saved dot structure.
910 + Fix bug where special_key array was being free'd (it's no longer
921 + Fix FILE structure leakage in the ex filter code.
927 + Fix the function keys to match vi historic behavior.
930 + Fix bug where only the first vi key was checked for validity.
936 + Fix wrapscan option bug where forward searches become backward
941 + Fix 'r' substitute option to set the RE to the last RE, not the
943 + Fix 'c' and 'g' substitute options to always toggle, and fix
946 + Fix errorbells option to match historic practice.
952 + Fix ex input mode to display error messages immediately, instead
954 + Fix bug where vi calling append could overwrite the command.
955 + Fix off-by-one in the ex print routine tab code.
956 + Fix incorrect ^D test in vi text input routines.
960 + Fix bug that \ didn't escape newlines in ex commands.
967 + Fix bug in stepping through multiple tags files.
974 + Fix backward search within a line bug.
980 + Fix core dump when user displayed option in .exrc file.
981 + Fix bug where writing empty files didn't update the saved
983 + Fix bug where /pattern/ addressing was always a backward search.
984 + Fix bug triggered by autoindent of more than 32 characters, where
986 + Fix bug where joining only empty lines caused a core dump.
988 + Fix "set all" core dump.
992 + Fix ~ command to free temporary buffer on error return.
996 + Fix 1G bug not always going to the first non-blank.
1003 in list mode. It's too hard to fix.
1009 + Fix key space allocation bug triggered by cut/paste under SunOS.
1017 + Fix final position for vi's 't' command.
1025 + Minor screen cache fix for svi_get.c.
1061 + Fix delete-last-line bug when line number option set.
1062 + Fix usage line for :split command.
1065 + Fix for [[ reaching SOF with a column longer than the first line.
1066 + Fix for multiple error messages if no screen displayed.
1067 + Fix :read to set alternate file name as in historical practice.
1068 + Fix cut to rotate the numeric buffers if line mode flag set.